Changes

m
no edit summary
Line 41: Line 41:  
form = " два"
 
form = " два"
 
elseif mw.ustring.find(shipmodule.data[shipNum]["name"][1], "%sреволюция") ~= nil then -- Gangut "Kai" exception
 
elseif mw.ustring.find(shipmodule.data[shipNum]["name"][1], "%sреволюция") ~= nil then -- Gangut "Kai" exception
formNum = mw.ustring.find(shipmodule.data[shipNum]["name"][1], "%sреволюция")
+
kanji = mw.ustring.split(shipmodule.data[shipNum]["name"][1], "%s")[1] .. '<br/>' .. mw.ustring.split(shipmodule.data[shipNum]["name"][1], "%s")[2]
kanji = mw.ustring.sub(shipmodule.data[shipNum]["name"][1], 1, formNum - 1)
+
form = ""
form = "<br/>революция"
   
else
 
else
 
kanji = shipmodule.data[shipNum]["name"][1]
 
kanji = shipmodule.data[shipNum]["name"][1]
5,421

edits