Module:Sandbox/User:Teamtoto/LuaModule: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
Line 76: Line 76:
end
end
if data.isDefect(v[extNoun]) then
if data.isDefect(v[extNoun]) then
exts[i] = exts[i] .. "(<span style=\"color:#a64a2e\">D</span>)"
exts[i] = exts[i] .. " (<span style=\"color:#a64a2e\">D</span>)"
end
end
if v["Count"] > 1 then
if v["Count"] > 1 then
exts[i] = exts[i] .. "<small>x</small>" .. v["Count"]
exts[i] = exts[i] .. " <small>x</small>" .. v["Count"]
end
end
end
end