MediaWiki:AV Device Search.js: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 35: Line 35:
             cardMeta: [
             cardMeta: [
                 { key: 'device_type',  cssClass: 'crt-meta-type' },
                 { key: 'device_type',  cssClass: 'crt-meta-type' },
                 { key: 'format_family' },
                 { key: 'format_family' }
                { key: 'supported_formats' }
             ],
             ],


Line 57: Line 56:
                             type: 'select',
                             type: 'select',
                             property: 'Has device type',
                             property: 'Has device type',
                             loadFrom: 'category',
                             loadFrom: 'smw',
                             category: 'AV device types'
                             smwQuery: '[[Is AV device type category::Yes]]',
                            smwProperty: 'Device type name'
                         },
                         },
                         format_family: {
                         format_family: {
MediaWiki Appliance - Powered by TurnKey Linux