MyWiki:WikiProject User scripts/Scripts/Get tidy title

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Amorymeltzer at 14:30, 7 February 2021 (Amorymeltzer changed the content model of the page Wikipedia:WikiProject User scripts/Scripts/Get tidy title from "wikitext" to "JavaScript": Page is javascript). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/*<pre>*/
// Get's the URL version of the page title.
function get_tidy_title()
{
  return mw.config.get('wgPageName');
}
// The result from this function might be needed unescape()ed
/*</pre>[[Category:Wikipedia scripts]]*/