英文维基 | 中文维基 | 日文维基 | 草榴社区
local i = {}; function i.HTMLDecode(frame) return mw.text.decode(frame.args["text"]); end return i;