Difference between revisions of "Template:List MenuEntries/query template"

From Salem Wiki
Jump to: navigation, search
(Initial setup)
 
m (display icon-image from 'Has icon' property when available, and display the 'Unknown Item icon.png' when not available or not existing.)
Line 1: Line 1:
<li>[[Image:{{#titleparts: {{{1|Somepage/Anvil}}} ||-1 }} icon.png]] [[{{{1|Anvil}}} | {{#titleparts: {{{1|Somepage/Anvil}}} ||-1 }}]].</li><noinclude>{{documentation}}</noinclude>
+
<onlyinclude><li><!--
 +
-->[[{{#if: {{HasProp
 +
|page={{#titleparts: {{{1|Somepage/Anvil}}} ||-1 }}
 +
|Has icon
 +
}}
 +
| {{#ifexist:
 +
{{#show: {{#titleparts: {{{1|Somepage/Anvil}}} ||-1 }}
 +
|?Has icon
 +
|link=none
 +
}}
 +
| {{#show: {{#titleparts: {{{1|Somepage/Anvil}}} ||-1 }}
 +
|?Has icon
 +
|link=none
 +
}}
 +
| Image:Unknown Item icon.png{{!}}link=:{{
 +
#show: {{#titleparts: {{{1|Somepage/Anvil}}} ||-1 }}
 +
|?Has icon
 +
|link=none
 +
}}{{!}}No image found, click to upload
 +
}}
 +
| Image:Unknown Item icon.png{{!}}link=:{{
 +
#show: {{#titleparts: {{{1|Somepage/Anvil}}} ||-1 }}
 +
|?Has icon
 +
|link=none
 +
}} icon.png{{!}}No image found, click to upload
 +
}}]] [[{{{1|Anvil}}} | {{#titleparts: {{{1|Somepage/Anvil}}} ||-1 }}]].<!--
 +
--></li></onlyinclude><noinclude>{{documentation}}</noinclude>

Revision as of 15:21, 3 July 2012

  • No image found, click to upload Anvil.

  • Template documentation (for the template shown above, sometimes hidden or invisible)

    Description

    This template is used to format the output-results of the SMW-Query used in {{List MenuEntries}}.
    It uses {{PropVals/getIcon|page}} to fetch the icon-image to display.
    See Inline queries to see how an inline query can use this to format the display of query results.