Template:File Gallery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (9 revisions imported: Initial import from smithfam) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
* ''title'': title for the section header; default is "Related Files" | * ''title'': title for the section header; default is "Related Files" | ||
* ''caption'': property to use as a caption; default is none | * ''caption'': property to use as a caption; default is none | ||
* ''limit'': max size; default is | * ''sort'': property or property list for sorting; default is "File Year" | ||
</noinclude><includeonly>{{ | * ''limit'': max size; default is 60 | ||
(Query has to be run twice, first to check for any results, because the "gallery" format does not produce true empty output.) | |||
</noinclude><includeonly>{{#if: | |||
{{#ask: {{{1|}}} | |||
| {{#if: {{{caption|}}} | ?{{{caption}}} }} | |||
| sort={{#if: {{{sort|}}} | {{{sort}}} | File Year }} | |||
| limit=1 | |||
}} | |||
| {{H2|{{#if: {{{title|}}} | {{{title}}} | Related Files}}}} | |||
{{#ask: {{{1|}}} | |||
| {{#if: {{{caption|}}} | ?{{{caption}}} }} | | {{#if: {{{caption|}}} | ?{{{caption}}} }} | ||
| format=gallery | | format=gallery | ||
| sort=File Year | | sort={{#if: {{{sort|}}} | {{{sort}}} | File Year }} | ||
| autocaptions=off | | autocaptions=off | ||
| limit={{#if: {{{limit|}}} | {{{limit}}} | | | limit={{#if: {{{limit|}}} | {{{limit}}} | 60 }} | ||
| searchlabel=More | | searchlabel=More | ||
}}}}</includeonly> | }}}}</includeonly> | ||
Latest revision as of 20:14, 8 December 2015
Generate a section containing a grid of files based on a query. If nothing matches, the result is empty.
- First parameter: SMW query to execute
- title: title for the section header; default is "Related Files"
- caption: property to use as a caption; default is none
- sort: property or property list for sorting; default is "File Year"
- limit: max size; default is 60
(Query has to be run twice, first to check for any results, because the "gallery" format does not produce true empty output.)