Content deleted Content added
No edit summary |
No edit summary |
||
Line 12:
local color = mw.ustring.gsub(piece,'^.*(%w)(%w).*$', '%2')
piece = mw.ustring.gsub(piece,'^.*(%w)(%w).*$', '%1')
end
|
No edit summary |
No edit summary |
||
Line 12:
local color = mw.ustring.gsub(piece,'^.*(%w)(%w).*$', '%2')
piece = mw.ustring.gsub(piece,'^.*(%w)(%w).*$', '%1')
end
|