Module:Param Parse: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
The Gaffer (talk | contribs) No edit summary |
The Gaffer (talk | contribs) (Undo revision 15910 by The Gaffer (talk)) Tag: Undo |
||
Line 294: | Line 294: | ||
category_incomplete = 'Items needing value', |
category_incomplete = 'Items needing value', |
||
smw_property = 'Value', |
smw_property = 'Value', |
||
smw_func = parse.number |
|||
} |
|||
parse.buy_value = { |
|||
name = 'buy_value', |
|||
func = parse.value_func, |
|||
category_incomplete = 'Items needing value', |
|||
smw_property = 'Buy Value', |
|||
smw_func = parse.number |
smw_func = parse.number |
||
} |
} |