Changes

Created page with "local Core = require('Module:Core') return { implicit = function(frame) local args = Core.getTemplateArgs(frame) return args.implicit.pagename end, ..."
local Core = require('Module:Core')

return {
implicit = function(frame)
local args = Core.getTemplateArgs(frame)
return args.implicit.pagename
end,
explicit = function(frame)
local args = Core.getTemplateArgs(frame)
return args.explicit.pagename
end,
}
cssedit, gkautomate
6,941

edits