Template:Infobox Place: Difference between revisions

mNo edit summary
Add template data
Line 3: Line 3:
| title    = {{PAGENAME}}
| title    = {{PAGENAME}}


| image    = <iframe src="https://bluemap.minionguyjpro.dedyn.io/{{{minimap}}}" height="300"></iframe>
| image    = {{{minimap|}}}
| caption  = Minimap view of {{PAGENAME}}
| caption  = Minimap view of {{PAGENAME}}


Line 11: Line 11:
| data2    = {{{world}}}
| data2    = {{{world}}}
}}
}}
<noinclude>
<templatedata>
{
"params": {
"name": {
"required": true
},
"minimap": {
"description": "IFrame tag to https://bluemap.minionguyjpro.dedyn.io with flat mode and a certain position.",
"type": "string",
"suggested": true
},
"island": {
"description": "The island where the place is on."
},
"world": {
"description": "The world that the place is on."
}
},
"format": "block",
"description": "This template is made for use as infobox for wiki pages talking about places."
}
</templatedata>
</noinclude>