From Dark and Darker Wiki
< Template:GenerateWeaponTable
(Created page with "<templatedata>{ "description": "Encloses the content in a table with specific header cells and properties.", "params": { "1": { "label": "Rows", "description": "Weapon rows. Specifically, must use the <tr> and <td> html tags.", "type": "string", "suggested": true }, "type": { "label": "Weapon Type", "description": "Optional parameter that determines table type. {Bow, Crossbow, Shield}.", "type": "string", "suggested": false } } }</templ...") |
m (Redundant wording removed.) |
||
Line 10: | Line 10: | ||
"type": { | "type": { | ||
"label": "Weapon Type", | "label": "Weapon Type", | ||
"description": " | "description": "Determines table type. {Bow, Crossbow, Shield}.", | ||
"type": "string", | "type": "string", | ||
"suggested": false | "suggested": false |
Revision as of 20:29, 8 April 2024
Encloses the content in a table with specific header cells and properties.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Rows | 1 | Weapon rows. Specifically, must use the <tr> and <td> html tags. | String | suggested |
Weapon Type | type | Determines table type. {Bow, Crossbow, Shield}. | String | optional |