Difference between revisions of "Template:PrintModificationVerdict"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
'''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.
* <code><nowiki>|intro=</nowiki></code> - if the results need to have a preceding text, write it here.
+
* <code><nowiki>|intro=</nowiki></code> - initial text that precedes the output, if at least some results exist.
 +
* <code><nowiki>|outro=</nowiki></code> - text that is appended to the output, if at least some results exist.
 +
* <code><nowiki>|default=</nowiki></code> - if, for any reason, the query returns no results, this will be printed instead.
 +
* <code><nowiki>|print verdict rationale=</nowiki></code> - if not empty, then the verdict rationale will also be printed.
  
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
-->{{#if: {{{modification|}}} |<!--
+
-->{{#if: {{{modification|}}} <!--
  --><!-- add intro
+
  -->|{{{intro|}}}<!--
-->{{{intro|}}}<!--
+
  --><!--  
--><!--  
+
  --><!-- add the verdict
--><!-- add the verdict
+
  -->{{#switch: {{#show:{{{modification|}}}|?Verdict}}<!--
-->{{#switch: {{#show:{{{modification|}}}|?Verdict}}<!--
+
  -->|Open=The modification is currently being evaluated; a verdict is pending.&#32;<!--
  -->|Open=The modification is currently being evaluated; a verdict is pending. <!--
+
  -->|Accepted=The modification was accepted {{PrintDatePropertyInOnString|object={{{modification|}}}|property=Date Assessed|link=none}}.&#32;<!--
  -->|Accepted=The modification was accepted in {{#show:{{{modification|}}}|?Year Assessed}}. {{#show:{{{modification|}}}|?Verdict Rationale}}<!--
+
  -->|Not Accepted=The discussion was closed {{PrintDatePropertyInOnString|object={{{modification|}}}|property=Date Assessed|link=none}} and the modification was not accepted.&#32;<!--
  -->|Not Accepted=The discussion was closed in {{#show:{{{modification|}}}|?Year Assessed}} and the modification was not accepted. {{#show:{{{modification|}}}|?Verdict Rationale}}<!--
+
  -->}}<!-- switch end
  -->}}<!-- switch end
+
  --><!-- the rationale should always be printed since there might be something to say even when it is open (e.g. Parent Open case)
 +
  -->{{#ifeq: {{{print verdict rationale|no}}}|yes|{{PrintModificationVerdictRationale|modification={{{modification|}}}|}}|}}<!--
 +
  -->{{#ifeq: {{{print verdict chart|no}}}|yes|<p>{{PrintDiagramFile|diagram file={{#show: {{{modification|}}}|?Verdict Chart|link=none}}|}}</p>|}}<!--
 +
  -->{{{outro|}}}<!--
 +
  --><!--
 +
  -->|{{{default|}}}<!--
 
-->}}</includeonly>
 
-->}}</includeonly>

Latest revision as of 19:44, 3 March 2023

This template is used to print the verdict of a modification including its year of assessment and verdict rational.

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.
  • |intro= - initial text that precedes the output, if at least some results exist.
  • |outro= - text that is appended to the output, if at least some results exist.
  • |default= - if, for any reason, the query returns no results, this will be printed instead.
  • |print verdict rationale= - if not empty, then the verdict rationale will also be printed.