Template:Mogai: Difference between revisions
No edit summary |
No edit summary |
||
| Line 34: | Line 34: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "The MOGAI infobox, for all MOGAI labels! If there is a field that you believe we need or is missing, [[please say something]].", | "description": "The MOGAI infobox, for all MOGAI labels! If there is a field that you believe we need or is missing, [[MOGAI Wiki:Contact|please say something]].", | ||
"params" : { | "params": { | ||
"synonym": { | |||
"label": "A.K.A", | |||
"description": "Also known as, if the label has different names put it here!", | |||
"type": "string" | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "What type of label is this? Is it a xenogender or something else? Put it here.", | |||
"type": "string" | |||
}, | |||
"galign": { | |||
"label": "Gender alignment", | |||
"description": "If your label fits on an alignment such as a binary, put that here.", | |||
"type": "string" | |||
}, | |||
"gsystem": { | |||
"label": "Gender system", | |||
"description": "If your label fits on an alignment such as a binary, put that here.", | |||
"type": "string" | |||
}, | |||
} | "aalign": { | ||
"label": "Attraction alignment", | |||
"description": "Attraction alignment, how this label deals with attraction, be it GxG or aspec, put it here", | |||
"type": "string" | |||
}, | |||
"exclusive": { | |||
"label": "Exclusive to", | |||
"description": "Some labels are exclusive to certain groups of people, for example only intersex people or systems can use a label, put that here", | |||
"type": "string" | |||
}, | |||
"coiner": { | |||
"label": "Coiner", | |||
"description": "Who coined this label? Put that here", | |||
"type": "string" | |||
}, | |||
"coind": { | |||
"label": "Coined on", | |||
"description": "When was this label coined? Put that here", | |||
"type": "date" | |||
}, | |||
"flag": { | |||
"label": "Flag", | |||
"description": "What is the flag of this label, if it has one?", | |||
"type": "wiki-file-name" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"flag", | |||
"synonym", | |||
"type", | |||
"galign", | |||
"gsystem", | |||
"aalign", | |||
"exclusive", | |||
"coiner", | |||
"coind" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||