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

Content deleted Content added
Updating AFCH: master @ 5ba43d
Updating AFCH: master @ 075cf2
 
(8 intermediate revisions by one other user not shown)
Line 1:
// <nowiki>
/* Uploaded from https://github.com/WPAFC/afch-rewrite, commit: 5ba43d26ffa1cf4177119619c0e85c56b39f9290 (master) */
//<nowiki>
 
<!-- preferences -->
<div class="afch afch-form afch-preferences">
<div class="details centered">
<strong>AFCH v{{version}} / {{versionName}}</strong>
<div>User-Agent: {{userAgent}}</div>
</div>
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>