「モジュール: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)))
 
(1版 をインポートしました: Wikipedia requested photographs of anime and manga)
 
(相違点なし)

2023年3月20日 (月) 20:38時点における最新版

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

local i = {};

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

return i;