Template:Character nostore/doc: Difference between revisions

no edit summary
m (fixed usage example)
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Doc/start}}
{{Doc/start}}
The Character infobox template is used to display basic data for creatures, walls, trees, unmovable furniture, and other unmovable objects like [[rubble]],
This template is used to display basic data for creatures, walls, trees, unmovable furniture, and other unmovable objects like [[rubble]].
without storing the data in [[Special:CargoTables|Cargo tables]] unlike the usual [[Template:Character|Character]] template.
These objects have many properties in common, such as HP, AV, and DV.
 
This functions exactly like [[Template:Character]] except it does not store the data in [[Special:CargoTables|Cargo tables]], for objects that do not actually exist in game or otherwise should not appear in Cargo query results. It should be used with [[Template:Extra info nostore]], [[Template:Inventory nostore]], [[Template:Creature faction nostore]], and [[Template:Creature mutation nostore]] to fill in the appropriate fields.


These objects have many properties in common, such as HP, AV, and DV.


Usage Example:
Usage Example:
<pre>
<pre>
{{Character infobox
{{Character nostore
| title = {{Qud text|Jotun, Who Parts Limbs}}
| title = {{Qud text|Jotun, Who Parts Limbs}}
| image = jotun who parts limbs.png
| image = jotun who parts limbs.png
Line 44: Line 45:
| xpvalue = 1700
| xpvalue = 1700
| xptier = 3
| xptier = 3
| faction = {{creature faction|{{FactionID to name|Trolls}}|100}}
| faction = {{creature faction nostore|{{FactionID to name|Trolls}}|100}}
| demeanor = neutral
| demeanor = neutral
| gender = male
| gender = male
Line 222: Line 223:
| skills || skill list delimited by <code><nowiki></br></nowiki></code> - for example: <code><nowiki>Tactful</br>Gadget Inspector</br>Disassemble</nowiki></code> ||  
| skills || skill list delimited by <code><nowiki></br></nowiki></code> - for example: <code><nowiki>Tactful</br>Gadget Inspector</br>Disassemble</nowiki></code> ||  
|-
|-
| mutations || one or more things using the [[Template:Creature mutation]] template ||  
| mutations || one or more things using the [[Template:Creature mutation nostore]] template ||  
|-
|-
| equipment || one or more objects using [[Template:Inventory]] - be sure to specify the equipped parameter for these ||  
| equipment || one or more objects using [[Template:Inventory nostore]] - be sure to specify the equipped parameter for these ||  
|-
|-
| inventory || one or more objects using [[Template:Inventory]] ||  
| inventory || one or more objects using [[Template:Inventory nostore]] ||  
|-
|-
! colspan="3" | Other Data
! colspan="3" | Other Data
Line 242: Line 243:
| dynamictable || Dynamic object table that this object is included in ||  
| dynamictable || Dynamic object table that this object is included in ||  
|-
|-
| extra || A wide variety of potential extra information, using [[Template:Extra info]] ||  
| extra || A wide variety of potential extra information, using [[Template:Extra info nostore]] ||  
|-
|-
|}
|}
{{Doc/end}}
{{Doc/end}}
<noinclude>[[Category:Template documentation]]</noinclude>
<noinclude>[[Category:Template documentation]]</noinclude>