Wikipedia:WikiProject User scripts/Scripts/Get Page Name
Returns the name of the page. For example, if you were browsing the "foo" WP page, getPname() would return "foo".
//
function getPname() { return wgTitle; } //
Returns the name of the page. For example, if you were browsing the "foo" WP page, getPname() would return "foo".
//
function getPname() { return wgTitle; } //