Difference between revisions of "Template:Islandlink"
From Twinsuniverse
J McKalling (Talk | contribs) m (→Examples) |
J McKalling (Talk | contribs) (added infobox) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{#switch: {{lc:{{{1|}}}}} | + | <includeonly>{{#if: {{{2|}}} |
− | |twinsun = <span class="articlelink island twinsun"> | + | |{{#switch: {{lc:{{{1|}}}}} |
− | |moon = <span class="articlelink island moon"> | + | |twinsun = <span class="articlelink island twinsun"> |
− | |zeelich = <span class="articlelink island zeelich"> | + | |moon = <span class="articlelink island moon"> |
− | |undergas = <span class="articlelink island undergas"> | + | |zeelich = <span class="articlelink island zeelich"> |
− | |#default = <span> | + | |undergas = <span class="articlelink island undergas"> |
− | + | |#default = <span>}}[[{{{2}}}]] | |
+ | }}</span></includeonly><noinclude>{{Infobox Template | ||
+ | |purpose=formatting | ||
+ | |singletag=no | ||
+ | |multiline=no | ||
+ | |gamerelated=yes | ||
+ | |suppressible= | ||
+ | |choice= | ||
+ | |cat1= | ||
+ | |var1= | ||
+ | }} | ||
+ | |||
This template formats island links in the special Twinsun, Emerald Moon, Zeelich's Surface and Zeelich's Undergas themes. | This template formats island links in the special Twinsun, Emerald Moon, Zeelich's Surface and Zeelich's Undergas themes. | ||
There is no automatic categorization. | There is no automatic categorization. | ||
Line 16: | Line 27: | ||
#* ''undergas'' | #* ''undergas'' | ||
#* any other value will render a normal link. | #* any other value will render a normal link. | ||
− | # The articlename of the island to link to (value is case sensitive, defaults to | + | # The articlename of the island to link to (value is case sensitive, defaults to nothing displayed) |
==Examples== | ==Examples== | ||
Line 29: | Line 40: | ||
:<span class="articlelink island zeelich">[[Otringal]]</span> | :<span class="articlelink island zeelich">[[Otringal]]</span> | ||
:<span class="articlelink island undergas">[[Island of the Wannies]]</span> | :<span class="articlelink island undergas">[[Island of the Wannies]]</span> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 54: | Line 55: | ||
− | + | You may leave the "island" undefined (which does not raise any maintenance task), by not specifying any nonempty value, so these all have the same result (nothing displayed): | |
+ | <nowiki>{{islandlink|twinsun}}</nowiki> | ||
+ | <nowiki>{{islandlink|twinsun|}}</nowiki> | ||
+ | <nowiki>{{islandlink|twinsun|1=}}</nowiki> | ||
+ | <nowiki>{{islandlink|twinsun|1= }}</nowiki> | ||
+ | <nowiki>{{islandlink|twinsun|5=}}</nowiki> | ||
+ | |||
</noinclude> | </noinclude> |
Latest revision as of 09:49, 4 June 2014
Islandlink | |
---|---|
Purpose |
Formatting [list all] |
Single tag |
No [list all] |
Multi-line |
No [list all] |
Protected |
No [list all] |
Game related |
Yes [list all] |
Categorization | |
Categories |
none [list all] |
Variables | |
Names |
none [list all] |
Subpages |
This template formats island links in the special Twinsun, Emerald Moon, Zeelich's Surface and Zeelich's Undergas themes. There is no automatic categorization.
Parameters
- The shortname of any of the four planet stages, one of the following (values are case insensitive):
- twinsun
- moon
- zeelich
- undergas
- any other value will render a normal link.
- The articlename of the island to link to (value is case sensitive, defaults to nothing displayed)
Examples
Common use includes both parameters:
{{islandlink|twinsun|Citadel Island}} {{islandlink|moon|Main Building}} {{islandlink|zeelich|Otringal}} {{islandlink|undergas|Island of the Wannies}}
You may leave the "planet" undefined (which does not raise any maintenance task), by not specifying any valid value, so these all have the same result:
{{islandlink|2=Otringal}} {{islandlink||2=Otringal}} {{islandlink||Otringal}} {{islandlink|1=|Otringal}} {{islandlink|1= |Otringal}} {{islandlink|Trouble|Otringal}} {{islandlink|Earth|Otringal}} {{islandlink|Twinsuniverse|Otringal}}
You may leave the "island" undefined (which does not raise any maintenance task), by not specifying any nonempty value, so these all have the same result (nothing displayed):
{{islandlink|twinsun}} {{islandlink|twinsun|}} {{islandlink|twinsun|1=}} {{islandlink|twinsun|1= }} {{islandlink|twinsun|5=}}