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
kanji = mw.ustring.split(shipmodule.data[shipNum]["name"][1], "%s")[1] .. '<br/>' .. mw.ustring.split(shipmodule.data[shipNum]["name"][1], "%s")[2]
+
kanji = mw.text.split(shipmodule.data[shipNum]["name"][1], "%s")[1] .. '<br/>' .. mw.text.split(shipmodule.data[shipNum]["name"][1], "%s")[2]
 
form = ""
 
form = ""
 
else
 
else
5,421

edits