Module:Color:修订历史

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

2024年5月13日 (星期一)

  • 当前之前 20:322024年5月13日 (一) 20:32Katty von Keksburg 讨论 贡献 1,056字节 +1,056 创建页面,内容为“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…”