साचा:Mlx/doc

विकिपीडिया, मुक्‍त ज्ञानकोशातून

साचा:Mlx (संपादन|चर्चा|इतिहास|दुवे|पहा|नोंद) 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
{{mlx|Example}} {{#invoke:Example|function}} Usage without function name. This does not produce a usable invocation.
{{mlx|Example|hello}} {{#invoke:Example|hello}} Usage with a function name.
{{mlx|Example|count_fruits|4=bananas=5|5=apples=10}} {{#invoke:Example|count_fruits|bananas=5|apples=10}} Usage with a function name and parameters.
{{mlx|Example|count_fruits|bananas{{=}}5|apples{{=}}10}} {{#invoke:Example|count_fruits|bananas=5|apples=10}} Usage with a function name and parameters, using {{=}}.

TemplateData[संपादन]

यथादृश्यसंपादक व इतर साधनांसाठी वापरण्यात येणारे हे टेम्प्लेटडाटा दस्तावेजीकरण आहे.

Mlx साठी टेम्प्लेटडाटा

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.

साच्याचे प्राचल (पॅरामिटर्स)

प्राचलवर्णनप्रकारस्थिती
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[संपादन]

  • {{ml}} - Similar function but not surrounded in <code>...</code> tags.
  • {{tlx}} - A version of this template for templates instead of modules.

साचा:Template-linking templates