開啟主選單
首頁
隨機
登入
設定
關於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
次編輯