MediaWiki:AV Device Search.js: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions 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 58: Line 57:
                             property: 'Has device type',
                             property: 'Has device type',
                             loadFrom: 'smw',
                             loadFrom: 'smw',
                             smwQuery: '[[Category:AV devices]][[Has device type::+]]',
                             smwQuery: '[[Is AV device type category::Yes]]',
                             smwProperty: 'Has device type'
                             smwProperty: 'Device type name'
                         },
                         },
                         format_family: {
                         format_family: {
MediaWiki Appliance - Powered by TurnKey Linux