Difference between revisions of "Template:Acceptance Record"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 9: Line 9:
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
The template creates a subobject with the following properties:
 +
* <code><nowiki>SubObjectCategory</nowiki></code> = "Acceptance Record".
 +
* <code><nowiki>Theory</nowiki></code> - the theory.
 +
* <code><nowiki>Topic</nowiki></code> - the question the theory is trying to answer.
 +
* <code><nowiki>Accepted by Community</nowiki></code> - the community that accepted the theory.
 +
* <code><nowiki>Accepted From</nowiki></code> - the start of the period of acceptance; a special value "beginning" indicates that the theory was accepted since the inception of the community.
 +
* <code><nowiki>Accepted Until</nowiki></code> - the end of the period of acceptance; a special value "present" indicates that the theory is still accepted by the community.
 +
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
Line 15: Line 24:
 
  -->|SubObjectCategory=Acceptance Record<!--  
 
  -->|SubObjectCategory=Acceptance Record<!--  
 
  -->|Theory={{FULLPAGENAME}}<!--  
 
  -->|Theory={{FULLPAGENAME}}<!--  
 +
-->|Topic={{#show: {{FULLPAGENAME}}|?Topic}}<!-- save the topic too for ease of access
 
  -->|Accepted by Community={{{Accepted by Community|}}}<!--  
 
  -->|Accepted by Community={{{Accepted by Community|}}}<!--  
 
  -->|Accepted From={{#if: {{{Accepted From|}}}|{{{Accepted From|}}}|beginning}}<!--  
 
  -->|Accepted From={{#if: {{{Accepted From|}}}|{{{Accepted From|}}}|beginning}}<!--  

Revision as of 20:00, 19 August 2016

This is the "Acceptance Record" template. This template is used from within all theory templates to create subobjects for all individual acceptances/rejections. It should be called in the following format:

{{Acceptance Record
|Accepted by Community=
|Accepted From=
|Accepted Until=
}}

The template creates a subobject with the following properties:

  • SubObjectCategory = "Acceptance Record".
  • Theory - the theory.
  • Topic - the question the theory is trying to answer.
  • Accepted by Community - the community that accepted the theory.
  • Accepted From - the start of the period of acceptance; a special value "beginning" indicates that the theory was accepted since the inception of the community.
  • Accepted Until - the end of the period of acceptance; a special value "present" indicates that the theory is still accepted by the community.

Edit the page to see the template text.