Module:Test: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
(I am testing things)
 
m (this will be a lot of edits)
Line 1: Line 1:
mw.html.create("span"):wikitext('[[Chairs]]')
p = {}
 
function p.test( f )
mw.html.create("span"):wikitext('[[Chairs]]')
end

Revision as of 06:24, 2 March 2021

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

p = {}

function p.test( f )
	mw.html.create("span"):wikitext('[[Chairs]]')
end