Difference between revisions of "Template:Acceptance Record"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 5: Line 5:
 
<pre>
 
<pre>
 
{{Acceptance Record
 
{{Acceptance Record
|Accepted by Community=
+
|Community=
 
|Accepted From Era=
 
|Accepted From Era=
 
|Accepted From Year=
 
|Accepted From Year=
Line 24: Line 24:
 
* <code><nowiki>Theory</nowiki></code> - the theory.
 
* <code><nowiki>Theory</nowiki></code> - the theory.
 
* <code><nowiki>Topic</nowiki></code> - the question the theory is trying to answer.
 
* <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>Community</nowiki></code> - the community that accepted the theory.
 
* <code><nowiki>Accepted From</nowiki></code> - the start of the period of acceptance; if empty, the theory was accepted since the inception of the community.  
 
* <code><nowiki>Accepted From</nowiki></code> - the start of the period of acceptance; if empty, the theory was accepted since the inception of the community.  
 
* <code><nowiki>Still Accepted</nowiki></code> - if Yes, the theory is still accepted and <code><nowiki>Accepted Until</nowiki></code> fields are empty
 
* <code><nowiki>Still Accepted</nowiki></code> - if Yes, the theory is still accepted and <code><nowiki>Accepted Until</nowiki></code> fields are empty
Line 38: Line 38:
 
  -->|Theory={{FULLPAGENAME}}<!--  
 
  -->|Theory={{FULLPAGENAME}}<!--  
 
  -->|Topic={{#show: {{FULLPAGENAME}}|?Topic|link=none}}<!-- save the topic too for ease of access
 
  -->|Topic={{#show: {{FULLPAGENAME}}|?Topic|link=none}}<!-- save the topic too for ease of access
  -->|Accepted by Community={{{Accepted by Community|}}}<!--  
+
  -->|Community={{{Community|}}}<!--  
 
  -->|Accepted From={{PrintDateValue|era={{{Accepted From Era|}}}|year={{{Accepted From Year|}}}|month={{{Accepted From Month|}}}|day={{{Accepted From Day|}}}|}}<!--  
 
  -->|Accepted From={{PrintDateValue|era={{{Accepted From Era|}}}|year={{{Accepted From Year|}}}|month={{{Accepted From Month|}}}|day={{{Accepted From Day|}}}|}}<!--  
 
  -->|Accepted From Era={{#if: {{{Accepted From Year|}}}|{{{Accepted From Era|}}}|}}<!-- store era only if the year is given  
 
  -->|Accepted From Era={{#if: {{{Accepted From Year|}}}|{{{Accepted From Era|}}}|}}<!-- store era only if the year is given  

Revision as of 23:00, 29 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
|Community=
|Accepted From Era=
|Accepted From Year=
|Accepted From Day=
|Accepted From Month=
|Accepted From Approximate=
|Still Accepted=
|Accepted Until Era=
|Accepted Until Year=
|Accepted Until Day=
|Accepted Until Month=
|Accepted Until Approximate=
}}

The template creates a subobject with the following properties:

  • SubObjectCategory = "Acceptance Record".
  • Theory - the theory.
  • Topic - the question the theory is trying to answer.
  • Community - the community that accepted the theory.
  • Accepted From - the start of the period of acceptance; if empty, the theory was accepted since the inception of the community.
  • Still Accepted - if Yes, the theory is still accepted and Accepted Until fields are empty
  • Accepted Until - the end of the period of acceptance; if empty, the theory is still accepted by the community.

NOTE: All date fields include all normal date parts (Year, Month, Day, etc.).

Edit the page to see the template text.