All public logs

Combined display of all available logs of 钢铁雄心4百科. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:32, 13 May 2024 Katty von Keksburg talk contribs created page Module:Color (创建页面,内容为“local p = {} function p.color(color, text, background) local s = "<span class=\"effect-%s\" style=\"color: %s; white-space:nowrap; font-weight:bold;" if color == "green" then s = string.format(s, "green", "#008000") elseif color == "red" then s = string.format(s, "red", "#ff0000") elseif color == "yellow" then s = string.format(s, "yellow", "#ffbd00") elseif color == "blue" then s = string.format(s, "blue", "#0000ff") elseif color…”)