Main Page: Difference between revisions

Replace hardcoded AV brand list with dynamic query from Module:AVBrandList (via update-page on MediaWiki MCP Server)
Replace all hardcoded brand/type lists with dynamic queries from Lua modules (via update-page on MediaWiki MCP Server)
Line 12: Line 12:


<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(6.5em, 1fr)); gap: 0.6em; margin: 1em 0;">
<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(6.5em, 1fr)); gap: 0.6em; margin: 1em 0;">
{{Brand entry|brand=Ademco|link=advanced}}
{{#invoke:CRTBrandList|list|link=advanced}}
{{Brand entry|brand=Commodore|link=advanced}}
{{Brand entry|brand=Gateway|link=advanced}}
{{Brand entry|brand=JVC|link=advanced}}
{{Brand entry|brand=MAG|link=advanced}}
{{Brand entry|brand=Magnavox|link=advanced}}
{{Brand entry|brand=NEC|link=advanced}}
{{Brand entry|brand=Quasar|link=advanced}}
{{Brand entry|brand=RCA|link=advanced}}
{{Brand entry|brand=Sony|link=advanced}}
{{Brand entry|brand=ViewSonic|link=advanced}}
{{Brand entry|brand=Xtron|link=advanced}}
</div>
</div>


Line 29: Line 18:


<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(8em, 1fr)); gap: 0.6em; margin: 1em 0;">
<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(8em, 1fr)); gap: 0.6em; margin: 1em 0;">
{{CRT type entry|type=TV}}
{{#invoke:CRTTypeList|list}}
{{CRT type entry|type=PVM}}
{{CRT type entry|type=BVM}}
{{CRT type entry|type=Computer monitor}}
{{CRT type entry|type=Presentation monitor}}
</div>
</div>


Line 39: Line 24:


<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(8em, 1fr)); gap: 0.6em; margin: 1em 0;">
<div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(8em, 1fr)); gap: 0.6em; margin: 1em 0;">
{{AV device type entry|type=Time base corrector}}
{{#invoke:AVDeviceTypeList|list}}
{{AV device type entry|type=Frame synchronizer}}
{{AV device type entry|type=Video mixer}}
{{AV device type entry|type=Video processor}}
{{AV device type entry|type=Editing controller}}
{{AV device type entry|type=Scan converter}}
{{AV device type entry|type=Distribution amplifier}}
{{AV device type entry|type=Character generator}}
{{AV device type entry|type=VCR}}
{{AV device type entry|type=VTR}}
</div>
</div>


MediaWiki Appliance - Powered by TurnKey Linux