Template:Format title: Difference between revisions
Jump to navigation
Jump to search
(fix) |
(specific match) |
||
Line 26: | Line 26: | ||
{{#pos:{{{1}}}|_}} | {{#pos:{{{1}}}|_}} | ||
|{{#replace:{{PAGENAME}}|{{#replace:{{ucfirst:{{{1}}}}}|_|<nowiki/> <nowiki/>}}|{{{1}}}}} | |{{#replace:{{PAGENAME}}|{{#replace:{{ucfirst:{{{1}}}}}|_|<nowiki/> <nowiki/>}}|{{{1}}}}} | ||
|{{ | |{{#replace:{{PAGENAME}}|{{ucfirst:{{{1}}}}}|{{{1}}}}} | ||
}} | }} | ||
|{{#replace:{{PAGENAME}}|{{#replace:{{{1}}}|_|<nowiki/> <nowiki/>}}|{{{1}}}}} | |{{#replace:{{PAGENAME}}|{{#replace:{{{1}}}|_|<nowiki/> <nowiki/>}}|{{{1}}}}} |
Latest revision as of 14:36, 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.