Difference between revisions of "Template:PrintSeminarParticipants"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
(Created page with "<noinclude> This template is used to print a list of all the participants of the seminar. '''NOTE:''' As any "printing" template, it doesn't store any values anywhere, but m...")
 
Line 12: Line 12:
 
* <code><nowiki>|bullets=</nowiki></code> - if ''yes'', a bullet-list will be produced.
 
* <code><nowiki>|bullets=</nowiki></code> - if ''yes'', a bullet-list will be produced.
  
</noinclude><includeonly>{{GetPropertyValuesList|object={{{seminar|}}}|property=Has Participant|intro={{{intro|}}}|outro={{{outro|}}}|default={{{default|}}}|link={{{link|}}}|bullets={{{bullets|}}}|}}</includeonly>
+
</noinclude><includeonly>{{GetPropertyValuesList|object={{{seminar|}}}|property=Has Participant|intro={{{intro|}}}|outro={{{outro|}}}|default={{{default|}}}|link={{{link|}}}|bullets={{{bullets|}}}|sort=Last Name,First Name|order=asc|}}</includeonly>

Revision as of 16:16, 4 November 2016

This template is used to print a list of all the participants of the seminar.

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

Parameters:

  • |seminar= - the seminar.
  • |intro= - initial text that precedes the output, if at least some results exist.
  • |outro= - text that is appended to the output, if at least some results exist.
  • |default= - if, for any reason, the query returns no results, this will be printed instead.
  • |link= - determines whether the values are to be printed as links to the respective pages (where available); possible values are none, subject, all. If not given all is the default.
  • |bullets= - if yes, a bullet-list will be produced.