Difference between revisions of "Template:PrintTopicAcceptedTheoriesHistory"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
m (HakobBarseghyan moved page Template:PrintTopicAcceptanceHistory to Template:PrintTopicAcceptedTheoriesHistory without leaving a redirect)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This template is used to print the complete acceptance history of theories on the topic. The output will say that community A accepted theory B from C until D.  
+
This template is used to print the acceptance history of theories on the topic. The output will say that community A accepted theory B from C until D.  
  
 
'''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.
  
 
'''Parameters:'''
 
'''Parameters:'''
* <code><nowiki>|topic=</nowiki></code> - the theory.
+
* <code><nowiki>|topic=</nowiki></code> - the topic.
 
* <code><nowiki>|intro=</nowiki></code> - initial text that precedes the output, if at least some results exist.
 
* <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>|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>|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 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 printed as links to the respective pages (where available); possible values are ''none'', ''subject'', ''all''. If not given ''all'' is the default.
  
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
 
-->{{#if: {{{topic|}}} |<!--
 
-->{{#if: {{{topic|}}} |<!--
 
  -->{{#ask:<!--  
 
  -->{{#ask:<!--  
   --> [[SubObjectCategory::Acceptance Record]]<!--  
+
   -->[[SubObjectCategory::Acceptance Record]]<!--  
   --> [[Topic::{{{topic|}}}]]<!--  
+
   -->[[Topic::{{{topic|}}}]]<!--  
   --> |?Community=Community<!--
+
   -->|?Community=Community<!--
   --> |?Theory=Theory<!--
+
   -->|?Element=Theory<!--
   --> |?Accepted From=Accepted From<!--
+
   -->|?Accepted From=Accepted From<!--
   --> |?Accepted Until=Accepted Until<!--
+
   -->|?Accepted Until=Accepted Until<!--
   --> |intro={{{intro|}}}<!--
+
   -->|intro={{{intro|}}}<!--
   --> |outro={{{outro|}}}<!--
+
   -->|outro={{{outro|}}}<!--
   --> |default={{{default|}}}<!--
+
   -->|default={{{default|}}}<!--
   --> |headers=plain<!--
+
   -->|headers=plain<!--
   --> |mainlabel=-<!--
+
   -->|mainlabel=-<!--
   --> |format=table<!--
+
   -->|format=table<!--
   --> |link={{{link|}}}<!--
+
   -->|link={{{link|}}}<!--
   --> |sort=Community,Accepted From<!--
+
   -->|sort=Community,Accepted From<!--
   --> |order=ascending<!--
+
   -->|order=asc<!--
 
  -->}}<!--
 
  -->}}<!--
 
-->}}</includeonly>
 
-->}}</includeonly>

Latest revision as of 17:45, 23 January 2023

This template is used to print the acceptance history of theories on the topic. The output will say that community A accepted theory B from C until D.

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

Parameters:

  • |topic= - the topic.
  • |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.