モジュール:HTMLDecode

    提供:Wikiminati

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

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