Template:Ml-multi/doc: Difference between revisions
Template page
More actions
←Created page with '{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> == Usage == This is a metatemplate to produce a linklist for module...' |
No edit summary |
||
| Line 12: | Line 12: | ||
</pre> | </pre> | ||
* <code><nowiki>{{mdl|module= | * <code><nowiki>{{mdl|module=Date}}</nowiki></code> → {{mdl|module=Date}} | ||
== Possible improvements == | == Possible improvements == | ||
Revision as of 19:29, 2 December 2013
Usage
This is a metatemplate to produce a linklist for modules. Currently it is only used by {{Mdl}}.
{{ml-multi
| module= [module page name, e.g., String]
| sandbox= [sandbox page in Module namespace]
}}
{{mdl|module=Date}}→ Module:Date (talk · edit · hist · links · doc · subpages · tests / results · sandbox · all modules)
Possible improvements
- The module's sandbox page is to be entered by parameter. It may be determined automatically.
- Allow modules in other projects than
en:to be linked to, e.g., test2:Module:Coordinates ([1]). - Internally: truly free multi-template (no hardcoded links)
Technically
Inspired by en:template:user-multi, through not fully implemented (link options are hardcoded so far)