Template:Mlix
This template is used to show example module usage without invoking the module itself.
Basic use[edit source]
(Note: In the following examples, ellipses (groups of three dots) indicate where parameters have been omitted.)
{{mlix|Module|function|first parameter|second parameter|third|...|tenth}}
produces:
{{Module|function|first parameter|second parameter|third|...|tenth}}
Where parameters might contain one or more equals-signs ("="), replace each equals-sign with {{=}}:
{{mlix|Module|function|first{{=}}something|second|third{{=}}something|...|tenth}}
produces:
{{Module|function|first=something|second|third=something|...|tenth}}
For more than ten parameters, possibly also containing equals-signs, use TAG thus:
{{mlix|Module|function|<nowiki>''first''|''second''|''third=something''|...|''999th''</nowiki>}}
produces:
{{Module|function|first|second|third=something|...|999th}}
Purpose and naming[edit source]
Mnemonically, "[m]odule [l]ink [i]nvoke e[x]panded" (after {{mli}}, "[m]odule [l]ink [i]nvoke").
This template allows an example of calling a module and function, accompanied by one or more parameters, to be displayed without also causing the module to be called.
Up to ten of the module's parameters (numbered or nowiki-keywords) may be displayed as placeholders, while more than over 10 parameters can be displayed using a coded vertical-bar (as in "|..."). A keyword parameter can be used with equals code = or {{=}} or in nowiki-text: "TAG" or all parameters as a string in "TAG" tags.
- Exceptions
If the intended module lists numerous parameters, then perhaps this template should really not be used, and just hardcode the usage with TAGTAG. For example:
- TAG.
If a vertical display, with parameters on their own lines, is desired, this can also be laid out manually in this manner, or more rapidly done with TAG.
Parameters[edit source]
- If the only parameter supplied is
{{{1}}}
, i.e. a module's name, {{tlx}}'s output is the same as {{mli}} – i.e. a link within braces – but in a monospaced font:
- {{mli}} will also not take nor display additional parameters other than the function name.
- Named parameters
|subst=
- Setting this parameter to any non-blank value will prefix the string
subst:
linked to Help:Substitution. This is useful to indicate when a module should be substituted. For example,{{mlix|sandbox|main|subst=Y}}
produces: {{subst:#invoke:sandbox|main}}
Usage[edit source]
{{mlix|Modulename|function}}
{{mlix|Modulename|function|param}}
{{mlix|Modulename|function|1|2|3|4|5|6|7|8|9|10}}
{{mlix|Modulename|function|1|2|3|4|5|6|7|8|9|10|more}}
{{mlix|Modulename|function|param=value}}
There are up to 10 placeholders for parameters of the specified template.
Examples[edit source]
Code | Result | Notes |
---|---|---|
{{mli|Bananas}}
|
{{#invoke:Bananas}} | Usage without function name. This does not produce a usable invocation. |
{{mli|Bananas|hello}}
|
{{#invoke:Bananas|hello}} | Usage with a function name |
{{mlix|BananasArgs|custom_fruit_2|Fred|4=pineapples=10|5=kiwis=5}}
|
{{#invoke:BananasArgs |custom_fruit_2|Fred|pineapples=10|kiwis=5}}
|
Usage with a function name and parameters |
See also[edit source]
- {{mli}}, a version without additional parameters and the monospaced font
- {{tlx}}, a version of {{mlix}} for templates.
External links[edit source]
- Template:Mlix at Wikipedia, the free Terran encyclopedia that anyone can edit.
Link templates[edit source]
Page Type | Normal Link | Longer Link | Usage Link |
---|---|---|---|
Template | Template:ltb | Template:lt | General:{{tlg}} Normal: {{tl}} Code: {{tlx}}
|
File | Template:lfb | Template:lf | Template:fl |
User | Template:lub | Template:lu | Template:ul |
Category | Template:lcb | Template:lc | Template:cl |
Module | Template:lmb | Template:lm | Template:ml |
Wikipedia | Template:lwb | Template:lw | |
Portal | Template:lpb | Template:lp | |
Book | Template:lb2 | Template:lb | |
Article | Template:lab | Template:la |
General-purpose formatting[edit source]
Link style → | Linked | Unlinked | Linked with subst | Linked including braces | Linked with alternative text | |
---|---|---|---|---|---|---|
Text style ↓ | ↓ {{tlg}} options1 →
|
N/A | nolink=yes
|
subst=yes
|
braceinside=yes
|
alttext=Foo 2=Foo
|
normal | DEFAULT | {{tlg}} 1{{tl}} {{tlp}} 2{{tlu}} 3
|
{{tlf}} 2
|
{{tls}} {{tlsp}}
|
{{tn}}
|
{{tla}}
|
code
|
code=yes
|
{{tl2}} {{tlx}} {{tlxu}} 3
|
{{tlc}} 2{{tld}} 2{{tnull}}
|
{{tlxs}}
|
N/A | |
monospace kbd |
plaincode=yes 4kbd=yes 5
|
{{tltt}} 5{{tltt2}} 5
|
N/A | {{tltts}} 5{{tltts3}} 5{{tltss}} 6
|
N/A | |
bold | bold=yes
|
{{tlb}}
|
N/A | |||
bold+code
|
bold=yes|code=yes
|
{{tlxb}}
| ||||
italic+code
|
italic=yes|code=yes
|
{{tlxi}}
| ||||
|
Other formatting templates[edit source]
Code example | Effect | Notes |
---|---|---|
{{tl2|Hatnote|lang=fr}} |
{{hatnote}} |
Supports linking to sister projects (e.g., fr:Hatnote) |
{{tlu|User:Ahunt/SSHFS}} |
{{User:Ahunt/SSHFS}} | Supports linking to any namespace |
{{demo|<nowiki>{{Hatnote|lang=fr|Some text}}</nowiki>}} |
{{hatnote|lang=fr|Some text}} |
Shows code and example |
{{xpd|Hatnote|Some hatnote text}} |
"{{hatnote|Some hatnote text}}" gives " " [1] |
Shows code, example and a link to expand the template code |
{{elc|Template:Hatnote}} {{elc|Template:Hatnote|Hatnote}} |
[[Template:Hatnote]] [[Template:Hatnote|Hatnote]] |
Formats wikilink, with optional piped link text and blended suffix |
{{mli|Bananas|hello}} {{mlix|BananasArgs|hello|Fred}} |
{{#invoke:Bananas|hello}}{{#invoke:BananasArgs|hello|Fred}} |
Counterparts to {{tl}} and {{tlx}} for linking to Lua modules |
{{para|title|<var>book title</var>}} |
|title=book title |
Formats template parameters for display, with or without values |
{{sclx|LASTING}} |
[[WP:LASTING]] |
Takes a shortcut suffix in project namespace and displays it with brackets and the WP: alias in a [[WP:CODE|TAG]] tag. |
{{tag|ref}} {{xtag|templatedata}} |
TAG<templatedata> |
Formats [X]HTML tags; can add content, choose opening, closing, or self-closing |
With utility links[edit source]
Code example | Effect |
---|---|
{{lts|Hatnote}} |
|
{{t links|Hatnote}} |
Hatnote (edit talk history links # /subpages /doc /doc edit /sbox /sbox diff /test) · Module:hatnote |
{{tfd links|Hatnote}} |
Template:Hatnote (edit · talk · history · links · logs · subpages · delete) |
{{tiw|Hatnote}} |
Template:hatnote (backlinks edit) |
{{tltt|Hatnote}} |
{{Hatnote}} |
{{tetl|Hatnote}} |
{{Hatnote}} |
{{tsetl|Hatnote}} |
{{subst:Hatnote}} |
{{ti|Hatnote}} |
Template:Hatnote (talk · links · edit) |
{{tic|Hatnote}} |
Template:Hatnote (talk links edit) |
{{tiw|Hatnote}} |
Template:Hatnote (backlinks edit) |
{{tlt|Hatnote}} |
{{Hatnote}} (talk) |
{{ttl|Hatnote}} |
{{Hatnote}} (t/l) |
{{twlh|Hatnote}} |
Template:Hatnote (links, talk) |
See also[edit source]
Page Type | Normal Link | Longer Link | Usage Link |
---|---|---|---|
Template | Template:ltb | Template:lt | General:{{tlg}} Normal: {{tl}} Code: {{tlx}}
|
File | Template:lfb | Template:lf | Template:fl |
User | Template:lub | Template:lu | Template:ul |
Category | Template:lcb | Template:lc | Template:cl |
Module | Template:lmb | Template:lm | Template:ml |
Wikipedia | Template:lwb | Template:lw | |
Portal | Template:lpb | Template:lp | |
Book | Template:lb2 | Template:lb | |
Article | Template:lab | Template:la |
Template data | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Show example module usage without invoking the module itself.
|
The above documentation is transcluded from Template:Mlix/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |