Module:Chinese1

From Guild of Archivists

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

--{{test}}
local p = {}
--测试, test
function p.hello()
    a = 'test' --sssss
---[[
    a0 = [==[a0: *alo 
 123"*]==]
    a1 = "a1: *alo\n123\"*"
    a2 = 'a2: *\97lo\10\04923"*'
    a3 = [[a3: *alo
123"*]]
    a4 = [==[
     a4: *alo
123"*]==]
    a5 = [[a5: *alo 
    123"*]]
    a6 = [==[
     a6: *alo 
    123"*]==]
    a7 = [==[a7: *alo 
 123"*]==]
--]]
--[[    x=mw.page.currentRevision ['Module:Chinese']]
    return a
end    

return p