45,660
edits
mNo edit summary |
No edit summary |
||
Line 45: | Line 45: | ||
else return "6", {word} end | else return "6", {word} end | ||
end | end | ||
end | |||
function export.head(frame) | |||
local arguments = frame.args | |||
end | end | ||
-- The main entry point. | -- The main entry point. | ||
function export.show(frame) | function export.show(frame) | ||
local parent_args = frame:getParent().args | local parent_args = frame:getParent().args | ||
local numbers = nil | local numbers = nil | ||
local decl = {} | local decl = {} | ||
local word = parent_args.word or PAGENAME | local word = parent_args.word or PAGENAME or mw.title.getCurrentTitle().nsText == "Template" and "vala" | ||
local args = {} | local args = {} | ||