模块:Unichar:修订历史

来自决策链云智库

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2024年1月17日 (星期三)

  • 当前之前 00:122024年1月17日 (三) 00:12Zeroclanzhang 讨论 贡献 3,220字节 +3,220 创建页面,内容为“local p = {} local Unicode_data = require "Module:Unicode data" local function errorf(level, ...) if type(level) == "number" then return error(string.format(...), level + 1) else -- level is actually the format string. return error(string.format(level, ...), 2) end end -- from Template:Unichar local styles = { smallcaps = 'class="smallcaps" style="font-variant: small-caps; font-size: smaller;"', monospace = 'style="font-family: monospace, monos…”