Difference between revisions of "Template:Item"

From The Coppermind
Jump to navigation Jump to search
m
m
Line 15: Line 15:
 
-->|{{#if:{{{creator|}}}|{{row/kv|Creator|[[{{{creator}}}]]}}|}}<!--
 
-->|{{#if:{{{creator|}}}|{{row/kv|Creator|[[{{{creator}}}]]}}|}}<!--
 
-->}}<!--
 
-->}}<!--
-->{{#if:{{{owner|}}}|{{row/kv|Owner|[[{{{owner}}}]]}}|}}<!--
+
-->{{#if:{{{owners|}}}|{{row/kv|Owner|{{{owners}}}|}}<!--
  +
-->|{{#if:{{{owner|}}}|{{row/kv|Owner|[[{{{owner}}}]]}}|}}<!--
  +
-->}}<!--
   
 
-->{{row/kv|World|{{#if:{{{world|}}}|[[{{{world}}}]]|''Unknown''|}}|}}<!--
 
-->{{row/kv|World|{{#if:{{{world|}}}|[[{{{world}}}]]|''Unknown''|}}|}}<!--

Revision as of 11:28, 17 June 2014

Item
World Unknown
Featured In {{{books}}}

This template allows you to describe the many attributes of an inanimate object.

The parameter {{{world}}} will link to the page passed. {{{books}}} will need to be formatted manually. The {{{type}}} can be any one of the following:

Type Description
weapon A particular weapon like a sword or spear
shardblade A Shardblade from Roshar
metalmind A Metalmind from Scadrial

If the {{{type}}} passed isn't one of the above, it is outputted as is. The ownership of an object can be specified by {{{owner}}}, and if necessary the {{{creator}}} or {{{creators}}} parameters can specify distinct creators. Template:Cat