Template:Faction: Difference between revisions
Appearance
Infobox created with infobox builder. |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
</title> | </title> | ||
<image source="image"/> | <image source="image"/> | ||
<data source=" | <data source="nicknames"> | ||
<label>Nicknames</label> | <label>Nicknames</label> | ||
</data> | </data> | ||
| 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 | |||
}, | |||
"nicknames": { | |||
"label": "Nicknames", | |||
"description": "Nicknames for the faction, if any.", | |||
"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> | |||