Module:Skill List: Difference between revisions

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]...."
(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 difference)