Template
WorldSwitch
From Dogcraft Wiki
No edit summary |
m (Added mode MultiCategory) |
||
(23 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{mode|}}} | <includeonly>{{#switch: {{{mode|}}} | ||
| Category = {{#if: {{{1}}} | {{ | | Category = {{#if: {{WorldSwitch/World|{{{1|}}}|{{{2|}}}}} | {{WorldSwitch/World|{{{1|}}}|{{{2|}}}}} | {{#invoke:WorldSwitch|parentWorld|{{{1|}}}|{{{2|}}}}} }} | ||
| Subworld = {{ | | Subworld = {{WorldSwitch/Subworld|{{{1|}}}|{{{2|}}}}} | ||
|{{ | | World = {{WorldSwitch/World|{{{1|}}}|{{{2}}}}} | ||
<noinclude> | | MultiCategory = {{WorldSwitch/MultiCat|{{{1|}}}|{{{2}}}}} | ||
| Network = {{#switch: {{{1}}} | |||
| Survival 4 = [[Survival Railway Network (Survival 4)|Survival 4 {{{2|}}} Railway Network]] | |||
| Survival 4 (Husky) = [[Survival Railway Network (Survival 4)|Survival 4 {{{2|}}} Railway Network]] | |||
| Survival 4 (Beagle) = [[Survival Railway Network (Survival 4)|Survival 4 {{{2|}}} Railway Network]] | |||
| Husky = [[Survival Railway Network (Survival 4)|Survival 4 {{{2|}}} Railway Network]] | |||
| Beagle = [[Survival Railway Network (Survival 4)|Survival 4 {{{2|}}} Railway Network]] | |||
| [[Survival 4]] = [[Survival Railway Network (Survival 4)|Survival 4 {{{2|}}} Railway Network]] | |||
| [[Survival 4]] (Husky) = [[Survival Railway Network (Survival 4)|Survival 4 {{{2|}}} Railway Network]] | |||
| [[Survival 4]] (Beagle) = [[Survival Railway Network (Survival 4)|Survival 4 {{{2|}}} Railway Network]] | |||
|[[Survival Railway Network ({{{1}}})]] | |||
}} | |||
|[[{{ucfirst: {{#if: {{WorldSwitch/World|{{{1|}}}|{{{2|}}}}} | {{WorldSwitch/World|{{{1|}}}|{{{2|}}}}} | {{#invoke:WorldSwitch|parentWorld|{{{1|}}}|{{{2|}}}}} }} }}]]{{#if: | |||
{{WorldSwitch/Subworld|{{{1|}}}|{{{2|}}}}} | ({{ucfirst: {{WorldSwitch/Subworld|{{{1|}}}|{{{2|}}}}} }})}} | |||
}}</includeonly><noinclude>[[Category:Tool templates]] | |||
==WorldSwitch template== | ==WorldSwitch template== | ||
Line 27: | Line 41: | ||
<code><nowiki>{{WorldSwitch|Survival 4 (Husky)|mode=Subworld}}</nowiki></code> generates: {{WorldSwitch|Survival 4 (Husky)|mode=Subworld}} | <code><nowiki>{{WorldSwitch|Survival 4 (Husky)|mode=Subworld}}</nowiki></code> generates: {{WorldSwitch|Survival 4 (Husky)|mode=Subworld}} | ||
===Template data=== | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "World", | |||
"description": "Input for the worlds, this is what actually matters the most. Takes inputs in most ways you could think to input the world that is not actually what the template wants. Except typos. This is to deal with alternative ways to say the same things, not the lack of autocorrect. ", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Subworld", | |||
"description": "Subworld for use in Survival 4 cases", | |||
"example": "\"Husky\" or \"Beagle\"", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"mode": { | |||
"label": "Mode", | |||
"description": "Options are \"Category\" for world categoires, \"Network\" for use in the Network line of the Station infobox, and a currently unused \"Subworld\" option. ", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "This is a technical template. If you see this text outside the Template:WorldSwitch page, you are doing something wrong. \nIt is meant to convert most ways to input the 'world' property of infobox templates into what the template is expecting and/or the same thing but with a link to the actual world page referred to. ", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 16:03, 29 July 2024
WorldSwitch template
This is a technical template meant to be used inside other template, mainly infoboxes. It converts server world names to include links. It handles most common ways of refering to past and present worlds.
Example
{{WorldSwitch|Survival}}
generates: Survival 1
{{WorldSwitch|Survival 4}}
generates: Survival 4
{{WorldSwitch|Survival 4|Husky}}
generates: Survival 4 (Husky)
{{WorldSwitch|Survival 4 (Husky)}}
generates: Survival 4 (Husky)
{{WorldSwitch|Husky}}
generates: Survival 4 (Husky)
{{WorldSwitch||Husky}}
generates: Survival 4 (Husky)
{{WorldSwitch|Husky|mode=Category}}
generates: survival 4
{{WorldSwitch||Husky|mode=Category}}
generates: survival 4
{{WorldSwitch|Survival 4 (Husky)|mode=Category}}
generates: Survival 4
{{WorldSwitch|Survival 4 (Husky)|mode=Subworld}}
generates: Husky
Template data
This is a technical template. If you see this text outside the Template:WorldSwitch page, you are doing something wrong. It is meant to convert most ways to input the 'world' property of infobox templates into what the template is expecting and/or the same thing but with a link to the actual world page referred to.
Parameter | Description | Type | Status | |
---|---|---|---|---|
World | 1 | Input for the worlds, this is what actually matters the most. Takes inputs in most ways you could think to input the world that is not actually what the template wants. Except typos. This is to deal with alternative ways to say the same things, not the lack of autocorrect. | String | required |
Subworld | 2 | Subworld for use in Survival 4 cases
| String | suggested |
Mode | mode | Options are "Category" for world categoires, "Network" for use in the Network line of the Station infobox, and a currently unused "Subworld" option. | String | optional |