Difference between revisions of "Template:Item"

From The Coppermind
Jump to navigation Jump to search
m
m (Tweak missing world tracking)
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{infobox|title={{{title|{{PAGENAME}}|}}}|id=item|
 
{{infobox|title={{{title|{{PAGENAME}}|}}}|id=item|
   
{{#if:{{{image|}}} |{{row/image+artist | {{{image}}} }}|}}
+
{{#if:{{{image|}}} |{{row/image+artist | {{{image}}} }} }}
   
  +
<!-- properties -->
{{#if:{{{type|}}} |{{row/kv| Type |{{{type}}} }}|}}
+
{{#if:{{{type|}}} |{{row/kv| Type | {{{type}}} }} {{info/type}} }}
 
{{#if:{{{abilities|}}} |{{row/kv| Abilities |[[Category: items-with-abilities]] }}|}}
+
{{#if:{{{function|}}} |{{row/kv| Function | {{{function}}} }} {{info/function}} }}
{{#if:{{{appearance|}}} |{{row/kv| Appearance |[[Category: items-with-appearance]] }}|}}
 
{{#if:{{{magic|}}} |{{row/kv| Magic |[[Category: items-with-magic]] }}|}}
 
{{#if:{{{function|}}} |{{row/kv| Function |{{{function}}} }}|}}
 
   
 
<!-- owner/creator/etc. -->
 
<!-- owner/creator/etc. -->
{{#if:{{{creators|}}} |{{row/kv| Creators |{{{creators}}} }}|
+
{{#if:{{{creators|}}} |{{row/kv| Creators | {{{creators}}} }} {{info/creators}} }}
{{#if:{{{creator|}}} |{{row/kv| Creator |[[{{{creator}}}]] }}|}}|}}
+
{{#if:{{{creator|}}} |{{row/kv| Creator | [[{{{creator}}}]] }} {{info/creator}} }}
{{#if:{{{owners|}}} |{{row/kv| Owners |{{{owners}}} }}|
+
{{#if:{{{owners|}}} |{{row/kv| Owners | {{{owners}}} }} {{info/owners}} }}
{{#if:{{{owner|}}} |{{row/kv| Owner |[[{{{owner}}}]] }}|}}|}}
+
{{#if:{{{owner|}}} |{{row/kv| Owner | [[{{{owner}}}]] }} {{info/owner}} }}
   
 
<!-- world & universe -->
 
<!-- world & universe -->
{{#if:{{{earth|}}} |{{row/kv| World |[[Earth ({{{earth}}})]]<!-- -->}}|}}
+
{{#if:{{{earth|}}} |{{row/kv| World | [[Earth ({{{earth}}})]] }} {{info/earth}} }}
{{#if:{{{world|}}} |{{row/kv| World |[[{{{world}}}]]<!-- -->}}|}}
+
{{#if:{{{world|}}} |{{row/kv| World | [[{{{world}}}]] }} {{info/world}} }}
{{#if:{{{'world|}}} |{{row/kv| World |{{{'world}}} {{raw/world}}<!-- -->}}|}}
+
{{#if:{{{'world|}}} |{{row/kv| World | {{{'world}}} }} {{raw/world}} }}
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
+
{{#if:{{{universe|}}} |{{row/kv| Universe | {{{universe}}} }} {{info/universe}} }}
 
<!-- featured in -->{{row/kv| Featured In |''{{{books}}}''<!-- -->}}
 
   
 
{{#if:<!-- -->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!--
}}<includeonly><!--
 
  +
---->|<!-- there is a location row present
  +
---->|{{#if:{{{universe|}}}|{{missing/world}}<!--tag with missing world-->|{{missing/world/and universe}}}}<!--tag with missing world and universe
 
-->}}
   
 
<!-- featured in -->{{row/kv| Featured In | ''{{{books}}}'' }}<!-- -->
-->[[Category: Objects and Materials]]<!--
 
   
-->{{#if:<!--
+
<!--
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!-- -->{{{universe|}}}<!--
 
-->||{{infobox/no-world}}<!--
 
-->}}<!--
 
   
  +
CATS:
-->{{#if:{{{image-artist|}}}|[[category: redundant artist attribution]]}}<!--
 
 
-->|default-cats=[[category: Objects and Materials]]<!--
  +
-->|{{#if:{{{cats|}}}|<!-- -->|-}}replacement-cats={{{cats}}}<!--
   
  +
END:
--></includeonly><noinclude>
+
-->}}<noinclude>
   
The ''{{t|item}}'' infobox template allows you to describe specific, and usually named inanimate objects.
+
The ''{{t|item}}'' infobox template allows you to describe specific objects, as well as physical materials more generally.
   
 
__TOC__
 
__TOC__
Line 137: Line 135:
   
 
[[Category: Infoboxes]]
 
[[Category: Infoboxes]]
  +
  +
== Articles using Template ==
  +
{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here|pre=This list is limited to 100 pages.}}
  +
{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0|limit=100}}

Revision as of 22:00, 30 June 2020

Item
Featured In {{{books}}}

The {{item}} infobox template allows you to describe specific objects, as well as physical materials more generally.

Template

{{item
|image=
|type=
|function=
|creator= / creators=
|owner= / owners=
|world=
|universe=
|books=
}}

Parameters

Highlighted lines indicate mandatory parameters. On lines with multiple parameters (e.g. |world= / earth=) pick only the one most appropriate.

Template:Docs/books
{{Item}} Parameters
Parameter Description Examples
image Use this to display a relevant image hosted on the Coppermind.

See Help:Infoboxes for further details.

|image=Elhokar sunraiser.jpg

type Use this to specify the type of item being described. Apply a category (ideally with {{tag+}}) if possible.

|type={{tag+|Shardblade}}
|type={{cat tag|Currencies|Currency}}
|type=Dye

function Use this to briefly describe the items function if the type parameter wasn't clear enough.

|function=Indicates rank

creator
or
creators
Use this to specify the item's creator(s).

Note: creator automatically generates a link, but creators does not.

|creator=Ranette
|creators=[[Forger]]s

owner
or
owners
Use this to specify the item's current (or last known) owner(s).

Note: owner automatically generates a link, but owners does not.

|owner=Wyrn
|owners=[[Sand master]]s

world
or
earth
Use this to specify the planet where the item can be found.

Note: Automatically generates a link. To bypass this, use 'world.
See Help:Infoboxes for further details.

|world=Roshar
|earth=Reckoners
|'world=Mars

universe Use this to indicate the (connected) universe where the item can be found.

See Help: Infoboxes for further details.

|universe=[[Cosmere]]
|universe=[[Cytoverse]]
|universe=[[Wode]] [[State]]s
|universe=''Standalone''


Categories & Tags

Pages that make use of the {{item}} template will be added to Category: Objects and Materials.

Articles using Template