Template:Infobox Place: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| (27 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox | |||
| name = {{{name|{{PAGENAME}}}}} | |||
| title = {{PAGENAME}} | |||
| image1 = {{{flag|}}} | |||
| caption1 = Flag of {{PAGENAME}} | |||
| image2 = {{{minimap|}}} | |||
| caption2 = Minimap view of {{PAGENAME}} | |||
| label3 = Island | |||
| data3 = {{#if:{{{island|}}}|[[island::{{{island}}}]]|}} | |||
| label4 = Province | |||
| data4 = {{#if:{{{province|}}}| | |||
{{#if:{{{province_display|}}}| | |||
[[{{{province}}}|{{{province_display}}}]]| | |||
[[{{{province}}}]] | |||
}} | |||
}} | |||
{{#if:{{{province|}}}|{{#set:province={{{province}}}}}}} | |||
| label4 = Municipality | |||
| data4 = {{#if:{{{municipality|}}}|[[municipality::{{{municipality}}}]]|}} | |||
| label5 = World | |||
| data5 = {{{world}}} | |||
}}{{#if:{{{type|}}}|{{#set: Type = {{{type}}} }}}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 4: | Line 32: | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
" | "required": true | ||
"description": " | }, | ||
"type": "string" | "minimap": { | ||
"description": "Value for x, z, y and rotation to show a minimap at.", | |||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"island": { | "island": { | ||
" | "description": "The island where the place is on.", | ||
"description": "The | "type": "string", | ||
"type": "string" | "suggested": true | ||
}, | |||
"province": { | |||
"description": "The province where the place is in.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"municipality": { | |||
"description": "The province where the place is in.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"world": { | |||
"description": "The world that the place is on.", | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
} | }, | ||
"format": "block", | |||
"description": "This template is made for use as infobox for wiki pages talking about places." | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 20:48, 25 December 2025
| World | {{{world}}} |
|---|---|
This template is made for use as infobox for wiki pages talking about places.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | Unknown | required |
| minimap | minimap | Value for x, z, y and rotation to show a minimap at. | String | suggested |
| island | island | The island where the place is on. | String | suggested |
| province | province | The province where the place is in. | String | suggested |
| municipality | municipality | The province where the place is in. | String | suggested |
| world | world | The world that the place is on. | String | suggested |