Module:GathererList: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (original query is too long, had to make a new one)
m (spacing around images)
Line 144: Line 144:
: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 156: Line 155:
: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]]')