Template:Format title: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(fix) |
||
Line 25: | Line 25: | ||
|{{#if: | |{{#if: | ||
{{#pos:{{{1}}}|_}} | {{#pos:{{{1}}}|_}} | ||
| | |{{#replace:{{PAGENAME}}|{{#replace:{{ucfirst:{{{1}}}}}|_|<nowiki/> <nowiki/>}}|{{{1}}}}} | ||
|{{lcfirst:{{PAGENAME}}}} | |{{lcfirst:{{PAGENAME}}}} | ||
}} | }} |
Revision as of 14:06, 20 July 2020
Documentation [edit]
This template is used to automatically correct the display of page titles that are incorrectly formatted by the wiki software:
- First letter should be lowercase
- Some or all spaces should be underscores
There is only one parameter, which is unnamed and required: the correct formatting to use. Note that this must be the same as the name that occurs in the page title, except for the above corrections.
This template should only be used by other templates, as it suppresses any errors. It is included in most infoboxes.
Common usage: {{Format title|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}}}
The above documentation is transcluded from Template:Format title/doc.