ముంగిలి
యాదృచ్చికం
చుట్టుపక్కల
లాగినవండి
అమరికలు
విరాళాలు
వికీపీడియా గురించి
అస్వీకారములు
వెతుకు
మాడ్యూల్
:
HTMLDecode
భాష
వీక్షించు
సవరించు
మాడ్యూల్ డాక్యుమెంటేషన్
[
create
] [
purge
]
You might want to
create
a documentation page for this
Scribunto module
.
Editors can experiment in this module's sandbox
(
create
|
mirror
)
and testcases
(
create
)
pages.
Add categories to the
/doc
subpage.
Subpages of this module
.
local
i
=
{};
function
i
.
HTMLDecode
(
frame
)
return
mw
.
text
.
decode
(
frame
.
args
[
"text"
]);
end
return
i
;