Difference between revisions of "Template:PrintModificationVerdictRationale"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 5: Line 5:
  
 
'''Parameters:'''
 
'''Parameters:'''
* <code><nowiki>|modification=</nowiki></code> - the modification whose verdict is to be printed.
+
* <code><nowiki>|modification=</nowiki></code> - the modification whose verdict is to be printed.
 
 
'''Note:'''
 
The output depends on the modification's Verdict Rationale, which is returned as is, unless it contains one of the special values:
 
* <code><nowiki>Parent Not Accepted</nowiki></code> - The modification was not accepted because its acceptance was contingent upon the acceptance of the parent modification.   
 
* <code><nowiki>Parent Open</nowiki></code> - The modification can only become accepted once the parent modification is accepted.   
 
  
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
-->{{#if: {{{modification|}}} |<!--
+
-->{{#if: {{{modification|}}}| {{#show:{{{modification|}}}|?Verdict Rationale}} }}<!--
--><!-- add the verdict rationale
+
--></includeonly>
-->{{#switch: {{#show:{{{modification|}}}|?Verdict Rationale}}<!--
 
  -->|Parent Not Accepted=The modification was not accepted because its acceptance was contingent upon the acceptance of modification {{#show:{{{modification|}}}|?Parent Modification|link=all}} which has been deemed unacceptable.<!--
 
  -->|Parent Open=The modification can only become accepted once modification {{#show:{{{modification|}}}|?Parent Modification|link=all}} is accepted.<!--
 
  -->|{{#show:{{{modification|}}}|?Verdict Rationale}}<!--
 
-->}}<!-- switch end
 
-->}}</includeonly>
 

Revision as of 01:03, 18 January 2017

This template is used to print the verdict rationale of a modification. If the modification was

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.