Template:Subject Data: Difference between revisions
From The Jadnix Codex
Created page with "<noinclude> {{#cargo_declare:_table=Subjects |Name=String |Class=String |Tier=String |CR=Integer |STR=Integer |DEF=Integer |SPD=Integer |INT=Integer |SOL=Integer |Description=Text |Faction=String }} This is the data storage template for the Onyx CRDD Registry. </noinclude>{{#cargo_store:_table=Subjects |Name={{PAGENAME}} |Class={{{class|}}} |Tier={{{tier|}}} |CR={{{cr|0}}} |STR={{{str|0}}} |DEF={{{def|0}}} |SPD={{{spd|0}}} |INT={{{int|0}}} |SOL={{{sol|0}}} |Description={..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{{#cargo_declare:_table=Subjects | {{#cargo_declare:_table=Subjects | ||
|Name=String | |Name=String | ||
|CR=Integer | |||
|Class=String | |Class=String | ||
|STR=Integer | |STR=Integer | ||
|DEF=Integer | |DEF=Integer | ||
|SPD=Integer | |SPD=Integer | ||
| | |ACU=Integer | ||
|SOL=Integer | |SOL=Integer | ||
|Description=Text | |Description=Text | ||
|Faction=String | |Faction=String | ||
}} | }} | ||
This is the | This is the storage module for the Onyx Registry. | ||
</noinclude>{{#cargo_store:_table=Subjects | </noinclude><includeonly>{{#cargo_store:_table=Subjects | ||
|Name={{PAGENAME}} | |Name={{{name|{{PAGENAME}}}}} | ||
|CR={{{cr|0}}} | |||
|Class={{{class|}}} | |Class={{{class|}}} | ||
|STR={{{str|0}}} | |STR={{{str|0}}} | ||
|DEF={{{def|0}}} | |DEF={{{def|0}}} | ||
|SPD={{{spd|0}}} | |SPD={{{spd|0}}} | ||
| | |ACU={{{acu|0}}} | ||
|SOL={{{sol|0}}} | |SOL={{{sol|0}}} | ||
|Description={{{description|}}} | |Description={{{description|}}} | ||
|Faction={{{faction|}}} | |Faction={{{faction|}}} | ||
}} | }}</includeonly> | ||
Latest revision as of 14:31, 13 February 2026
This template defines the table "Subjects". View table. This is the storage module for the Onyx Registry.