MediaWiki:AV Device Search.js: Difference between revisions

No edit summary
No edit summary
Line 50: Line 50:
                             property: 'Has brand',
                             property: 'Has brand',
                             loadFrom: 'smw',
                             loadFrom: 'smw',
                             smwQuery: '[[Is AV brand category::Yes]]',
                             smwQuery: '[[Category:AV devices]][[Has brand::+]]',
                             smwProperty: 'Brand name'
                             smwProperty: 'Has brand'
                         },
                         },
                         device_type: {
                         device_type: {
Line 65: Line 65:
                             type: 'select',
                             type: 'select',
                             property: 'Has format family',
                             property: 'Has format family',
                             loadFrom: 'static',
                             loadFrom: 'smw',
                             values: ['Betamax', 'DV', 'U-matic', 'VHS', 'Video8']
                             smwQuery: '[[Category:AV devices]][[Has format family::+]]',
                            smwProperty: 'Has format family'
                         },
                         },
                         plays: {
                         plays: {
MediaWiki Appliance - Powered by TurnKey Linux