Difference between revisions of "Template:PrintParentModificationsVerdict"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
(Created page with "<noinclude> This template is used to print the common verdict of a modification's parent modification. The template goes through the list of all parent modifications and check...")
 
Line 25: Line 25:
 
     -->|Open=<!--
 
     -->|Open=<!--
 
       -->{{#vardefine: varParentVerdict | Open}}<!--
 
       -->{{#vardefine: varParentVerdict | Open}}<!--
      -->{{#vardefine: varContinue | false}}<!--
 
 
     -->|Accepted=<!--
 
     -->|Accepted=<!--
 
     -->|Not Accepted=<!--  
 
     -->|Not Accepted=<!--  

Revision as of 20:31, 20 May 2017

This template is used to print the common verdict of a modification's parent modification. The template goes through the list of all parent modifications and checks if at least one of them Not Accepted. The possible return values are:

  • Not Accepted - returned if at least one of the parent modifications has a verdict of Not Accepted;
  • Open - returned if no parent modification has a verdict of Not Accepted and at least one of the parent modifications is Open;
  • Accepted - returned if all the parent modifications have been Accepted.

NOTE: As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.

Parameters:

  • |modification= - the modification whose verdict is to be printed.