Template:Tmpl/doc: Difference between revisions
Template page
More actions
→top: Add {{Shared Template Warning}} |
Use the `mbox` parameter of {{TemplateBox/sandbox}} |
||
| Line 1: | Line 1: | ||
{{Shared Template Warning|Template:Tmpl}} | |||
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> | <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> | ||
{{ | {{TemplateBox/sandbox | ||
| mbox = | |||
{{Lua|Module:Tmpl}} | {{Lua|Module:Tmpl}} | ||
| name = tmpl | | name = tmpl | ||
| desc-en = This template replaces numeric variables (similar to those used in MediaWiki messages and translatable pages) in a string. In contrast to translatable pages, it supports only numeric variables {{mono|$1}} to {{mono|$9}}. One variable can appear several times, so in case of translatable pages, there’s no need to translate the same text more than once. | | desc-en = This template replaces numeric variables (similar to those used in MediaWiki messages and translatable pages) in a string. In contrast to translatable pages, it supports only numeric variables {{mono|$1}} to {{mono|$9}}. One variable can appear several times, so in case of translatable pages, there’s no need to translate the same text more than once. | ||