Module:Infobox Item: Difference between revisions

Jump to navigation Jump to search
294 bytes added ,  14:55, 2 April 2022
no edit summary
No edit summary
No edit summary
Line 34: Line 34:
{ name = 'tradeable', func = 'yes_no' },
{ name = 'tradeable', func = 'yes_no' },
{ name = 'craftable', func = 'yes_no' },
{ name = 'quest', func = 'has_content' },
{ name = 'quest', func = 'has_content' },


Line 172: Line 173:
{ tag = 'th', content = 'Tradeable', colspan = '7' },
{ tag = 'th', content = 'Tradeable', colspan = '7' },
{ tag = 'argd', content = 'tradeable', colspan = '13' },
{ tag = 'argd', content = 'tradeable', colspan = '13' },
}
:pad(20)
:addRow{
{ tag = 'th', content = 'Craftable', colspan = '7' },
{ tag = 'argd', content = 'craftable', colspan = '13' },
}
}


Line 408: Line 415:
value = 'Items missing value',
value = 'Items missing value',
quest = 'Items missing quest',
quest = 'Items missing quest',
craftable = 'Needs craftable status',
},
},
-- Parameters that have text
-- Parameters that have text
Line 415: Line 423:
rune_tp = { yes = 'Runes'},
rune_tp = { yes = 'Runes'},
tradeable = { yes = 'Tradeable items', no = 'Untradeable items' },
tradeable = { yes = 'Tradeable items', no = 'Untradeable items' },
craftable = { yes = 'Craftable items', no = 'Uncraftable items' },
type = {
type = {
['book'] = 'Books',
['book'] = 'Books',

Navigation menu