跳转到内容

Module:Color:修订间差异

添加40字节 、​ 2024年6月2日 (星期日)
无编辑摘要
无编辑摘要
SSF讨论 | 贡献
无编辑摘要
 
第45行: 第45行:
    local span = mw.html.create("span");
    local span = mw.html.create("span");
    local a = list[args[1]];
    local a = list[args[1]];
    if type(a) == 'nil' then
   local b = args[2];
      span:css('color',(args[1] or 'unset')):wikitext(args[2]);
    if type(a) == 'nil' or type(b) == 'string' then
      span:css('color',(args[1] or 'unset')):wikitext(b);
    elseif type(a) == 'string' then
    elseif type(a) == 'string' then
      span:addClass(a):wikitext(args[1]);
      span:addClass(a):wikitext(args[1]);
WikiBuilder
329

个编辑