Template:Tabber/doc: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
No edit summary
LVL (talk | contribs)
Added templatedata and categories
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Template used to create Tabs for any page. The numbers are the names of the pages and l1, l2 etc. are used for alternate names.
Template used to create Tabs for any page. The numbers are the names of the pages. l1, l2 etc. are used for manual alternate names, while t1, t2 etc. are used for automatic translations from [[Data:Dictionary]].


== Examples ==
== Examples ==
<pre style="width:50%">
<pre style="width:50%">
{{Tabber|1=Hero|2=Hero Attributes Table}}
{{Tabber|1=Heroes|2=Hero Attributes Table}}
</pre>
</pre>
{{Tabber|1=Hero|2=Hero Attributes Table}}
{{Tabber|1=Heroes|2=Hero Attributes Table}}
<pre style="width:50%">
<pre style="width:50%">
{{Tabber|1=Hero|2=Hero Attributes Table|l2=Attributes Table}}
{{Tabber|1=Heroes|2=Hero Attributes Table|l2=Attributes Table}}
</pre>
</pre>
{{Tabber|1=Hero|2=Hero Attributes Table|l2=Attributes Table}}
{{Tabber|1=Heroes|2=Hero Attributes Table|l2=Attributes Table}}
 
Example of automatic translation (Simulated view of a Chinese page).
Note: The link (1=) usually points to the specific language page.
<pre style="width:50%">
{{Tabber|1=Heroes/zh-hans|t1=Heroes}}
</pre>
{{Tabber|1=Heroes/zh-hans|l1=英雄}}
 
<templatedata>
{
"params": {
"1": {
"label": "Tab 1 Link",
"description": "Page name for the first tab.",
"type": "wiki-page-name",
"required": true
},
"l1": {
"label": "Tab 1 Label",
"description": "Manual text override for Tab 1.",
"type": "string"
},
"t1": {
"label": "Tab 1 Translation Key",
"description": "Dictionary key for automatic translation of Tab 1. (e.g. 'Heroes')",
"type": "string"
},
"2": {
"label": "Tab 2 Link",
"description": "Page name for the second tab.",
"type": "wiki-page-name"
},
"l2": {
"label": "Tab 2 Label",
"description": "Manual text override for Tab 2.",
"type": "string"
},
"t2": {
"label": "Tab 2 Translation Key",
"description": "Dictionary key for automatic translation of Tab 2.",
"type": "string"
},
"3": {
"label": "Tab 3 Link",
"description": "Page name for the third tab.",
"type": "wiki-page-name"
},
"l3": {
"label": "Tab 3 Label",
"description": "Manual text override for Tab 3.",
"type": "string"
},
"t3": {
"label": "Tab 3 Translation Key",
"description": "Dictionary key for automatic translation of Tab 3.",
"type": "string"
},
"4": {
"label": "Tab 4 Link",
"description": "Page name for the fourth tab.",
"type": "wiki-page-name"
},
"l4": {
"label": "Tab 4 Label",
"description": "Manual text override for Tab 4.",
"type": "string"
},
"t4": {
"label": "Tab 4 Translation Key",
"description": "Dictionary key for automatic translation of Tab 4.",
"type": "string"
}
},
"format": "inline",
"description": "Template used to create navigation tabs for any page."
}
</templatedata><includeonly>[[Category:Navigation templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 15:05, 1 December 2025

Template used to create Tabs for any page. The numbers are the names of the pages. l1, l2 etc. are used for manual alternate names, while t1, t2 etc. are used for automatic translations from Data:Dictionary.

Examples

[edit source]
{{Tabber|1=Heroes|2=Hero Attributes Table}}
{{Tabber|1=Heroes|2=Hero Attributes Table|l2=Attributes Table}}

Example of automatic translation (Simulated view of a Chinese page). Note: The link (1=) usually points to the specific language page.

{{Tabber|1=Heroes/zh-hans|t1=Heroes}}

Template used to create navigation tabs for any page.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Tab 1 Link1

Page name for the first tab.

Page namerequired
Tab 1 Labell1

Manual text override for Tab 1.

Stringoptional
Tab 1 Translation Keyt1

Dictionary key for automatic translation of Tab 1. (e.g. 'Heroes')

Stringoptional
Tab 2 Link2

Page name for the second tab.

Page nameoptional
Tab 2 Labell2

Manual text override for Tab 2.

Stringoptional
Tab 2 Translation Keyt2

Dictionary key for automatic translation of Tab 2.

Stringoptional
Tab 3 Link3

Page name for the third tab.

Page nameoptional
Tab 3 Labell3

Manual text override for Tab 3.

Stringoptional
Tab 3 Translation Keyt3

Dictionary key for automatic translation of Tab 3.

Stringoptional
Tab 4 Link4

Page name for the fourth tab.

Page nameoptional
Tab 4 Labell4

Manual text override for Tab 4.

Stringoptional
Tab 4 Translation Keyt4

Dictionary key for automatic translation of Tab 4.

Stringoptional