MediaWiki:Gadget-afchelper.js/tpl-preferences.js
Appearance
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Uploaded from https://github.com/wikimedia-gadgets/afc-helper, commit: 6a62d6bf96942a7258619eba4460b3dcf2752730 (master) */ // <nowiki> <!--preferences--> <divclass="afch afch-form afch-preferences"> <divclass="details centered"> <strong>AFCH</strong> <div>User-Agent:{{userAgent}}</div> </div> <divid="autoOpenWrapper"> <labelfor="autoOpen"class="afch-label">AutomaticallyopenthereviewpanelonAfCsubmissions</label> <inputtype="checkbox"id="autoOpen"class="afch-input"{{#autoOpen}}checked{{/autoOpen}} /> </div> <divid="launchLinkPositionWrapper"> <labelfor="launchLinkPosition"class="afch-label">Locationof"Review (AFCH)"link</label> <selectid="launchLinkPosition"class="afch-input"> <optionvalue="p-cactions">Triangledropdownnexttothe"Edit"and"History"links</option> <optionvalue="p-tb">"Tools"sectiononthelefthandsideofthepage</option> </select> </div> <divid="logCsdWrapper"> <labelfor="logCsd"class="afch-label">Logspeedydeletionnominations</label> <inputtype="checkbox"id="logCsd"class="afch-input"{{#logCsd}}checked{{/logCsd}} /> </div> <divid="logAfcWrapper"> <labelfor="logAfc"class="afch-label">Logacceptances,declines,andrejects</label> <inputtype="checkbox"id="logAfc"class="afch-input"{{#logAfc}}checked{{/logAfc}} /> </div> <divid="noWatchWrapper"> <labelfor="noWatch"class="afch-label">Donotaddpagestowatchlist</label> <inputtype="checkbox"id="noWatch"class="afch-input"{{#noWatch}}checked{{/noWatch}} /> </div> <divid="autoSubscribeWrapper"> <labelfor="autoSubscribe"class="afch-label"><ahref="https://www.mediawiki.org/wiki/Help:DiscussionTools#Topic_subscriptions"target="_blank">Receiveanotification</a> when a draft author replies to a user talk message you left them</label> <inputtype="checkbox"id="autoSubscribe"class="afch-input"{{#autoSubscribe}}checked{{/autoSubscribe}} /> </div> <!--Whenaddingnewpreferences,don'tforgettoupdatecore.jsprefDefaults--> </div> <!--/preferences --> // </nowiki>