Difference between revisions of "Template:PropVals/Print Entry"

From Salem Wiki
Jump to: navigation, search
m (added sep parameter for flexibility)
m (adding option to inhibit amount display, defaulting to no as that might become the more common usage)
Line 7: Line 7:
 
|val={{{1}}}
 
|val={{{1}}}
 
|sep={{{sep|;}}}
 
|sep={{{sep|;}}}
}}]] x<!--
+
}}]]<!--
-->{{#if:
+
-->{{#ifeq: {{{showamount|no}}} | no
{{PropVals/Split
+
|
|val={{{1|}}}
+
| &nbsp;x{{#if:
|sep={{{sep|;}}}
+
{{PropVals/Split
|part=tail
+
|val={{{1|}}}
 +
|sep={{{sep|;}}}
 +
|part=tail
 +
}}
 +
| {{PropVals/Split
 +
|val={{{1}}}
 +
|sep={{{sep|;}}}
 +
|part=tail
 +
}}
 +
| 1
 
}}
 
}}
| {{PropVals/Split
 
|val={{{1}}}
 
|sep={{{sep|;}}}
 
|part=tail
 
}}
 
| 1
 
 
}}<!--
 
}}<!--
 
--></onlyinclude><noinclude>{{documentation}}</noinclude>
 
--></onlyinclude><noinclude>{{documentation}}</noinclude>

Revision as of 18:45, 25 June 2012

[[Image:{{{1}}} icon.png]] [[{{{1}}}]]

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

Description

This template is used to display an entry of a grouped-record in a visually appealing way, by outputting an icon-image followed by a link to the page of the object followed by the amount when requested.
It uses {{PropVals/Split}} to extract the name- and amount-fields from the entry.
It uses {{PropVals/getIcon|name-field}} to fetch the icon-image to display.
The generated-output will be used by {{PropVals/List}}.
This template will also be used by the embedded SMW-Query inside {{Infobox}} as a result-formater to display values of RequiredBy.

Syntax

Type the below code somewhere inside your code: {{PropVals/Print Entry}}
It accepts the following parameters:
  • named-parameters:
    • sep
      Optional; The separator to use for splitting the fields inside the entry.
      Defaults to a dot-colon ';'
    • showamount
      Optional; Controls the display of the amount-field.
      Any value that differs from "no" will make it display the amount-field.
      Defaults to "yes".
    • userparam
      Optional; Controls the display of the amount-field, when used as a result-formater in SMW-Queries.
      Any value that differs from "no" will make it display the amount-field.
      Defaults to value of showamount including the default of that.
  • 1 entry as unnamed-parameter:
    An entry has the following structure: 'ObjectnamesepAmount'
    Using the default sep that could look like 'Board;10'

Examples

  1. {{PropVals/Print Entry|Anvil;10}} or {{PropVals/Print Entry|sep=;|Anvil;10}} gives:
    Anvil icon.png Anvil
  2. {{PropVals/Print Entry|showamount=no|Anvil;10}} or {{PropVals/Print Entry|sep=;|showamount=no|Anvil;10}} gives:
    Anvil icon.png Anvil