Difference between revisions of "Template:Acceptance Record"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 69: Line 69:
 
  -->|Accepted Until Day={{#ifeq:{{{Still Accepted|}}}|No|{{#if: {{{Accepted Until Year|}}}|{{#if: {{{Accepted Until Month|}}}|{{{Accepted Until Day|}}}|}}|}}|}}<!-- store the day only if not still accepted and the year and month are given
 
  -->|Accepted Until Day={{#ifeq:{{{Still Accepted|}}}|No|{{#if: {{{Accepted Until Year|}}}|{{#if: {{{Accepted Until Month|}}}|{{{Accepted Until Day|}}}|}}|}}|}}<!-- store the day only if not still accepted and the year and month are given
 
  -->|Accepted Until Approximate={{#ifeq:{{{Still Accepted|}}}|No|{{#if: {{{Accepted Until Year|}}}|{{{Accepted Until Approximate|}}}|}}|}}<!-- store approximate only if not still accepted and the year is given  
 
  -->|Accepted Until Approximate={{#ifeq:{{{Still Accepted|}}}|No|{{#if: {{{Accepted Until Year|}}}|{{{Accepted Until Approximate|}}}|}}|}}<!-- store approximate only if not still accepted and the year is given  
  -->|Rejection Indicators={{{Rejection Indicators|}}}<!--
+
  -->|Rejection Indicators={{#ifeq:{{{Still Accepted|}}}|No|{{{Rejection Indicators|}}}|}}<!-- store rejection indicators only if not accepted
 
-->}}<!--
 
-->}}<!--
 
--><!--  
 
--><!--  
 
--><!-- nothing to print  
 
--><!-- nothing to print  
 
--></includeonly>
 
--></includeonly>

Revision as of 17:18, 23 December 2022

This is the "Acceptance Record" template. This template is used from within all epistemic element templates to create subobjects for all individual acceptances/rejections. The template can be in principle used by any type of entity that can be accepted. Normally, the template is called from the same page for which the record should be created. If it should be called from another page, the Target parameter should indicate the page for which an acceptance record is to be created. At the moment the template is used by theories and topics.

It should be called in the following format:

{{Acceptance Record
|Target= // the full page name of the epistemic element. If empty, the {{FULLPAGENAME}} will be used instead
|Community=
|Accepted From Era=
|Accepted From Year=
|Accepted From Day=
|Accepted From Month=
|Accepted From Approximate=
|Acceptance Indicators=
|Still Accepted=
|Accepted Until Era=
|Accepted Until Year=
|Accepted Until Day=
|Accepted Until Month=
|Accepted Until Approximate=
|Rejection Indicators=
}}

The template creates a subobject with the following properties:

  • SubObjectCategory = "Acceptance Record".
  • Element - the full page name of the epistemic element.
  • Topic - the question sthe theory is trying to answer (used only for theories). If a theory answers more than one question, the values are stored in a comma separated fashion, i.e. with |+sep=,
  • Parent Topic - the topic's parent topic for ease of access (used only for theories). NOTE: I am not sure this is currently used anywhere
  • Community - the community that accepted the element.
  • Accepted From - the start of the period of acceptance; if empty, the element was accepted since the inception of the community.
  • Still Accepted - if Yes, the element is still accepted and Accepted Until fields are empty
  • Accepted Until - the end of the period of acceptance; if empty, the element 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.