Module:Test: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
Content deleted Content added
Q8j (talk | contribs)
No edit summary
m Protected "Module:Test": High-risk or high-traffic page ([Move=Allow only stewards] (indefinite) [Delete=Allow only stewards] (indefinite) [Protect=Allow only stewards] (indefinite))
 
(4 intermediate revisions by one other user not shown)
Line 5: Line 5:
]]
]]


local p ={}
local _module = {}
function p.Main(frame)
return string.find ( frame.args[1] , '~~~~' ) ~= nil .. frame.args[1]
end
return p

Latest revision as of 17:36, 29 January 2025

This is a test module.

Official test pages

General test page · Abuse filter test · AutoWikiBrowser test · Cascading protection test · Category test · Content model test · Deletion test

Module:Test (doc) · Patrol test · Protection test · Redirection test · Revert test · Review test · Revision and suppression test · Template test · VisualEditor test


--[[ This is a test page for testing lua in mediawiki
place your code below this comment
please remove when you are done testing,
Thank You! and have fun
]]

local _module = {}