Your IP address will be publicly visible if you make any edits.
Module:Italics
From Teriock
More actions
Revision as of 00:08, 9 February 2025 by Gpe(talk | contribs)(Created page with "local p function p.i ( frame ) local args = frame.args local text = args[1] text = text:gsub("Hand", "''Hand''"):gsub("Mouth", "''Mouth''") return frame:preprocess( text ) end")