Module:CRTModel: Difference between revisions

Fix blank input bullet: add Has video signal format::+ filter to inputs display query to exclude mod subobjects (via update-page on MediaWiki MCP Server)
Add variants display to infobox (via update-page on MediaWiki MCP Server)
Line 69: Line 69:
local brand = trim(args.brand)
local brand = trim(args.brand)
local model_code = trim(args.model_code)
local model_code = trim(args.model_code)
local variants = trim(args.variants)
local series = trim(args.series)
local series = trim(args.series)
local image_main = trim(args.image_main)
local image_main = trim(args.image_main)
Line 140: Line 141:
else
else
addRow(container, 'Model', '', false)
addRow(container, 'Model', '', false)
end
-- Regional variants row
if variants then
addRow(container, 'Variants', variants, false)
end
end


MediaWiki Appliance - Powered by TurnKey Linux