Content deleted Content added
ucfirst? |
use mw.text.listToText |
||
Line 402:
res = colornames[1] .. ' and ' .. colornames[2]
elseif (#colornames > 2) then
res = mw.text.listToText( colornames
end
|
ucfirst? |
use mw.text.listToText |
||
Line 402:
res = colornames[1] .. ' and ' .. colornames[2]
elseif (#colornames > 2) then
res = mw.text.listToText( colornames
end
|