Template:PlayerSpecialAttackTable: Difference between revisions

m
no edit summary
(Undo revision 41283 by Malcs (talk))
Tags: Replaced Undo
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>This template is powered by Lua from [[Module:Items]]
<noinclude>This template is powered by Lua from [[Module:Attacks/Tables]].
 
Syntax: {{T|PlayerSpecialAttackTable|<Types>|effect=<Effect>|sourceHeader=<HeaderText>|includeSource=<true/false>}}.
<templatedata>
{
"params": {
"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": "Item,Spell",
"suggested": true
},
"effect": {
"label": "Effect",
"description": "If specified, only special attacks which have the specified effect are included; otherwise, all special attacks are included",
"type": "string"
},
"sourceHeader": {
"label": "Source Header",
"description": "Specifies the header text for the 'Source' column",
"type": "string",
"default": "Source"
},
"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 the player may inflict in combat.",
"paramOrder": [
"1",
"effect",
"sourceHeader",
"includeSource"
]
}
</templatedata>
[[Category:Tables]]
[[Category:Tables]]
{{V}}<br/><br/><br/></noinclude>
{{V}}<br/><br/><br/></noinclude>
{{#invoke:Items|getSpecialAttackTable}}
<onlyinclude>{{#invoke:Attacks/Tables|getSpecialAttackTable|{{{1|Item,Spell}}}|effect={{{effect|}}}|sourceHeader={{{sourceHeader|}}}|includeSource={{{includeSource|false}}}}}</onlyinclude>
<noinclude>
</noinclude>