Difference between revisions of "Template:PrintTermPluralLowercase"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This template is used to print a plural lowercase from of the term. If the respective page doesn't exist, the basic <code><nowiki>{{lc: {{PrintTermPluralCapitalized|</nowiki>''string''<nowiki>}}}}</nowiki></code> is used.
+
This template is used to print a plural lowercase form of each term in the string. If the respective page doesn't exist, the basic <code><nowiki>{{lc: {{Plural|</nowiki>''term''<nowiki>}}}}</nowiki></code> is used for each term in the string.
  
 
'''NOTE:''' As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.
 
'''NOTE:''' As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.
  
 
'''Parameters:'''
 
'''Parameters:'''
* <code>''string''</code> - the term.
+
* <code>''string''</code> - the term or terms (comma separated).
 +
* <code>''link''</code> - if given, links will be printed. Ignored if there is no such page in the encyclopedia.
  
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
 
-->{{#if: {{{1|}}}<!--
 
-->{{#if: {{{1|}}}<!--
 
  -->|<!--  
 
  -->|<!--  
   --><!-- check if the page exists
+
   --><!-- convert to an array in case there are multiple values
  -->{{#if: {{IfObjectExists|object={{{1}}}|}}<!--
+
  -->{{#arraydefine: arrayTerms|{{{1|}}}|,|unique}}<!--
  -->|{{#show: {{{1}}}|?Plural Lowercase|link=none}}<!--
+
  -->{{#arrayprint: arrayTerms||varTerm<!--
  -->|{{lc:{{PrintTermPluralCapitalized|{{{1}}}}}}}<!--
+
  -->|<!--
   -->}}<!-- if exists
+
    --><!-- check if the page exists
 +
    -->{{#if: {{IfObjectExists|object=varTerm|}}<!--
 +
    -->|<!--
 +
      -->{{#if: {{{2|}}}<!--
 +
      -->|[[varTerm|{{#show: varTerm|?Plural Lowercase|link=none}}]]<!--
 +
      -->|{{#show: varTerm|?Plural Lowercase|link=none}}<!--
 +
      -->}}<!-- if link
 +
      --><!--
 +
    -->|{{lc: {{Plural|varTerm}}}}<!--
 +
    -->}}<!-- if exists
 +
    --><!--
 +
  -->|print=pretty<!--
 +
   -->}}<!-- arrayprint
 
   --><!--  
 
   --><!--  
 
  -->|<!-- nothing to return
 
  -->|<!-- nothing to return
 
-->}}<!-- if  
 
-->}}<!-- if  
 
--></includeonly>
 
--></includeonly>

Latest revision as of 15:43, 10 January 2023

This template is used to print a plural lowercase form of each term in the string. If the respective page doesn't exist, the basic {{lc: {{Plural|term}}}} is used for each term in the string.

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

Parameters:

  • string - the term or terms (comma separated).
  • link - if given, links will be printed. Ignored if there is no such page in the encyclopedia.