ElEditors, Interface administrators, Administrators
85,550
edits
m (Add i18n support) |
(Add PvE and PvP template translation) |
||
Line 895: | Line 895: | ||
function doContentByMode(mode) | function doContentByMode(mode) | ||
local mode_row = TABLE:new() | local mode_row = TABLE:new() | ||
mode_row:tag('td'):wikitext(frame:expandTemplate { title = mode }) | mode_row:tag('td'):wikitext(frame:expandTemplate { title = translate(mode) }) | ||
local damage_entries = returnDamageInOrder() | local damage_entries = returnDamageInOrder() | ||
local last_number | local last_number |