Module:CRTBrandList: Difference between revisions

Fix link parameter handling - only include if specified (via update-page on MediaWiki MCP Server)
Increase query limit and suppress "further results" link (via update-page on MediaWiki MCP Server)
Line 18: Line 18:
-- Query all CRT models and get their brands
-- Query all CRT models and get their brands
-- Use high limit and searchlabel= to suppress "further results"
local queryWikitext =
local queryWikitext =
'{{#ask:\n' ..
'{{#ask:\n' ..
Line 26: Line 27:
' |link=none\n' ..
' |link=none\n' ..
' |mainlabel=-\n' ..
' |mainlabel=-\n' ..
' |limit=500\n' ..
' |limit=5000\n' ..
' |searchlabel=\n' ..
'}}'
'}}'
MediaWiki Appliance - Powered by TurnKey Linux