Changes

m
no edit summary
Line 108: Line 108:  
     local ship_name = args.explicit.ship or args.implicit.pagename or ""
 
     local ship_name = args.explicit.ship or args.implicit.pagename or ""
 
     local ship = Ship(ship_name)
 
     local ship = Ship(ship_name)
     return format{ShipPage._class_template, class = ship:class()}
+
     return ship:class():name()
 
end
 
end
   Line 141: Line 141:  
})
 
})
 
-- print(p.t5)
 
-- print(p.t5)
 +
 +
ShipPage.t6 = ShipPage.ClassTemplate(nil, {
 +
    explicit = { ship = "Matsukaze" },
 +
    implicit = {},
 +
})
 +
-- print(p.t6)
 
]]--
 
]]--
    
return ShipPage
 
return ShipPage
cssedit, gkautomate
7,060

edits