Editing Module:FisherList
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 20: | Line 20: | ||
'?Activity XP = XP', |
'?Activity XP = XP', |
||
'?Activity duration = duration', |
'?Activity duration = duration', |
||
'?Activity coins = coins', |
|||
'?Skill node name = product', |
'?Skill node name = product', |
||
'?Activity input #- = material', |
'?Activity input #- = material', |
||
Line 100: | Line 101: | ||
:done() |
:done() |
||
:tag('th') |
:tag('th') |
||
:attr{ colspan = ' |
:attr{ colspan = '3' } |
||
:wikitext('Fish') |
:wikitext('Fish') |
||
⚫ | |||
⚫ | |||
⚫ | |||
:done() |
:done() |
||
:tag('th') |
:tag('th') |
||
Line 143: | Line 141: | ||
:tag('td') |
:tag('td') |
||
:css{ ['border-right'] = '0', ['text-align'] = 'right', ['max-width'] = '100px' } |
:css{ ['border-right'] = '0', ['text-align'] = 'right', ['max-width'] = '100px' } |
||
⚫ | |||
:attr{ ['data-sort-value'] = item.name } |
:attr{ ['data-sort-value'] = item.name } |
||
:wikitext(' [[' .. item.Image .. '|link=' .. item.name .. '|30x30px]]') |
:wikitext(' [[' .. item.Image .. '|link=' .. item.name .. '|30x30px]]') |
||
Line 153: | Line 152: | ||
-- fish |
-- fish |
||
:tag('td') |
:tag('td') |
||
:css{ ['border-right'] = '0', ['text-align'] = 'right' |
:css{ ['border-right'] = '0', ['text-align'] = 'right' } |
||
:attr{ ['data-sort-value'] = item.product } |
:attr{ ['data-sort-value'] = item.product } |
||
⚫ | |||
⚫ | |||
⚫ | |||
:css{ ['border-right'] = '0', ['border-left'] = '0', ['text-align'] = 'center', ['max-width'] = '100px' } |
|||
:addClass('plinkt-link no-border') |
|||
:wikitext('[[File:' .. item.product .. '.png|link=' .. item.product .. '|30x30px]]') |
:wikitext('[[File:' .. item.product .. '.png|link=' .. item.product .. '|30x30px]]') |
||
:done() |
:done() |
||
:tag('td') |
:tag('td') |
||
:css{ ['border-left'] = '0', ['text-align'] = 'left' } |
|||
⚫ | |||
:wikitext('[[' .. item.product .. ']]') |
:wikitext('[[' .. item.product .. ']]') |
||
:done() |
:done() |
||
-- fish/hr |
|||
:IF(item.productPerHour) |
|||
:tag('td') |
|||
:wikitext(item.productPerHour and math.floor(tonumber(item.productPerHour)*10)/10) |
|||
:done() |
|||
:ELSE() |
|||
:node(unknown_value_cell) |
|||
:END() |
|||
-- economics |
-- economics |