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

Content deleted Content added
m Updating AFCH: master @ 916c62
Updating AFCH: master @ 075cf2
 
(7 intermediate revisions by one other user not shown)
Line 1:
// <nowiki>
/* Uploaded from https://github.com/WPAFC/afch-rewrite, commit: 916c622b58e500148f2880266b706717fd1e566d (master) */
//<nowiki>
 
<!-- preferences -->
Line 27 ⟶ 26:
<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 -->
 
// </nowiki>