Template:Character nostore/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
These objects have many properties in common, such as HP, AV, and DV.
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:Creature faction nostore]], and [[Template:Creature mutation nostore]] to fill in the appropriate fields.
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.




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 45: 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 223: 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 243: 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>