The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu
Support the wiki on our official Ko-Fi page or Patreon page!
View source for Module:SMTSkills
From The Codex
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local getArgs = require('Module:Arguments').getArgs
local getGames = require('Module:SMTGameData')
local p = {}
local function makeInvokeFunction(funcName)
-- makes a function that can be returned from #invoke, using
-- [[Module:Arguments]].
return function (frame)
local args = getArgs(frame, {parentOnly = true})
return p[funcName](args)
end
end
local styles = {
['skill'] = '\n|-\n!style="background:#000;color:#fff"|',
['skillc'] = '\n!style="background:#000;color:#fff"|',
['skill2'] = '\n|-\n!style="background:#000;color:#fff" ',
['skill3'] = '\n!style="background:#000;color:#fff;',
['skill3m'] = '\n!style="background:transparent"|',
000
1:0
Template used on this page:
Return to Module:SMTSkills.