Module:Bad title suggestion/doc: Difference between revisions

From Thetacola Wiki
Jump to navigationJump to search
en>The Earwig
 
m (1 revision imported)
 
(No difference)

Latest revision as of 00:26, 15 August 2022


This module implements title suggestions for the "Bad title" interface message at MediaWiki:Title-invalid-characters. When the user asks for a page with invalid characters, this module checks for a page with the given title up to the first invalid character. If it exists, {{Did you mean box}} is displayed.

Usage[edit source]

{{#invoke:Bad title suggestion|main|invalid_char|bad_title_encoded}}

In the case of MediaWiki:Title-invalid-characters, this is:

{{#invoke:Bad title suggestion|main|$1|$2}}

Examples[edit source]

  • Foobar>: {{#invoke:Bad title suggestion|main|>|Foobar>}}



(nothing displayed)


  • <Foobar>: {{#invoke:Bad title suggestion|main|<|#60;Foobar#62;}}

(nothing displayed)