48,355
edits
(Created page with "local export = {} local function link(term) return "" .. term .. "" end local function ncategories(categories) local out_categories = {} fo...") |
No edit summary |
||
| Line 28: | Line 28: | ||
local args = frame:getParent().args | local args = frame:getParent().args | ||
PAGENAME = mw.title.getCurrentTitle().text | PAGENAME = mw.title.getCurrentTitle().text | ||
if mw.title.getCurrentTitle().nsText == "Template" then return end | |||
local head = args["head"]; if head == "" then head = nil end | local head = args["head"]; if head == "" then head = nil end | ||