Template:Background location list: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
No edit summary
imported>Harmonea
(trying to stop query from skipping null names)
 
Line 5: Line 5:
! colspan=2 | Occurrences  
! colspan=2 | Occurrences  
{{#cargo_query:tables=BackgroundLocation
{{#cargo_query:tables=BackgroundLocation
|fields=CONCAT("<tr><td>[[", _pageName, "]]</td><td>", name, "</td></tr>")
|fields=CONCAT("<tr><td>[[", _pageName, "]]</td><td>", if(name is null,'',name), "</td></tr>")
|where=image="{{{image|}}}" AND location="{{{location|}}}"
|where=image="{{{image|}}}" AND location="{{{location|}}}"
|delimiter=
|delimiter=

Latest revision as of 08:01, 12 March 2022

Template-info.png Documentation

Description[edit source]

To be used in conjunction with Template:Background locations. Gets a list of all stages/stories that uses the specified image.

Usage[edit source]

{{Background location list
|image=
|location=
}}

Example[edit source]