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 (Raw Salad moved page Template:WeaponTable/doc to Template:GenerateWeaponTable/doc: Merging templates, changing name to be consistent with other templates of the same type.)
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
"type": {
"type": {
"label": "Weapon Type",
"label": "Weapon Type",
"description": "Optional parameter that determines table type. {Bow, Crossbow, Shield}.",
"description": "Determines table type. {Bow, Crossbow, Shield}.",
"type": "string",
"type": "string",
"suggested": false
"suggested": false

Latest revision as of 12:53, 14 June 2024

Encloses the content in a table with specific header cells and properties.

Template parameters

ParameterDescriptionTypeStatus
Rows1

Weapon rows. Specifically, must use the <tr> and <td> html tags.

Stringsuggested
Weapon Typetype

Determines table type. {Bow, Crossbow, Shield}.

Stringoptional