ログアウトした編集者のページ もっと詳しく
このモジュールについての説明文ページを モジュール:HTMLDecode/doc に作成できます
local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;