Difference between revisions of "Template:PrintCommunityNotableMembers"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This template is used to list the notable members of the community.
+
This template is used to print a list of the notable members of the community.
  
Parameters:
+
'''NOTE:''' As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.
* <code><nowiki>|members=</nowiki></code> - a comma separated list of the notable members.
 
</noinclude>
 
<includeonly>{{#if:{{{members|}}}|Here are some of the notable members of this community:
 
{{#arraydefine:members|{{{members|}}} }}
 
{{#arrayprint:members||@@@@|{{#if:@@@@|<nowiki/>
 
[[Has member::@@@@]]<nowiki/>
 
  
|}}  
+
'''Parameters:'''
}}
+
* <code><nowiki>|community=</nowiki></code> - the full pagename of the community.
}}</includeonly>
+
* <code><nowiki>|intro=</nowiki></code> - initial text that precedes the output, if at least some results exist.
 +
* <code><nowiki>|outro=</nowiki></code> - text that is appended to the output, if at least some results exist.
 +
* <code><nowiki>|default=</nowiki></code> - if, for any reason, the query returns no results, this will be printed instead.
 +
* <code><nowiki>|link=</nowiki></code> - 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.
 +
* <code><nowiki>|bullets=</nowiki></code> - if ''yes'', a bullet-list will be produced.
 +
 
 +
</noinclude><includeonly>{{GetPropertyValuesList|object={{{community|}}}|property=Has member|intro={{{intro|}}}|outro={{{outro|}}}|default={{{default|}}}|link={{{link|}}}|bullets={{{bullets|}}}|order=asc|}}</includeonly>

Latest revision as of 14:10, 6 November 2016

This template is used to print a list of the notable members of the community.

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

Parameters:

  • |community= - the full pagename of the community.
  • |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.