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

Template:Main/doc: Difference between revisions

Template page
Created page with "This template is used to display a link to another page that has more information on a subject. == Usage == <code>{{((}} '''Main''' | ''<page name 1>'' | ''<page name 2>'' | ''<page name 3>'' {{))}}</code> ==TemplateData== <templatedata> { "description": "This template is used after the heading of a section to link to a sub-article or sub-articles which contains more information about the topic of the section.", "params": { "1": { "label": "..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
"1": {
"1": {
"label": "Page 1",
"label": "Page 1",
"required": true
"required": true,
"type": "wiki-page-name"
},
},
"2": {
"2": {
"label": "Page 3"
"label": "Page 2",
"type": "wiki-page-name"
},
},
"3": {
"3": {
"label": "Page 2"
"label": "Page 3",
"type": "wiki-page-name"
}
}
},
},
"paramOrder": [
"paramOrder": [
"1",
"1",
"3",
"2",
"2"
"3"
]
]
}
}
</templatedata>
</templatedata>

Latest revision as of 23:17, 27 February 2024

This template is used to display a link to another page that has more information on a subject.

{{ Main | <page name 1> | <page name 2> | <page name 3> }}

TemplateData

edit source

This template is used after the heading of a section to link to a sub-article or sub-articles which contains more information about the topic of the section.

Template parameters

ParameterDescriptionTypeStatus
Page 11

no description

Page namerequired
Page 22

no description

Page nameoptional
Page 33

no description

Page nameoptional