Difference between revisions of "Template:Acceptance Record"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 43: Line 43:
 
  -->|Accepted From Day={{#if: {{{Accepted From Year|}}}|{{#if: {{{Accepted From Month|}}}|{{{Accepted From Day|}}}|}}|}}<!-- store the day only if the year and month are given
 
  -->|Accepted From Day={{#if: {{{Accepted From Year|}}}|{{#if: {{{Accepted From Month|}}}|{{{Accepted From Day|}}}|}}|}}<!-- store the day only if the year and month are given
 
  -->|Accepted From Approximate={{#if: {{{Accepted From Year|}}}|{{{Accepted From Approximate|}}}|}}<!-- store approximate only if the year is given  
 
  -->|Accepted From Approximate={{#if: {{{Accepted From Year|}}}|{{{Accepted From Approximate|}}}|}}<!-- store approximate only if the year is given  
 +
-->|Still Accepted={{#if: {{{Accepted Until Year|}}}|No|Yes}}<!-- this field for the ease of querying currently accepted theories
 
  -->|Accepted Until={{PrintDateValue|era={{{Accepted Until Era|}}}|year={{{Accepted Until Year|}}}|month={{{Accepted Until Month|}}}|day={{{Accepted Until Day|}}}|}}<!--  
 
  -->|Accepted Until={{PrintDateValue|era={{{Accepted Until Era|}}}|year={{{Accepted Until Year|}}}|month={{{Accepted Until Month|}}}|day={{{Accepted Until Day|}}}|}}<!--  
 
  -->|Accepted Until Era={{#if: {{{Accepted Until Year|}}}|{{{Accepted Until Era|}}}|}}<!-- store era only if the year is given  
 
  -->|Accepted Until Era={{#if: {{{Accepted Until Year|}}}|{{{Accepted Until Era|}}}|}}<!-- store era only if the year is given  

Revision as of 01:16, 26 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 Era=
|Accepted From Year=
|Accepted From Day=
|Accepted From Month=
|Accepted From Approximate=
|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.
  • Accepted by 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.
  • Accepted Until - the end of the period of acceptance; if empty, the theory is still accepted by the community.

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

Edit the page to see the template text.