Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

This template is used to show example module usage without invoking the module itself.

Basic use

(Note: In the following examples, ellipses (groups of three dots) indicate where parameters have been omitted.)

{{mlx|Example|function|first parameter|second parameter|third|...|tenth}} produces:

{{#invoke:Example|function|first parameter|second parameter|third|...|tenth}}

Where parameters might contain one or more equals-signs ("="), replace each equals-sign with {{=}}:

{{mlx|Example|function|first{{=}}something|second|third{{=}}something|...|tenth}} produces:

{{#invoke:Example|function|first=something|second|third=something|...|tenth}}

For more than ten parameters, possibly also containing equals-signs, use <nowiki>...</nowiki> thus:

{{mlx|Example|function|<nowiki>''first''|''second''|''third=something''|...|''999th''</nowiki>}} produces:

{{#invoke:Example|function|first|second|third=something|...|999th}}

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|custom_fruit_2|Fred|4=pineapples=10|5=kiwis=5}} {{#invoke:Example|custom_fruit_2|Fred|pineapples=10|kiwis=5}} Usage with a function name and parameters

See also

  • {{tlx}}, a version of {{mlx}} for templates

TemplateData

Show example module usage without invoking the module itself.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Module name1

Name of the module to link

Example
Example
Stringrequired
Function name2

no description

Stringoptional
1st parameter3

no description

Stringoptional
2nd parameter4

no description

Stringoptional
3rd parameter5

no description

Stringoptional
4th parameter6

no description

Stringoptional
5th parameter7

no description

Stringoptional
6th parameter8

no description

Stringoptional
7th parameter9

no description

Stringoptional
8th parameter10

no description

Stringoptional
9th parameter11

no description

Stringoptional
10th parameter12

no description

Stringoptional
1313

no description

Unknownoptional
substsubst

Set to any value to show "subst:" before the template name

Example
true
Booleanoptional