Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:FSTable

From Teriock
Revision as of 19:43, 22 March 2025 by Gpe (talk | contribs) (Created page with "local p = {} function p.fs ( frame ) local pagename = frame.args[0] return pagename end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:FSTable/doc

local p = {}

function p.fs ( frame )
	local pagename = frame.args[0]
	return pagename
end

return p