MediaWiki:CRT Search.js: Difference between revisions

No edit summary
No edit summary
Tag: Reverted
Line 53: Line 53:
                             type: 'select',
                             type: 'select',
                             property: 'Has brand',
                             property: 'Has brand',
                             loadFrom: 'category',
                             loadFrom: 'smw',
                             category: 'Manufacturers'
                             smwQuery: '[[Category:CRT models]][[Has brand::+]]',
                            smwProperty: 'Has brand'
                         },
                         },
                         oem: {
                         oem: {
Line 60: Line 61:
                             type: 'select',
                             type: 'select',
                             property: 'Has OEM manufacturer',
                             property: 'Has OEM manufacturer',
                             loadFrom: 'category',
                             loadFrom: 'smw',
                             category: 'Manufacturers'
                             smwQuery: '[[Category:CRT models]][[Has brand::+]]',
                            smwProperty: 'Has brand'
                         },
                         },
                         series: {
                         series: {
MediaWiki Appliance - Powered by TurnKey Linux