Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
No edit summary
Line 762: Line 762:
smw_func = attack_style_smw,
smw_func = attack_style_smw,
category_incomplete = 'Needs vulnerable to',
category_incomplete = 'Needs vulnerable to',
}

-- Bank
parse.bank = {
name = 'bank',
func = parse.has_content,
smw_property = 'Bank'
}
}