Template:Mogai: Difference between revisions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 29: | Line 29: | ||
<data source="coind"> | <data source="coind"> | ||
<label>Coined on</label> | <label>Coined on</label> | ||
</data> | |||
<data source="designer"> | |||
<label>Flag by</label> | |||
</data> | |||
<data source="designerd"> | |||
<label>Flag made on</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 34: | Line 40: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "The MOGAI infobox, for all MOGAI labels!", | "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?", | |||
"type": "string" | |||
}, | |||
"galign": { | |||
"label": "Gender alignment", | |||
"description": "If your label fits on an alignment such as a binary.", | |||
"type": "string" | |||
}, | |||
"gsystem": { | |||
"label": "Gender system", | |||
"description": "If your label fits on an alignment such as a binary.", | |||
"type": "string" | |||
}, | |||
"aalign": { | |||
"label": "Attraction alignment", | |||
"description": "Attraction alignment, how this label deals with attraction, be it GxG or aspec.", | |||
"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.", | |||
"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/made/published?", | |||
"type": "date" | |||
}, | |||
"flag": { | |||
"label": "Flag", | |||
"description": "What is the flag of this label, if it has one? Please upload it first.", | |||
"type": "wiki-file-name", | |||
"example": "achillean.png" | |||
}, | |||
"designer": { | |||
"label": "Flag by", | |||
"description": "Who made the flag?", | |||
"type": "string" | |||
}, | |||
"designerd": { | |||
"label": "Flag made on", | |||
"description": "When was the flag made/published?", | |||
"type": "date" | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"description": "What pronouns would (usually) be used with this term?", | |||
"example": "they/them", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"flag", | |||
"synonym", | |||
"type", | |||
"pronouns", | |||
"galign", | |||
"gsystem", | |||
"aalign", | |||
"exclusive", | |||
"coiner", | |||
"coind", | |||
"designer", | |||
"designerd" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||