Template:Mogai: Difference between revisions
No edit summary |
No edit summary |
||
| 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 43: | Line 49: | ||
"type": { | "type": { | ||
"label": "Type", | "label": "Type", | ||
"description": "What type of label is this? Is it a xenogender or something else? | "description": "What type of label is this? Is it a xenogender or something else?", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"galign": { | "galign": { | ||
"label": "Gender alignment", | "label": "Gender alignment", | ||
"description": "If your label fits on an alignment such as a binary | "description": "If your label fits on an alignment such as a binary.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"gsystem": { | "gsystem": { | ||
"label": "Gender system", | "label": "Gender system", | ||
"description": "If your label fits on an alignment such as a binary | "description": "If your label fits on an alignment such as a binary.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"aalign": { | "aalign": { | ||
"label": "Attraction alignment", | "label": "Attraction alignment", | ||
"description": "Attraction alignment, how this label deals with attraction, be it GxG or aspec | "description": "Attraction alignment, how this label deals with attraction, be it GxG or aspec.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"exclusive": { | "exclusive": { | ||
"label": "Exclusive to", | "label": "Exclusive to", | ||
"description": "Some labels are exclusive to certain groups of people, for example only intersex people or systems can use a label | "description": "Some labels are exclusive to certain groups of people, for example only intersex people or systems can use a label.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
| Line 73: | Line 79: | ||
"coind": { | "coind": { | ||
"label": "Coined on", | "label": "Coined on", | ||
"description": "When was this label coined? | "description": "When was this label coined/made/published?", | ||
"type": "date" | "type": "date" | ||
}, | }, | ||
"flag": { | "flag": { | ||
"label": "Flag", | "label": "Flag", | ||
"description": "What is the flag of this label, if it has one? Please upload it first", | "description": "What is the flag of this label, if it has one? Please upload it first.", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"example": "achillean.png" | "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" | |||
} | } | ||
}, | }, | ||
| Line 92: | Line 108: | ||
"exclusive", | "exclusive", | ||
"coiner", | "coiner", | ||
"coind" | "coind", | ||
"designer", | |||
"designerd" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||