Difference between revisions of "Template:Item"

From The Coppermind
Jump to navigation Jump to search
m (+redundant cat)
(documentation)
Line 35: Line 35:
   
 
The parameter {{{world}}} will link to the page passed. {{{books}}} will need to be formatted manually. The {{{type}}} should probably use {{t|tag+}}. Parameters {{{abilities}}} {{{appearane}}} and {{{magic}}} can also be specified. The ownership of an object can be specified by {{{owner}}}, and if necessary the {{{creator}}} or {{{creators}}} parameters can specify distinct creators.
 
The parameter {{{world}}} will link to the page passed. {{{books}}} will need to be formatted manually. The {{{type}}} should probably use {{t|tag+}}. Parameters {{{abilities}}} {{{appearane}}} and {{{magic}}} can also be specified. The ownership of an object can be specified by {{{owner}}}, and if necessary the {{{creator}}} or {{{creators}}} parameters can specify distinct creators.
  +
  +
It automatically adds pages to [[:Category: Objects and Materials]]
  +
  +
<pre class=mw-code>
  +
{{item
  +
|image=
  +
|type=
  +
|abilities=
  +
|appearance=
  +
|magic=
  +
|creator= / creators=
  +
|owner= / owners=
  +
|world=
  +
|books=
  +
}}
  +
</pre>
   
 
[[Category: Infoboxes]]
 
[[Category: Infoboxes]]

Revision as of 22:13, 23 March 2019

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}}} should probably use {{tag+}}. Parameters {{{abilities}}} {{{appearane}}} and {{{magic}}} can also be specified. The ownership of an object can be specified by {{{owner}}}, and if necessary the {{{creator}}} or {{{creators}}} parameters can specify distinct creators.

It automatically adds pages to Category: Objects and Materials

{{item
|image=
|type=
|abilities=
|appearance=
|magic=
|creator= / creators=
|owner= / owners=
|world=
|books=
}}