MediaWiki:Gadget-afchelper.js/tpl-preferences.js: Difference between revisions

Content deleted Content added
m Updating AFCH: master @ 916c62
m Updating AFCH: master @ b907dc
Line 1:
/* Uploaded from https://github.com/WPAFCwikimedia-gadgets/afchafc-rewritehelper, commit: 916c622b58e500148f2880266b706717fd1e566db907dca76130101643c75043de16396c8b785082 (master) */
//<nowiki>
 
Line 27:
<input type="checkbox" id="logAfc" class="afch-input" {{#logAfc}}checked{{/logAfc}} />
</div>
<div id="noWatchWrapper">
<label for="noWatch" class="afch-label">Do not add pages to watchlist</label>
<input type="checkbox" id="noWatch" class="afch-input" {{#noWatch}}checked{{/noWatch}} />
</div>
<div id="autoSubscribeWrapper">
<label for="autoSubscribe" class="afch-label"><a href="https://www.mediawiki.org/wiki/Help:DiscussionTools#Topic_subscriptions" target="_blank">Receive a notification</a> when a draft author replies to a user talk message you left them</label>
<input type="checkbox" id="autoSubscribe" class="afch-input" {{#autoSubscribe}}checked{{/autoSubscribe}} />
</div>
<!-- When adding new preferences, don't forget to update core.js prefDefaults -->
</div>
<!-- /preferences -->