Module:Items/UseTables: Difference between revisions

typing is hard
(I believe I fixed the issues with spell descriptions.)
(typing is hard)
Line 624: Line 624:
     rowTxt = rowTxt..'||data-sort-value="'..Magic.getSpellTypeIndex(spell.type)..'"|'
     rowTxt = rowTxt..'||data-sort-value="'..Magic.getSpellTypeIndex(spell.type)..'"|'
     rowTxt = rowTxt..Magic.getSpellTypeLink(spell.type)
     rowTxt = rowTxt..Magic.getSpellTypeLink(spell.type)
     rowTxt = rowTxt..'||'..Magic.getSpellStat(spell, 'description')
     rowTxt = rowTxt..'||'..Magic._getSpellStat(spell, 'description')
     rowTxt = rowTxt..'||style="text-align:center"|'
     rowTxt = rowTxt..'||style="text-align:center"|'
     rowTxt = rowTxt..Magic._getSpellRunes(spell)
     rowTxt = rowTxt..Magic._getSpellRunes(spell)