require("strict")
local p = local format = mw.ustring.format
local styles =
local nonUpright =
-- Lua exportsfunction p._size(args) return styles[args.style] or styles.defaultend
function p._ignoreUpright(style) return nonUpright[style] or falseend
-- Wikitext exportsfunction p.size(frame) local args = require('Module:Arguments').getArgs(frame) return p._size(args);end
return p