Module:Sandbox/CAS222222221

This is an old revision of this page, as edited by 風中的刀劍 (talk | contribs) at 05:21, 11 December 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local getArgs = require('Module:Arguments').getArgs
local yesno = require('Module:Yesno')
 
local p = {}

local function lead( ... )
end

local function orig( ... )
end

local function eng( ... )
end

local function trans( ... )
end

local function note( ... )
end

function p.vgname(frame)
	local args = getArgs(frame, {
		valueFunc = function (key, value)
			if key == nil then
				value = ''
			end
			return value
		end
		})
	
	-- Main module code goes here

	return 

end

return p