8,697
edits
(Created page with "local getArgument = require('Module:Arguments').getArgument local p = {} function p.Main(frame) local args = frame.args local game = args[1]:lower() local input = args[2]:lower() local getSkill = require('Module:Data/Skill/' .. game) local iconPage = mw.title.makeTitle('Module', 'Data/Icon/' .. game) if getSkill.skill[input] and getSkill.skill[input].link then -- Check if an alternate link for a page is set in skill data name = '[[' .. getSkill.skill[input]....") |
No edit summary |
||
Line 49: | Line 49: | ||
end | end | ||
local output = | local output = name .. rpname .. '\n|-' | ||
return output | return output | ||
end | end | ||
return p | return p |