「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

次編輯