Template
Infobox Settlement
From Dogcraft Wiki
(adding gallery hack) |
(Infobox 2.0 rollout (just on Settlement for now)) |
||
Line 20: | Line 20: | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
<includeonly>{{ | <includeonly>{{Infobox2 | ||
|name = | |name = | ||
| | |above = {{#if:{{{title|}}}|{{{title|}}}|{{PAGENAME}}}} | ||
|subheader = {{WorldPills|{{{world|}}}|{{{sur4subworld|}}}}} | |||
| | |image = {{#if:{{{image2|}}}|{{#tag:gallery | ||
|image = {{#if:{{{gallery|}}}|{{{ | |{{#if: {{{image|}}}|{{{image|}}}{{!}}{{{caption|}}}|}} | ||
{{{image2|}}}{{!}}{{{caption2|}}} | |||
|caption = {{{ | {{#if: {{{image3|}}}|{{{image3|}}}{{!}}{{{caption3|}}}|}} | ||
| | {{#if: {{{image4|}}}|{{{image4|}}}{{!}}{{{caption4|}}}|}}|mode="slideshow"}}|{{#if:{{{image|}}}|[[File:{{{image|}}}]]|}}}} | ||
| | |caption = {{#if:{{{image2|}}}||{{{caption|}}}}} | ||
|header1 = Settlement | |||
|header1 = | |||
|label2 = World | |label2 = World | ||
|data2 = {{WorldSwitch|{{{world}}}|{{{sur4subworld|}}}}} | |data2 = {{WorldSwitch|{{{world}}}|{{{sur4subworld|}}}}} | ||
|label3 = | |label3 = Founded | ||
|data3 = {{{ | |data3 = {{{founded|}}} | ||
|label4 = | |label4 = <nowiki>Mayor(s)</nowiki> | ||
|data4 = {{{ | |data4 = {{{mayors|}}} | ||
|label5 = | |label5 = Contributors | ||
|data5 = {{{ | |data5 = {{{contributors|}}} | ||
|label6 = Location | |label6 = Location | ||
|data6 = {{#if:{{{xcoord|}}}|X={{{xcoord|}}} <br /> Y={{{ycoord|}}} <br /> Z={{{zcoord|}}}|}} | |data6 = {{#if:{{{xcoord|}}}|X= {{{xcoord|}}}{{#if:{{{ycoord|}}}|<br /> Y= {{{ycoord|}}}}}<br /> Z= {{{zcoord|}}}|}} | ||
|label7 = | |label7 = {{#ifeq:{{{dimension|Overworld}}}|Overworld||Dimension}} | ||
|data7 = {{#ifeq:{{{dimension|Overworld}}}|Overworld||{{{dimension}}}}} | |||
| | |label8 = Transport | ||
| | |data8 = {{{railway|}}}{{#if:{{{nether|}}}|<br />{{{nether|}}}}} | ||
| | }}[[Category:Settlements]]{{#if:{{WorldSwitch/World|{{{world}}}|{{{sur4subworld}}}}}|[[Category:{{WorldSwitch/World|{{{world}}}|{{{sur4subworld}}}}}]]|}} | ||
| | |||
| | |||
| | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> |
Revision as of 23:20, 3 June 2022
{{Infobox Settlement |title = |image = |caption = |world = |sur4subworld = |mayors = |contributors = |founded = |xcoord = |ycoord = |zcoord = |dimension = |status = |railway = |nether = }}
Infobox template to be used on ingame settlements (towns, cities, ect.) on the server.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Header | title | Infobox header, for use when it should be different from the pagename.
| String | optional |
Image | image picture file img | The name of an image (without "File:") to display at the top of the infobox.
| File | required |
Caption | caption | Description of the Image parameter | String | suggested |
World | world | The world in which the settlement was built. Options: Survival, Survival 1, Survival 2, Survival 3, Survival 4, Amplified, Skyblock, Creative, MCMMO, other.
| String | required |
Survival 4 server | sur4subworld subworld | Which of the Survival 4 servers is the settlement located on, Options: Husky, Beagle
| String | required |
Mayor(s) | mayors mayor | The leader(s) of the settlement. Use {{Player|<playername>}}
| String | suggested |
Contributor(s) | contributors builders | Major contributors to the settlement. Use {{Player|<playername>}}
| String | suggested |
Founded | founded | The date of the founding of the settlement | Date | suggested |
X-coordinate | xcoord | The x coordinate of the settlement's location.
| Number | required |
Y-coordinate | ycoord | The y coordinate of the settlement's location (height)
| Number | suggested |
Z-coordinate | zcoord | The z coordinate of the settlement's location.
| Number | required |
Dimension | dimension | The dimension in which the settlement is located.
| String | optional |
Status | status | Expects one of the [[Status|status templates]]. Use {{Defunct}} for settlements on past worlds.
| Template | required |
Nether access | nether ntn | Name of the NTN line, door, or station from which the settlement can be accessed, if there is one.
| Page name | suggested |
Railway | railway srn | Name of the railway or station by which the settlement can be accessed, if there is one.
| Page name | suggested |