模组:Wikipedia free
-- For unit tests, see [[Module:Example]] local p = {} function p.hello() return "Wikipedia,the free encyclopedia" end return p