13,398
edits
No edit summary |
m (→top: clean up, replaced: WT: → BT:) |
||
Line 22: | Line 22: | ||
this.page = page; | this.page = page; | ||
// ' | // 'BT:Articles for creation/Foo' => 'Foo' | ||
this.shortTitle = this.page.title.getMainText().match( /([^\/]+)\/?$/ )[ 1 ]; | this.shortTitle = this.page.title.getMainText().match( /([^\/]+)\/?$/ )[ 1 ]; | ||
edits