Changes

Jump to navigation Jump to search
no edit summary
<noinclude>
This template is used to print a plural lowercase from form of each term in the termstring. If the respective page doesn't exist, the basic <code><nowiki>{{lc: {{PrintTermPluralCapitalizedPlural|</nowiki>''stringterm''<nowiki>}}}}</nowiki></code> is usedfor 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:'''
* <code>''string''</code> - the termor terms (comma separated).* <code>''link''</code> - if given, links will be printed. Ignored if there is no such page in the encyclopedia.
</noinclude><includeonly><!--
-->{{#if: {{{1|}}}<!--
-->|<!--
--><!-- convert to an array in case there are multiple values -->{{#arraydefine: arrayTerms|{{{1|}}}|,|unique}}<!-- -->{{#arrayprint: arrayTerms||varTerm<!-- -->|<!-- --><!-- check if the page exists -->{{#if: {{IfObjectExists|object=varTerm|}}<!-- -->|<!-- -->{{#if: {1{{2|}}}<!-- -->|[[varTerm|{{#show: varTerm|?Plural Lowercase|link=none}}]]<!-- -->|{{#show: {{{1}}}varTerm|?Plural Lowercase|link=none}}<!-- -->}}<!-- if link --><!-- -->|{{lc:{{PrintTermPluralCapitalizedPlural|{{{1}varTerm}}}}<!-- -->}}<!-- if exists --><!-- -->|print=pretty<!-- -->}}<!-- if exists arrayprint
--><!--
-->|<!-- nothing to return
-->}}<!-- if
--></includeonly>

Navigation menu