ናብ ትሕዝቶ ኪድ

ሞድዩል:HTMLDecode

ካብ ዊኪፐድያ፣ ናጻ ኢንሳይክሎፐድያ
Revision as of 20:21, 14 ሚያዝያ 2021 by Joanmp14 (ምይይጥ | ኣበርክቶታት) (ሓድሽ ገጽ ዝተፈጠረ፦ «local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;»)
(ለውጢ) ← ዝቐደመ ክለሳ | Latest revision (ለውጢ) | ዝቕጽል ክለሳ → (ለውጢ)

Documentation for this module may be created at ሞድዩል:HTMLDecode/doc

local i = {};

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

return i;