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
|name=String
|Class=String
|class=String
|Tier=String
|tier=String
|CR=Integer
|cr=Integer
|STR=Integer
|str=Integer
|DEF=Integer
|def=Integer
|SPD=Integer
|spd=Integer
|ACU=Integer
|acu=Integer
|SOL=Integer
|sol=Integer
|Description=Text
|description=Text
|Faction=String
|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={{PAGENAME}}
|name={{{name|{{PAGENAME}}}}}
|Class={{{class|}}}
|class={{{class|}}}
|Tier={{{tier|}}}
|tier={{{tier|}}}
|CR={{{cr|0}}}
|cr={{{cr|0}}}
|STR={{{str|0}}}
|str={{{str|0}}}
|DEF={{{def|0}}}
|def={{{def|0}}}
|SPD={{{spd|0}}}
|spd={{{spd|0}}}
|ACU={{{acu|0}}}
|acu={{{acu|0}}}
|SOL={{{sol|0}}}
|sol={{{sol|0}}}
|Description={{{description|}}}
|description={{{description|}}}
|Faction={{{faction|}}}
|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.