Difference between revisions of "Template:PrintTheoryAcceptanceHistory"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
(Created page with "<noinclude> This template is used to print the full acceptance record of the theory. '''NOTE:''' As any "printing" template, it doesn't store any values anywhere, but merely...")
 
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This template is used to print the full acceptance record of the theory.
+
This template is used to print the full acceptance record of the theory.  
  
 
'''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>|theory=</nowiki></code> - the modification whose verdict is to be printed.
+
* <code><nowiki>|theory=</nowiki></code> - the theory.
* <code><nowiki>|intro=</nowiki></code> - if the results need to have a preceding text, write it here.
+
* <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.
  
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
-->{{#if: {{{theory|}}} |<!--
+
-->{{#if: {{{theory|}}} <!--
  -->{{#ask:<!--  
+
  -->|{{#ask:<!--  
  --> [[SubObjectCategory::Acceptance Record]]<!--  
+
  -->[[SubObjectCategory::Acceptance Record]]<!--  
  --> [[Theory::{{{theory|}}}]]<!--  
+
  -->[[Element::{{{theory|}}}]]<!--  
  --> |?Accepted by Community=<!--
+
  -->|?Community=Community<!--
  --> |?Accepted From=<!--
+
  -->|?Accepted From<!--
  --> |?Accepted Until=<!--
+
  -->|?Acceptance Indicators<!--
  --> |intro={{{intro|}}}<!--
+
  -->|?Still Accepted#Yes,No<!--
  --> |mainlabel=-<!--
+
  -->|?Accepted Until<!--
  --> |format=table<!--
+
  -->|?Rejection Indicators<!--
  -->}}<!--
+
  -->|intro={{{intro|}}}<!--
 +
  -->|outro={{{outro|}}}<!--
 +
  -->|default={{{default|}}}<!--
 +
  -->|headers=plain<!--
 +
  -->|mainlabel=-<!--
 +
  -->|format=table<!--
 +
  -->|link={{{link|}}}<!--
 +
  -->|sort=Accepted From<!--
 +
  -->|order=asc<!--
 +
  -->}}<!--
 +
  -->|{{{default|}}}<!--
 
-->}}</includeonly>
 
-->}}</includeonly>

Latest revision as of 21:11, 21 December 2022

This template is used to print the full acceptance record of the theory.

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.