(lowercase template, taken from mediawiki) |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="template-doc"> | |||
==Purpose== | ==Purpose== | ||
This template makes the first letter in a page's title appear lowercase (MediaWiki otherwise forces titles to start with an uppercase letter). | This template makes the first letter in a page's title appear lowercase (MediaWiki otherwise forces titles to start with an uppercase letter). | ||
Line 8: | Line 9: | ||
==Dependencies== | ==Dependencies== | ||
This Template requires the [[Extension:ParserFunctions]] to work. | This Template requires the [[Extension:ParserFunctions]] to work. | ||
</div> |
Revision as of 07:24, 8 April 2022
Purpose
This template makes the first letter in a page's title appear lowercase (MediaWiki otherwise forces titles to start with an uppercase letter).
Usage
Just include it in the article:
{{lowercase}}
Dependencies
This Template requires the Extension:ParserFunctions to work.