Difference between revisions of "Template:GetPropertyValues"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This template is used to return all the values of a given object's property in a vertical list (bullets are optional).  
+
This template is used to return all the values of a given object's property.  
  
 
'''NOTE:''' As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.
 
'''NOTE:''' As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.
Line 9: Line 9:
 
* <code><nowiki>|intro=</nowiki></code> - the text that should precede the list, e.g. "Here are the major topics tackled by this author:".
 
* <code><nowiki>|intro=</nowiki></code> - the text that should precede the list, e.g. "Here are the major topics tackled by this author:".
 
* <code><nowiki>|link=</nowiki></code> - determines whether the values are to be printer as links to the respective pages (where available); possible values are ''none'', ''subject'', ''all''. If not given ''all'' is the default.
 
* <code><nowiki>|link=</nowiki></code> - determines whether the values are to be printer as links to the respective pages (where available); possible values are ''none'', ''subject'', ''all''. If not given ''all'' is the default.
* <code><nowiki>|bullets=</nowiki></code> - if not empty, bullets will appear before every value.
+
* <code><nowiki>|pretty=</nowiki></code> - if non empty, a ''pretty'' list is produced where the last two elements are chained with an ''and'' (or the local languages equivalent).
  
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
Line 27: Line 27:
 
  -->|0=<!--
 
  -->|0=<!--
 
  -->|{{{intro|}}}<!--
 
  -->|{{{intro|}}}<!--
-->|{{#arrayprint: values|,&#32;|@@@@|{{#if: {{{bullets|}}}|* |}}@@@@
+
  -->{{#if: {{{pretty|}}}<!--
<br/>}}<!--
+
  -->|{{#arrayprint: values||@@@@|@@@@|print=pretty}}<!--
 +
  -->|{{#arrayprint: values|,&#32;|@@@@|@@@@}}<!--
 +
  -->}}<!--
 
-->}}<!--
 
-->}}<!--
 
--><!--
 
--><!--
 
--></includeonly>
 
--></includeonly>

Revision as of 01:16, 19 August 2016

This template is used to return all the values of a given object's property.

NOTE: As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.

Parameters:

  • |object= - the fullpagename of the modification.
  • |property= - the property to return.
  • |intro= - the text that should precede the list, e.g. "Here are the major topics tackled by this author:".
  • |link= - determines whether the values are to be printer as links to the respective pages (where available); possible values are none, subject, all. If not given all is the default.
  • |pretty= - if non empty, a pretty list is produced where the last two elements are chained with an and (or the local languages equivalent).