Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) No edit summary |
||
Line 57:
if not e_10 and units then
unc = unc..units
end▼
unc = unc..errend▼
end
unc = unc..'</span>'
else
unc = '('..delimit(uncU_n,fmt)..')'
if not e_10 and units then
end
end
end
if not e_10 and units and not mw.ustring.match(uncU,('%((.+)%)')) then
n = n..units
end
|