Content deleted Content added
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 72:
infobox_ship_t.title = ''; -- to allow for possible displaytitle concatenation
end
-- end▼
if args_t.display_title then
Line 88 ⟶ 80:
end
else -- |display_title= empty or omitted, use article title
infobox_ship_t.title = infobox_ship_t.title .. frame:preprocess ('{{DISPLAYTITLE:' .. ship_name_format ({name=name, sclass=args_t.sclass}) .. '}}');
end
end
--[[--------------------------< I N F O B O X _ S H I P _ I M A G E >------------------------------------------
Line 103 ⟶ 95:
local function infobox_ship_image (frame)
local args_t = get_args (frame);
if not args_t.image then
return; -- if no image specified, abandon
local infobox_ship_t = {
child = args_t.child or 'yes'; -- default to child
|