マヨケーがポアされたため、現在はロシケーがメインとなっています。

モジュール:Test

提供:唐澤貴洋Wiki
2020年6月12日 (金) 21:14時点における>Ostrichによる版 (フィルター代理)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

このモジュールについての説明文ページを モジュール:Test/doc に作成できます

-- This is a module for testing. Please use this for free.
local p = {}
-- No arguments, used like: {{#invoke:test|nowiki}}
function p.nowiki(frame)
local name = frame.args[1] -- in this example, args[1] is the word KRSW
return "<nowiki>" .. name .. "</nowiki>" -- .. name .. replace by the word KRSW
end