MediaWiki:Gadget-afchelper.js/tpl-preferences.js: Difference between revisions
Content deleted Content added
Enterprisey (talk | contribs) Updating AFCH: master @ 5ba43d |
Updating AFCH: master @ 075cf2 |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1:
// <nowiki>▼
▲//<nowiki>
<!-- preferences -->
<div class="afch afch-form afch-preferences">
<div class="details centered">
<strong>AFCH
<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>
|