「モジュール:HTMLDecode」の版間の差分

提供:Wikiminati
Wikipedia requested photographs of anime and manga>WOSlinker
(Protected "Module:HTMLDecode" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(相違点なし)

2020年4月19日 (日) 20:19時点における版

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

local i = {};

function i.HTMLDecode(frame)
    return mw.text.decode(frame.args["text"]);
end

return i;