Module:FisherList: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(add fish per hour column) |
m (spacing around images) |
||
Line 143: | Line 143: | ||
:tag('td') |
:tag('td') |
||
:css{ ['border-right'] = '0', ['text-align'] = 'right', ['max-width'] = '100px' } |
:css{ ['border-right'] = '0', ['text-align'] = 'right', ['max-width'] = '100px' } |
||
:addClass('plinkt-link no-border') |
|||
: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 155: | Line 154: | ||
:tag('td') |
:tag('td') |
||
:css{ ['border-right'] = '0', ['text-align'] = 'right', ['max-width'] = '100px' } |
:css{ ['border-right'] = '0', ['text-align'] = 'right', ['max-width'] = '100px' } |
||
:addClass('plinkt-link no-border') |
|||
:attr{ ['data-sort-value'] = item.product } |
:attr{ ['data-sort-value'] = item.product } |
||
:wikitext('[[File:' .. item.product .. '.png|link=' .. item.product .. '|30x30px]]') |
:wikitext('[[File:' .. item.product .. '.png|link=' .. item.product .. '|30x30px]]') |