Template:Infobox Reclamation: Difference between revisions
Created page with "{{Infobox | name = {{{name|{{PAGENAME}}}}} | title = {{PAGENAME}} | image = {{{minimap}}} | caption = Minimap view of {{PAGENAME}} | data1 = '''Reclamation''' | label2 = Began | data2 = {{{began}}} | label3 = Finished | data3 = {{{finished}}} | label4 = Reclaimer(s) | data4 = {{{reclaimers}}} | data5 = <hr> | label6 = World | data6 = {{{world}}} }}" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 17: | Line 17: | ||
| data6 = {{{world}}} | | data6 = {{{world}}} | ||
}} | }} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "name", | |||
"required": true | |||
}, | |||
"minimap": { | |||
"label": "minimap", | |||
"description": "IFrame tag to https://bluemap.minionguyjpro.dedyn.io with flat mode and a certain position.", | |||
"type": "string" | |||
}, | |||
"began": { | |||
"label": "began", | |||
"description": "The date that the reclamation began.", | |||
"type": "date" | |||
}, | |||
"finished": { | |||
"label": "finished", | |||
"description": "The date that the reclamation finished.", | |||
"type": "date" | |||
}, | |||
"reclaimers": { | |||
"label": "reclaimers", | |||
"description": "List of reclaimers that collaborated in the project.", | |||
"required": true, | |||
"type": "wiki-user-name" | |||
}, | |||
"world": { | |||
"label": "world", | |||
"description": "World in which the reclamation happened.", | |||
"required": true, | |||
"type": "string" | |||
} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||