MediaWiki:Gadget-twinkleblock.js: Difference between revisions
Content deleted Content added
Amorymeltzer (talk | contribs) Repo at 97b8143: Add footerlink to Twinkle talk page |
Amorymeltzer (talk | contribs) Repo at f27c7b2: Change reference to "level 2 heading" to "talk page section" |
||
Line 1,915:
if (Twinkle.getPref('blankTalkpageOnIndefBlock') && params.template !== 'uw-lblock' && params.indefinite) {
Morebits.status.info('Info', 'Blanking talk page per preferences and creating a new
text = date.monthHeader() + '\n';
} else {
Line 1,934:
if (!dateHeaderRegexResult || dateHeaderRegexResult.index !== lastHeaderIndex) {
Morebits.status.info('Info', 'Will create a new
text += date.monthHeader() + '\n';
}
|