Category:Watches: Difference between revisions
(another attempt at getting picture gallery to work) |
(fix gallery view) |
||
Line 2: | Line 2: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Watches | tables=Watches | ||
|fields=Picture,Name,_pageName | |where=Status="supported" | ||
|fields=Picture,Name,CONCAT(Model,"<br/>(",Name,")")=capt,_pageName | |||
|order by=Watches.Stars DESC | |order by=Watches.Stars DESC | ||
|format=gallery | |format=gallery | ||
|mode= | |mode=traditional | ||
|caption field=capt | |||
|alt field=Name | |||
|link field=_pageName | |||
|show filename=0 | |show filename=0 | ||
|show bytes=0 | |show bytes=0 | ||
|caption field= | |show dimensions=0 | ||
|default= | |||
}} | |||
=== Experimental watches === | |||
{{#cargo_query: | |||
tables=Watches | |||
|where=Status="experimental" | |||
|fields=Picture,Name,CONCAT(Model,"<br/>(",Name,")")=capt,_pageName | |||
|order by=Watches.Stars DESC | |||
|format=gallery | |||
|mode=traditional | |||
|caption field=capt | |||
|alt field=Name | |alt field=Name | ||
|link field=_pageName | |link field=_pageName | ||
|show filename=0 | |||
|show bytes=0 | |||
|show dimensions=0 | |||
|default= | |||
}} | }} |