10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 21: | Line 21: | ||
local args_frame = getArgs(frame) | local args_frame = getArgs(frame) | ||
local args = {} | local args = {} | ||
local word = mw.title.getCurrentTitle().text | local word = tostring(mw.title.getCurrentTitle().text) | ||
local p = 1 | local p = 1 | ||
Line 260: | Line 260: | ||
--[[ | --[[ | ||
Debug console test string: | Debug console test string: | ||
=p.show(mw.getCurrentFrame():newChild{title="whatever",args={"rjaovs"}}) | =p.show(mw.getCurrentFrame():newChild{title="whatever",args={["override"] = "rjaovs"}}) | ||
]] | ]] |