Template:Format title/doc: Difference between revisions

From NPOWiki
Jump to navigation Jump to search
(create)
 
No edit summary
Line 8: Line 8:


This template should only be used by other templates, as it suppresses any errors. It is included in all [[:Category:Infobox templates|infoboxes]].
This template should only be used by other templates, as it suppresses any errors. It is included in all [[:Category:Infobox templates|infoboxes]].
Common usage: <code><nowiki>{{Format title|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}}}</nowiki></code>


<includeonly></includeonly>
<includeonly></includeonly>

Revision as of 14:48, 20 July 2020

This page contains the documentation for Template:Format title. It includes information about the template, such as usage and categories, and is not displayed when using the template itself.

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 all infoboxes.

Common usage: {{Format title|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}}}