Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /var/www/html/includes/skins/Skin.php at line 1639] in /var/www/html/includes/debug/MWDebug.php on line 386
Jump to content

Module:Sandbox/Plankton: Difference between revisions

From Consumer Rights Wiki
Plankton (talk | contribs)
Created page with "local p = {} function test() end return p"
 
Plankton (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
local p = {}
local p = {}
function test()
function p.test()
end
end
return p
return p

Latest revision as of 05:00, 31 October 2025

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

local p = {}
function p.test()
	
end
return p