More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
local args = frame.args |
local args = frame.args |
||
local text = args[1] |
local text = args[1] |
||
text = text:gsub("Hand", "''Hand''"):gsub("Mouth", "''Mouth''") |
text = text:gsub("Hand", "''Hand''"):gsub("Mouth", "''Mouth''"):gsub("0 lbs.", "''0 lbs.''") |
||
return frame:preprocess( text ) |
return frame:preprocess( text ) |
||
end |
end |
Revision as of 00:10, 9 February 2025
Documentation for this module may be created at Module:Italics/doc