Template:Infobox Local/doc: Difference between revisions

m Added TemplateData for VE
mNo edit summary
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 117: Line 120:
"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 134: Line 158:
"leader",
"leader",
"demonym",
"demonym",
"inhabitants"
"inhabitants",
"flag",
"hanger",
"interior"
],
],
"format": "block"
"format": "block"
}
}
</templatedata>
</templatedata>