1,131
edits
No edit summary |
No edit summary |
||
| Line 97: | Line 97: | ||
ret:defineLinks({ hide = true }) | ret:defineLinks({ hide = true }) | ||
ret:useSMWOne({ | |||
members = 'All Is members only', | |||
id_smw = 'All Item ID', | |||
image_smw = 'All Image', | |||
}) | |||
ret:useSMWSubobject({ | |||
version = 'Version anchor', | |||
release = 'Release date', | |||
id_smw = 'Item ID', | |||
description = 'Description', | |||
members = 'Is members only', | |||
buyvalue = 'Buyable for', | |||
sellvalue = 'Sellable for', | |||
image_smw = 'Image', | |||
market_buy_limit = 'Market buy limits', | |||
market_sell_limit = 'Market sell limits', | |||
usesinfobox = 'Uses infobox', | |||
}) | |||
ret:addButtonsCaption() | ret:addButtonsCaption() | ||