Your IP address will be publicly visible if you make any edits.
Module:HTMLDecode
From Kenshi Wiki
More actions
Revision as of 02:11, 18 February 2025 by Prd(talk | contribs)(Created page with "local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;")