Template:Modability data store: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(Created page with "<noinclude> {{#cargo_declare:_table=Modability |ObjectID=String |SupportedMods=List (,) of String |JoinKey=String }} Category:Cargo Store Templates This template should b...")
 
mNo edit summary
 
Line 15: Line 15:
! description
! description
|-
|-
| ObjectID
| id
| String
| String
| '''''required'''''
| '''''required'''''
| Object ID
| Object ID
|-
|-
| SupportedMods
| supportedmods
| List (,) of String
| List (,) of String
| NULL
| NULL
Line 26: Line 26:
|}
|}
</noinclude><includeonly>{{#cargo_store:_table=Modability
</noinclude><includeonly>{{#cargo_store:_table=Modability
|ObjectID={{{ObjectID}}}
|ObjectID={{{id}}}
|SupportedMods={{{SupportedMods|}}}
|SupportedMods={{{supportedmods|}}}
|JoinKey={{FULLPAGENAME}}
|JoinKey={{FULLPAGENAME}}
}}</includeonly>
}}</includeonly>

Latest revision as of 23:22, 2 October 2021

This template defines the table "Modability". View table.

This template should be called exclusively from the Template:Item and Template:Character pages. The template has no actual output, it simply stores the data in cargo.

parameter type default description
id String required Object ID
supportedmods List (,) of String NULL list of mods for the item from the "Mods" tag in ObjectBlueprints.xml