10,735
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 29: | Line 29: | ||
error("-- needs to be either at the beginning or the end of the argument") | error("-- needs to be either at the beginning or the end of the argument") | ||
end | end | ||
elseif mw.ustring.find(form, "%-") then | |||
return form | |||
else | else | ||
return form | return "'''" .. form .. "'''" | ||
end | end | ||
end | end |