Difference between revisions of "Template:List Locations/query template/doc"

From Salem Wiki
Jump to: navigation, search
m (→‎Description: More in-depth info)
m (→‎Description: changed composition to use slash instead of hash)
Line 1: Line 1:
 
==Description==
 
==Description==
 
:This template is used to format the output-results of the SMW-Query used in {{t|List Locations}}.
 
:This template is used to format the output-results of the SMW-Query used in {{t|List Locations}}.
:It expects one un-named parameter consisting of a link to a section of a page, eg: <code>Terrain#Grassland</code>.
+
:It expects one un-named parameter consisting of a link to a subpage of a page, eg: <code>Terrain/Grassland</code>.
:To compose the filename of the image to show it replaces the '#' with an '_', in the parameter-value, followed by '.png'.
+
:To compose the filename of the image to show it replaces the '/' with an '_', in the parameter-value, followed by '.png'.
 
:When the image is displayed, it will link to the original parameter-value, and re-sized to 30px width.
 
:When the image is displayed, it will link to the original parameter-value, and re-sized to 30px width.
 
:If no image exist by that name then [[Image:Unknown Item icon.png]] will be shown and linked to the image-file with the composed filename.
 
:If no image exist by that name then [[Image:Unknown Item icon.png]] will be shown and linked to the image-file with the composed filename.

Revision as of 10:22, 22 July 2012

Description

This template is used to format the output-results of the SMW-Query used in {{List Locations}}.
It expects one un-named parameter consisting of a link to a subpage of a page, eg: Terrain/Grassland.
To compose the filename of the image to show it replaces the '/' with an '_', in the parameter-value, followed by '.png'.
When the image is displayed, it will link to the original parameter-value, and re-sized to 30px width.
If no image exist by that name then Unknown Item icon.png will be shown and linked to the image-file with the composed filename.
See Inline queries to see how an inline query can use this to format the display of query results.