Difference between revisions of "Template:PrintTheoryCurrentlyAcceptedInCommunities"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 10: Line 10:
 
* <code><nowiki>|default=</nowiki></code> - if, for any reason, the query returns no results, this will be printed instead.
 
* <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>|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>|linktheory=</nowiki></code> - if ''yes'' the theory name will also be a link to the theory's page, if ''no'' (default) it will be a plain text. The ''yes'' option is useful when calling this template from a non-theory page to get a link to the theory page.
 
* <code><nowiki>|communitiesfirst=</nowiki></code> - if ''yes'', the communities will be mentioned first in the sentence. If ''no'' (default) the name of the theory will appear first.
 
* <code><nowiki>|communitiesfirst=</nowiki></code> - if ''yes'', the communities will be mentioned first in the sentence. If ''no'' (default) the name of the theory will appear first.
  
Line 30: Line 31:
 
  -->|1={{{intro|}}}<!--
 
  -->|1={{{intro|}}}<!--
 
   -->{{#ifeq: {{{communitiesfirst|}}}|yes<!--
 
   -->{{#ifeq: {{{communitiesfirst|}}}|yes<!--
   -->|In {{#arrayprint: values||@@@@|@@@@|print=pretty}} community, the accepted theory on the subject is {{{theory|}}}.<!--
+
   -->|In {{#arrayprint: values||@@@@|@@@@|print=pretty}} community, the accepted theory on the subject is {{#ifeq: {{{linktheory|}}}|yes|[[{{{theory|}}}]]|{{{theory|}}}|}}.<!--
   -->|{{{theory|}}} is currently accepted by {{#arrayprint: values||@@@@|@@@@|print=pretty}} community.<!--
+
   -->|{{#ifeq: {{{linktheory|}}}|yes|[[{{{theory|}}}]]|{{{theory|}}}|}} is currently accepted by {{#arrayprint: values||@@@@|@@@@|print=pretty}} community.<!--
 
   -->}}<!--
 
   -->}}<!--
 
   -->{{{outro|}}}<!--
 
   -->{{{outro|}}}<!--
 
  -->|{{{intro|}}}<!--
 
  -->|{{{intro|}}}<!--
 
   -->{{#ifeq: {{{communitiesfirst|}}}|yes<!--
 
   -->{{#ifeq: {{{communitiesfirst|}}}|yes<!--
   -->|In {{#arrayprint: values||@@@@|@@@@|print=pretty}} communities, the accepted theory on the subject is {{{theory|}}}.<!--
+
   -->|In {{#arrayprint: values||@@@@|@@@@|print=pretty}} communities, the accepted theory on the subject is {{#ifeq: {{{linktheory|}}}|yes|[[{{{theory|}}}]]|{{{theory|}}}|}}.<!--
   -->|{{{theory|}}} is currently accepted by {{#arrayprint: values||@@@@|@@@@|print=pretty}} communities.<!--
+
   -->|{{#ifeq: {{{linktheory|}}}|yes|[[{{{theory|}}}]]|{{{theory|}}}|}} is currently accepted by {{#arrayprint: values||@@@@|@@@@|print=pretty}} communities.<!--
 
   -->}}<!--
 
   -->}}<!--
 
   -->{{{outro|}}}<!--
 
   -->{{{outro|}}}<!--
 
-->}}<!-- switch
 
-->}}<!-- switch
 
--></includeonly>
 
--></includeonly>

Revision as of 14:48, 31 August 2016

This template is used to print the list of communities where the theory is currently accepted.

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

Parameters:

  • |theory= - the theory.
  • |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.
  • |linktheory= - if yes the theory name will also be a link to the theory's page, if no (default) it will be a plain text. The yes option is useful when calling this template from a non-theory page to get a link to the theory page.
  • |communitiesfirst= - if yes, the communities will be mentioned first in the sentence. If no (default) the name of the theory will appear first.