Anonymous

Module:Skills/Summoning: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
Line 28: Line 28:
:tag('th'):wikitext('Mark')
:tag('th'):wikitext('Mark')
  :attr('colspan', 2)
  :attr('colspan', 2)
:tag('th'):wikitext('DLC')  
:tag('th'):wikitext(Icons._SkillRealmIcon(skillID, realm.id) .. '<br>Level')
:tag('th'):wikitext(Icons._SkillRealmIcon(skillID, realm.id) .. '<br>Level')
:tag('th'):wikitext('Tier')
:tag('th'):wikitext('Tier')
:tag('th'):wikitext('DLC')
:tag('th'):wikitext('Discovered in')
:tag('th'):wikitext('Discovered in')


Line 50: Line 50:
:attr('data-sort-value', item.name)
:attr('data-sort-value', item.name)
row:tag('td'):wikitext(Icons.Icon({item.name, 'Mark of the ' .. item.name, type='mark', noicon=true}))
row:tag('td'):wikitext(Icons.Icon({item.name, 'Mark of the ' .. item.name, type='mark', noicon=true}))
row:tag('td'):wikitext(Icons.getDLCColumnIcon(Fam.id))
:attr('data-sort-value', Icons.getExpansionID(Fam.id))
row:tag('td'):wikitext(level)
row:tag('td'):wikitext(level)
:css('text-align', 'center')
:css('text-align', 'center')
row:tag('td'):wikitext(Fam.tier)
row:tag('td'):wikitext(Fam.tier)
:css('text-align', 'center')
:css('text-align', 'center')
row:tag('td'):wikitext(Icons.getDLCColumnIcon(Fam.id))
:attr('data-sort-value', Icons.getExpansionID(Fam.id))


local discoveredArray = {}
local discoveredArray = {}
2,874

edits