Module:HTMLDecode: Difference between revisions
Appearance
Content deleted Content added
←Created page with 'local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;' |
(No difference)
|
Revision as of 11:14, 19 April 2020
![]() | This Lua module is used on approximately 829,000 pages, or roughly 1% of all pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
Usage
Module:HTMLDecode can be used to remove HTML encoding from any text.
{{#invoke:HTMLDecode | HTMLDecode | text=***text to remove HTML encoding from*** }}