Wikipedia:WikiProject User scripts/Scripts/Get tidy title
From Wikipedia, the free encyclopedia
/*
*/
// Get's the URL version of the page title.
function get_tidy_title()
{
return wgPageName;
}
// The result from this function might be needed unescape()ed
/*
*/

