Template:Collection: Difference between revisions

From Charleswood Historical Society
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:


</noinclude>__NOEDITSECTION__{{{description| }}}
</noinclude>__NOEDITSECTION__{{{description| }}}
{{#cargo_query:
|tables=CollectedIn, Collection
|join on=CollectedIn._pageName=Collection._pageName <!-- yes _pN on _pN since we are checking that the pages found are not sub-collections -->
|fields=CollectedIn._pageName=collected pages
|where=Collection._pageName is null
      and (Collection = "{{PAGENAME}}" or Collection WITHIN "{{PAGENAME}}")
      and not CollectedIn._pageName Like "%.jpg" <!--imgs listed in gallery below-->
|group by=CollectedIn._pageName
|limit=1000
|default={{PAGENAME}} collection has no pages
|intro===Items in {{PAGENAME}} collection==
|format=ul
}}
{{#cargo_query:
{{#cargo_query:
intro=Sub-collections:  
intro=Sub-collections:  
|format=ul
|format=ul
|tables=CollectedIn, Collection
|tables=CollectedIn, Collection
|join on=CollectedIn.Collection=Collection._pageName
|join on=CollectedIn._pageName=Collection._pageName
|fields=Collection._pageName
|fields=Collection._pageName
|where=(Collection = "{{PAGENAME}}" or Collection WITHIN "{{PAGENAME}}") and Collection._pageName>""
|where=(Collection = "{{PAGENAME}}" or Collection WITHIN "{{PAGENAME}}") and Collection._pageName>""
|group by=CollectedIn._pageName
|limit=1000
|limit=1000
|default=<!-- blank - no sub-collections should be the norm -->
|default=<!-- blank - no sub-collections should be the norm -->
Line 38: Line 52:
tables=CollectedIn
tables=CollectedIn
|tables=CollectedIn, Collection
|tables=CollectedIn, Collection
|join on=CollectedIn.Collection=Collection._pageName
|join on=CollectedIn._pageName=Collection._pageName<!-- yes _pN on _pN since we are checking that the pages found are not sub-collections -->
|fields=CollectedIn._pageName
|fields=CollectedIn._pageName
|where=(Collection = "{{PAGENAME}}" or Collection WITHIN "{{PAGENAME}}")  
|where=(Collection = "{{PAGENAME}}" or Collection WITHIN "{{PAGENAME}}")  

Revision as of 23:08, 2023 May 12

This template is used at the top of all collection pages to provide consistent listing of their contents.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
descriptiondescription

What defines this collection.

Example
This is a collection of information and images about families who live or have lived in Charleswood.
Stringrequired

This template defines the table "Collection". View table.



Collection collection has no pages

Collection collection has no pages