Module:SandboxShortCode

From PKC
Revision as of 06:59, 10 January 2022 by Benkoo (talk | contribs) (Created page with "local p = {} ustring = require('ustring') function p.byte() return ';byte\n:mw.ustring.byte(\'张\') is ' .. mw.ustring.byte("张") .. '\n' end")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local p = {}
 
ustring = require('ustring')
 
function p.byte()
    return ';byte\n:mw.ustring.byte(\'\') is ' .. mw.ustring.byte("张") .. '\n'
end