12,303
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
[3] = {list = true}, | [3] = {list = true}, | ||
["g"] = {list = true}, | ["g"] = {list = true}, | ||
["label"] = {}, | ["label"] = {list = true}, | ||
["head"] = {}, | ["head"] = {}, | ||
["nocat"] = {type = "boolean"}, | ["nocat"] = {type = "boolean"}, | ||
Line 46: | Line 46: | ||
local p = m_parameters.process(args, params) | local p = m_parameters.process(args, params) | ||
local language = m_languages.get_by_code(p[1]) | local language = m_languages.get_by_code(p[1]) | ||
local term = mw.title.getCurrentTitle(). | local term = mw.title.getCurrentTitle().subpageText | ||
return { | return { | ||
term = term, | term = term, |