Template:Subject Data: Difference between revisions
From The Jadnix Codex
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{#cargo_declare:_table=Subjects | {{#cargo_declare:_table=Subjects | ||
| | |name=String | ||
| | |class=String | ||
| | |tier=String | ||
| | |cr=Integer | ||
| | |str=Integer | ||
| | |def=Integer | ||
| | |spd=Integer | ||
| | |acu=Integer | ||
| | |sol=Integer | ||
| | |description=Text | ||
| | |faction=String | ||
}} | }} | ||
This is the data storage template for the Onyx CRDD Registry. | This is the data storage template for the Onyx CRDD Registry. | ||
</noinclude>{{#cargo_store:_table=Subjects | </noinclude><includeonly>{{#cargo_store:_table=Subjects | ||
| | |name={{{name|{{PAGENAME}}}}} | ||
| | |class={{{class|}}} | ||
| | |tier={{{tier|}}} | ||
| | |cr={{{cr|0}}} | ||
| | |str={{{str|0}}} | ||
| | |def={{{def|0}}} | ||
| | |spd={{{spd|0}}} | ||
| | |acu={{{acu|0}}} | ||
| | |sol={{{sol|0}}} | ||
| | |description={{{description|}}} | ||
| | |faction={{{faction|}}} | ||
}} | }}</includeonly> | ||
Revision as of 14:07, 13 February 2026
This template defines the table "Subjects". View table. This is the data storage template for the Onyx CRDD Registry.