Template:Weapon: Difference between revisions
Appearance
 |
Cdjensen94 (talk | contribs) |
||
| Line 1: | Line 1: | ||
<infobox> | <onlyinclude> | ||
<infobox> | |||
<title source="name"> | |||
<default>{{PAGENAME}}</default> | |||
</title> | |||
<image source="image"/> | |||
<group> | |||
<header>Invention</header> | |||
<data source="universe"> | |||
<label>Universe</label> | |||
<format>[[{{{universe}}}]]</format> | |||
</data> | |||
<data source="creator"> | |||
<label>Creator(s)</label> | |||
</data> | |||
<data source="origin"> | |||
<label>Origin</label> | |||
</data> | |||
<data source="revisions"> | |||
<label>Revisions</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Taxonomy</header> | |||
<data source="technologyType"> | |||
<label>Technology Type</label> | |||
</data> | |||
<data source="classification"> | |||
<label>Classification</label> | |||
</data> | |||
<data source="type"> | |||
<label>Type</label> | |||
</data> | |||
<data source="variations"> | |||
<label>Variations</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Description</header> | |||
<data source="appearance"> | |||
<label>Appearance</label> | |||
</data> | |||
<data source="material"> | |||
<label>Material</label> | |||
</data> | |||
<data source="colorVariations"> | |||
<label>Color Variations</label> | |||
</data> | |||
<data source="size"> | |||
<label>Size</label> | |||
</data> | |||
<data source="weight"> | |||
<label>Weight</label> | |||
</data> | |||
<header>Lethality</header> | |||
<data source="range"> | |||
<label>Range</label> | |||
</data> | |||
<data source="damageType"> | |||
<label>Damage Type</label> | |||
</data> | |||
<data source="damageOutput"> | |||
<label>Damage Output</label> | |||
</data> | |||
<data source="nonLethal"> | |||
<label>Nonlethal?</label> | |||
</data> | |||
<data source="use"> | |||
<label>Use</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Functionality</header> | |||
<data source="maintenance"> | |||
<label>Maintenance</label> | |||
</data> | |||
<data source="properties"> | |||
<label>Properties</label> | |||
</data> | |||
<data source="features"> | |||
<label>Features</label> | |||
</data> | |||
<data source="powerSource"> | |||
<label>Power Source</label> | |||
</data> | |||
<header>History</header> | |||
<data source="notable_users"> | |||
</infobox> | <label>Notable Users</label> | ||
</data> | |||
<data source="notable_conflicts"> | |||
<label>Notable Conflicts</label> | |||
</data> | |||
<data source="status"> | |||
<label>Status</label> | |||
</data> | |||
</group> | |||
</infobox> | |||
</onlyinclude> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": {}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"imagecaption": { | |||
"type": "string" | |||
}, | |||
"creator": { | |||
"type": "string" | |||
}, | |||
"universe": { | |||
"type": "wiki-page-name" | |||
}, | |||
"origin": { | |||
"type": "string" | |||
}, | |||
"revisions": { | |||
"type": "string" | |||
}, | |||
"technologyType": { | |||
"type": "string" | |||
}, | |||
"classification": { | |||
"type": "string" | |||
}, | |||
"type": { | |||
"type": "string" | |||
}, | |||
"variations": { | |||
"type": "content" | |||
}, | |||
"appearance": { | |||
"type": "string" | |||
}, | |||
"material": { | |||
"type": "string" | |||
}, | |||
"colorVariations": { | |||
"type": "string" | |||
}, | |||
"size": { | |||
"type": "string" | |||
}, | |||
"weight": { | |||
"type": "string" | |||
}, | |||
"range": { | |||
"type": "string" | |||
}, | |||
"damageType": { | |||
"type": "string" | |||
}, | |||
"damageOutput": { | |||
"type": "string" | |||
}, | |||
"nonLethal": { | |||
"type": "boolean", | |||
"required": true | |||
}, | |||
"use": { | |||
"type": "string" | |||
}, | |||
"maintenance": { | |||
"type": "string" | |||
}, | |||
"properties": { | |||
"type": "string" | |||
}, | |||
"features": { | |||
"type": "string" | |||
}, | |||
"powerSource": { | |||
"type": "wiki-page-name" | |||
}, | |||
"notable_users": { | |||
"type": "string" | |||
}, | |||
"notable_conflicts": { | |||
"type": "string" | |||
}, | |||
"status": { | |||
"type": "line" | |||
} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||