Template:MonsterSpecialAttackTable: Difference between revisions
From Melvor Idle
(Migrate to new module) |
(Implement additional parameters) |
||
Line 1: | Line 1: | ||
<noinclude>This template is powered by Lua from [[Module:Attacks/Tables]]. | <noinclude>This template is powered by Lua from [[Module:Attacks/Tables]]. | ||
Syntax: {{T|MonsterSpecialAttackTable|Effect}}. | Syntax: {{T|MonsterSpecialAttackTable|<Types>|effect=<Effect>|sourceHeader=<HeaderText>|includeSource=<true/false>}}. | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "Type", | |||
"description": "A comma separated list of types to be included. Can be any combination of: Monster, Item, Spell, Familiar", | |||
"type": "string", | |||
"default": "Monster", | |||
"suggested": true | |||
}, | |||
"effect": { | |||
"label": "Effect", | "label": "Effect", | ||
"description": "If specified, only special attacks which have the specified effect are included; otherwise, all special attacks are included", | "description": "If specified, only special attacks which have the specified effect are included; otherwise, all special attacks are included", | ||
"type": "string" | "type": "string" | ||
}, | |||
"sourceHeader": { | |||
"label": "Source Header", | |||
"description": "Specifies the header text for the 'Source' column", | |||
"type": "string", | |||
"default": "Monsters" | |||
}, | |||
"includeSource": { | |||
"label": "Include Source", | |||
"description": "Indicates whether the source type column should be included or not", | |||
"type": "boolean", | |||
"default": "false" | |||
} | } | ||
}, | }, | ||
"description": "Produces a table of special attacks | "description": "Produces a table of special attacks the player may inflict in combat.", | ||
"paramOrder": [ | |||
"1", | |||
"effect", | |||
"sourceHeader", | |||
"includeSource" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Tables]] | [[Category:Tables]] | ||
{{V}}<br/><br/><br/></noinclude> | {{V}}<br/><br/><br/></noinclude> | ||
<onlyinclude>{{#invoke: | <onlyinclude>{{#invoke:AuronTest/SourceTables|getSpecialAttackTable|{{{1|Monster}}}|effect={{{effect|}}}|sourceHeader={{{sourceHeader|Monsters}}}|includeSource={{{includeSource|false}}}}}</onlyinclude> | ||
<noinclude> | <noinclude> | ||
</noinclude> | </noinclude> |
Revision as of 23:54, 9 November 2021
This template is powered by Lua from Module:Attacks/Tables.
Syntax: {{MonsterSpecialAttackTable|<Types>|sourceHeader=<HeaderText>|includeSource=<true/false>|effect=<Effect>}}
.
Produces a table of special attacks the player may inflict in combat.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Type | 1 | A comma separated list of types to be included. Can be any combination of: Monster, Item, Spell, Familiar
| String | suggested |
Effect | effect | If specified, only special attacks which have the specified effect are included; otherwise, all special attacks are included | String | optional |
Source Header | sourceHeader | Specifies the header text for the 'Source' column
| String | optional |
Include Source | includeSource | Indicates whether the source type column should be included or not
| Boolean | optional |
This page is up to date (v1.3.1). |
Script error: No such module "AuronTest/SourceTables".