Difference between revisions of "Template:PrintTermPluralCapitalized"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
Line 17: Line 17:
 
     --><!-- check if the page exists
 
     --><!-- check if the page exists
 
     -->{{#if: {{IfObjectExists|object={{#var: varTerm}}|}}<!--
 
     -->{{#if: {{IfObjectExists|object={{#var: varTerm}}|}}<!--
     -->|{{#show: {{#var: varTerm}}|?Plural Capitalized|link=none}}<!--
+
     -->|Exists: {{#show: {{#var: varTerm}}|?Plural Capitalized|link=none}}<!--
     -->|{{ucfirst: {{Plural|{{#var: varTerm}}}}}}<!--
+
     -->|Doesn't: {{ucfirst: {{Plural|{{#var: varTerm}}}}}}<!--
 
     -->}}<!-- if exists  
 
     -->}}<!-- if exists  
 
     --><!--  
 
     --><!--  

Revision as of 15:12, 10 January 2023

This template is used to print a plural capitalized from of the term. If the respective page doesn't exist, the basic {{ucfirst: {{Plural|string}}}} is used.

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

Parameters:

  • string - the term.
  • link - if given, links will be printed.