Template:Faction: Difference between revisions
Appearance
Infobox created with infobox builder. |
No edit summary |
||
| Line 18: | Line 18: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"label": "Name", | |||
"description": "The name of the faction.", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "An image representing the faction.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"keylocations": { | |||
"label": "Key Locations", | |||
"description": "Important locations relevant to the faction.", | |||
"required": true | |||
}, | |||
"keyfigures": { | |||
"label": "Key Figures", | |||
"description": "Important characters relevant to the faction.", | |||
"required": true | |||
}, | |||
"fate": { | |||
"label": "Fate", | |||
"description": "The eventual fate of the faction, if any.", | |||
"required": true | |||
} | |||
}, | |||
"description": "Information about a faction within the multiverse.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||