Difference between revisions of "Template:Main"
(Undo revision 1883095 by 160.96.214.143 (talk)) |
|||
Line 15: | Line 15: | ||
and</translate> [[Special:MyLanguage/{{{10}}}|{{{l10|{{{10}}}}}}]]}}{{#if:{{{11| }}}|  <translate><!--T:14--> | and</translate> [[Special:MyLanguage/{{{10}}}|{{{l10|{{{10}}}}}}]]}}{{#if:{{{11| }}}|  <translate><!--T:14--> | ||
(too many parameters in <tvar|code1>{{</>[[<tvar|link>Template:main</>|main]]<tvar|code2>}}</>)</translate>}}</div><noinclude> | (too many parameters in <tvar|code1>{{</>[[<tvar|link>Template:main</>|main]]<tvar|code2>}}</>)</translate>}}</div><noinclude> | ||
+ | |||
+ | <templatedata> | ||
+ | { | ||
+ | "params": { | ||
+ | "1": { | ||
+ | "label": "Page 1", | ||
+ | "description": "Page name of related article", | ||
+ | "type": "wiki-page-name", | ||
+ | "required": true | ||
+ | }, | ||
+ | "2": { | ||
+ | "label": "Page 2", | ||
+ | "type": "wiki-page-name" | ||
+ | }, | ||
+ | "3": { | ||
+ | "label": "Page 3", | ||
+ | "type": "wiki-page-name" | ||
+ | }, | ||
+ | "l1": { | ||
+ | "label": "Label 1", | ||
+ | "description": "Custom label for the link to Page 1", | ||
+ | "type": "string", | ||
+ | "default": "Defaults to the name of Page 1" | ||
+ | }, | ||
+ | "l2": { | ||
+ | "label": "Label 2", | ||
+ | "type": "string" | ||
+ | }, | ||
+ | "l3": { | ||
+ | "label": "Label 3", | ||
+ | "type": "string" | ||
+ | } | ||
+ | }, | ||
+ | "description": "This template is used to display a note directing users to the main article about a subject. This should be used at the top of a section, usually directly below a section heading.", | ||
+ | "paramOrder": [ | ||
+ | "1", | ||
+ | "l1", | ||
+ | "2", | ||
+ | "l2", | ||
+ | "3", | ||
+ | "l3" | ||
+ | ], | ||
+ | "format": "inline" | ||
+ | } | ||
+ | </templatedata> | ||
+ | |||
<translate> | <translate> | ||
− | == | + | == Example == <!--T:9--> |
</translate> | </translate> | ||
<pre> | <pre> |
Revision as of 20:03, 16 August 2016
<languages />
<templatedata> { "params": { "1": { "label": "Page 1", "description": "Page name of related article", "type": "wiki-page-name", "required": true }, "2": { "label": "Page 2", "type": "wiki-page-name" }, "3": { "label": "Page 3", "type": "wiki-page-name" }, "l1": { "label": "Label 1", "description": "Custom label for the link to Page 1", "type": "string", "default": "Defaults to the name of Page 1" }, "l2": { "label": "Label 2", "type": "string" }, "l3": { "label": "Label 3", "type": "string" } }, "description": "This template is used to display a note directing users to the main article about a subject. This should be used at the top of a section, usually directly below a section heading.", "paramOrder": [ "1", "l1", "2", "l2", "3", "l3" ], "format": "inline" } </templatedata>
<translate>
Example
</translate>
<translate> <!--T:10--> {{TNT|Main|Article 1|Article 2|Article Something#3}} </translate>
<translate>
</translate>