Page history
31 July 2025
no edit summary
m+6
no edit summary
m−11
no edit summary
m+73
no edit summary
m−16
no edit summary
m+23
no edit summary
m+16
no edit summary
m−19
no edit summary
m+35
no edit summary
m−12
no edit summary
m−8
no edit summary
m−6
no edit summary
m+6
no edit summary
m−6
no edit summary
m−383
no edit summary
m−4
no edit summary
m−46
Created page with "local p = {} local function makeSkillTable(skillName, levelData, typeName) local rows = {} for line in mw.text.gsplit(levelData or "", ";", true) do local parts = mw.text.split(mw.text.trim(line), ",") local level = parts[1] or "" local cap = parts[2] or "" local apt = parts[3] or "" table.insert(rows, string.format( '|-\n| style="text-align: center;" | %s || %s || %s', level, cap, apt )) end local tableHeader = string.format([=[ {| class="wikitab..."
+1,325