مندرجات کا رخ کریں

سانچہ:Module link

آزاد دائرۃ المعارف، ویکیپیڈیا سے

سانچہ:Ml (ترمیم | تبادلۂ خیال | تاریخچہ | روابط | زیر نظر | نوشتہ جات) is used to display a module name as a link surrounded by braces with the {{#invoke}} parser function, thus showing the module name as code rather than actually invoking it. Its primary use is in instruction and documentation where it is used to refer to a module by name without invoking it. It is also supports the definition of a function and parameters.

Examples

[ترمیم]
Code Result Notes
{{mlاسکرپٹ نقص: «params» کے نام سے کوئی ماڈیول نہیں ہے۔}} {{#invoke:Example|function}} Usage without function name. This does not produce a usable invocation.
{{mlاسکرپٹ نقص: «params» کے نام سے کوئی ماڈیول نہیں ہے۔}} {{#invoke:Example|hello}} Usage with a function name.
{{mlاسکرپٹ نقص: «params» کے نام سے کوئی ماڈیول نہیں ہے۔}} {{#invoke:Example|count_fruit|bananas=10|kiwis=5}} Usage with a function name and parameters.
{{mlاسکرپٹ نقص: «params» کے نام سے کوئی ماڈیول نہیں ہے۔}} {{#invoke:Example|count_fruit|Fred|bananas=10|apples=5}} Usage with a function name and parameters, using {{=}}.
{{mlاسکرپٹ نقص: «params» کے نام سے کوئی ماڈیول نہیں ہے۔}} {{#invoke:Example}} Omits the function name

TemplateData

[ترمیم]
ذیل میں اس سانچہ کی معلومات سانچہ دستاویز درج ہے جنہیں بصری خانہ ترمیم اور دیگر آلات استعمال کرتے ہیں۔

معلومات سانچہ Module link

This template displays a module name as a link surrounded by braces with the {{#invoke}} parser function, thus showing how the module name would be used in code. Its primary use is in instruction and documentation.

محددات سانچہ[انتظام TemplateData]

پیرامیٹروضاحتطرزحالت
module name1

the module name without the namespace prefix “Module:”, which is added automatically

اِسٹرنگمطلوب
function name2

the function name within the module to call

اِسٹرنگمطلوب
parameter 13

the name (and value) of the first parameter, use {{=}} to add an equal sign

اِسٹرنگاختیاری
parameter 24

the name (and value) of the second parameter, use {{=}} to add an equal sign

اِسٹرنگاختیاری
parameter 35

the name (and value) of the third parameter, use {{=}} to add an equal sign

اِسٹرنگاختیاری

See also

[ترمیم]
  • {{mfl}} - Similar function but creates a link to the function paragraph in the documentation.
  • {{mlx}} - Similar function but surrounded in <code>...</code> tags.
  • {{tl}} - A version of this template for templates instead of modules.

سانچہ:Template-linking templates