More actions
Content deleted Content added
No edit summary |
// via Wikitext Extension for VSCode |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
local args = frame.args |
local args = frame.args |
||
local text = args[1] |
local text = args[1] |
||
if text == "0 lbs." then |
|||
text = text:gsub("Hand", "''Hand''"):gsub("Mouth", "''Mouth''") |
|||
text = "''0 lbs.''" |
|||
end |
|||
return frame:preprocess( text ) |
return frame:preprocess( text ) |
||
end |
end |
Latest revision as of 00:25, 9 February 2025
Documentation for this module may be created at Module:Italics/doc