打开主菜单
首页
随机
登录
设置
关于Akarin
免责声明
Akarin
搜索
更改
←上一编辑
下一编辑→
模块:沙盒/Shinonome Akebono/S
(查看源代码)
2020年7月8日 (三) 20:17的版本
添加34字节
、
2020年7月8日 (三) 20:17
小
无编辑摘要
第5行:
第5行:
function p.hello(frame)
function p.hello(frame)
local args=getArgs(frame)
local args=getArgs(frame)
−
local
col
=args[1]
+
local
text
=args[1]
−
local
text
=args[2]
+
local
lang
=args[2]
−
return "<
span
style
=
\"color:" .. col .. ";\">"
.. text
.. "</
span
>"
+
local
span=
mw
.
html
.
create('span')
+
:attr('lang',lang)
+
:wikitext(
text
)
+
return
span
end
end
return p
return p
Shinonome Akebono
界面管理员
、
管理员
、
上传向导活动编辑者
849
个编辑