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

User:Plankton/sandbox: Difference between revisions

From Consumer Rights Wiki
Plankton (talk | contribs)
No edit summary
Plankton (talk | contribs)
testing if lua works
Line 1: Line 1:
{{User:Plankton/flex|test|1|2|3|4|5|6|7|8|9|10|11|12|13}}
local p{}
function p.hello(frame)
    local name = frame.args[1] or "world"
    return "Hello, " .. name .. "!"
end
return p

Revision as of 04:32, 31 October 2025

local p{} function p.hello(frame)

   local name = frame.args[1] or "world"
   return "Hello, " .. name .. "!"

end return p