Difference between revisions of "Template:File Gallery"
m (9 revisions imported: Initial import from smithfam) |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
* ''caption'': property to use as a caption; default is none | * ''caption'': property to use as a caption; default is none | ||
* ''sort'': property or property list for sorting; default is "File Year" | * ''sort'': property or property list for sorting; default is "File Year" | ||
| − | * ''limit'': max size; default is | + | * ''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.) | (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: | </noinclude><includeonly>{{#if: | ||
| Line 19: | Line 19: | ||
| sort={{#if: {{{sort|}}} | {{{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 12:11, 7 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.)