Template:Infobox Local/doc: Difference between revisions

mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{documentation}}
{{documentation}}
{{clear}}
{{clear}}
Used along with {{t|Infobox Local}}.
Used along with {{t|Infobox Local Images}}.
==Documentation==
==Documentation==
===Usage===
===Usage===
<pre>{{Infobox City
<pre>{{Infobox Local
|name = The local's real name, not a short form.
|name = The local's real name, not a short form.
|image = A scenery image to represent how the local looks
|image = A scenery image to represent how the local looks
Line 18: Line 18:
|leader = The leader or administrator of the local. (eg. Suros on Eris, or N8 on Gemini Station)
|leader = The leader or administrator of the local. (eg. Suros on Eris, or N8 on Gemini Station)
|inhabitants = The race or inhabitants of the local. (eg. Humans and Martian)
|inhabitants = The race or inhabitants of the local. (eg. Humans and Martian)
|flag = An image to represent the flag of the local.
|hanger = An image to represent the appearance of the local's hanger
|interior = An image to represent the grounded appearance of a local
|demonym = What the inhabitants of the local are called. If no source is available, the parameter can be removed. (eg. Juppies on Jupiter)
|demonym = What the inhabitants of the local are called. If no source is available, the parameter can be removed. (eg. Juppies on Jupiter)
}}</pre>
}}</pre>
Line 120: Line 117:
"type": "string",
"type": "string",
"required": true
"required": true
},
"flag": {
"label": "Flag",
"description": "An image to represent the flag of the local.",
"example": "eris flag.png",
"type": "string",
"suggested": true
},
"hanger": {
"label": "Hanger",
"description": "An image to represent the appearance of the local's hanger",
"example": "eris hanger.png",
"type": "string",
"suggested": true
},
"interior": {
"label": "Ground Appearance",
"description": "An image to represent the grounded appearance of a local",
"example": "Earth.jpg",
"type": "string",
"suggested": true
}
}
},
},
Line 158: Line 134:
"leader",
"leader",
"demonym",
"demonym",
"inhabitants",
"inhabitants"
"flag",
"hanger",
"interior"
],
],
"format": "block"
"format": "block"
}
}
</templatedata>
</templatedata>