Jump to content

Module:English variant notice

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Galobtter (talk | contribs) at 18:11, 19 February 2018 (hmm). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}
local mArguments
function p.main (frame)
	mArguments = require('Module:Arguments')
	local args = mArguments.getArgs(frame, {parentFirst = true})
	id, text, variant = args.id, args.text, args.variant
end