Module:Test: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
m (another return)
m (a small step)
Line 2: Line 2:


function p.test( f )
function p.test( f )
return mw.html.create("span"):wikitext('[[Chairs]]')
return mw.html.create("span"):wikitext('[[Chairs|'):wikitext('{{Stack|Pufferfish|standard=true}}'):wikitext(']]')
end
end


return p
return p

Revision as of 06:32, 2 March 2021

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

p = {}

function p.test( f )
	return mw.html.create("span"):wikitext('[[Chairs|'):wikitext('{{Stack|Pufferfish|standard=true}}'):wikitext(']]')
end

return p