Open main menu

Changes

no edit summary
'''lowercase''' or '''Capitalize Each Word''': To tell the software that it should be lowercase, the variable name should be all lowercase, e.g.:
* <subject> will produce “theory”, “method”, "epistemic elements", etc.
If at least one the first letter is capitalized, then the software will go with the Capital Each Word option, e.g.:* <Subject>, <sUbject>, or <subjecT> etc. will produce “Theory”, “Method”, "Epistemic Element" etc.
</noinclude><includeonly><!--
-->{{#if: {{{termformula|}}}<!-- -->|<!-- -->{{#vardefine: varText|{{{formula|}}}}}<!-- --><!-- -->{{#if {{{subject|}}}<!-- -->|<!-- --><!-- --><!-- replace all instances of Singular lowercase -->{{#vardefine: varText|{{#replace: {{#var: varText}}|<subject>|{{PrintTermSingularLowercase|{{{subject|}}} }} }} }}<!-- --><!-- replace all instances of Plural lowercase -->{{#vardefine: varText|{{#replace: {{#var: varText}}|<subjects>|{{PrintTermPluralLowercase|{{{subject|}}} }} }} }}<!-- --><!-- replace all instances of Singular lowercase preceded by an article -->{{#vardefine: varText|{{#replace: {{#var: varText}}|<a subject>|{{PrintTermAnASingularLowercase|{{{subject|}}} }} }} }}<!-- --><!-- replace all instances of Singular Capitalized -->{{#vardefine: varText|{{#replace: {{#var: varText}}|<Subject>|{{PrintTermSingularCapitalized|{{{subject|}}} }} }} }}<!-- --><!-- replace all instances of Plural Capitalized -->{{#vardefine: varText|{{#replace: {{#var: varText}}|<Subjects>|{{PrintTermPluralCapitalized|{{{subject|}}} }} }} }}<!-- --><!-- replace all instances of Singular Capitalized preceded by an article -->{{#vardefine: varText|{{#replace: {{#var: varText}}|<a Subject>|{{PrintTermAnASingularCapitalized|{{{subject|}}} }} }} }}<!-- --><!-- -->}}<!-- --><!-- --><!-- --><!-- --><!-- -->}}<!-- if
--></includeonly>