MediaWiki:Gadget-afchelper.js/tpl-preferences.js has been the subject of interest and debate for a long time. Its importance lies in the impact it has on different aspects of daily life. In this article, we will explore in depth what
MediaWiki:Gadget-afchelper.js/tpl-preferences.js means, its history, its current relevance and its future projection. Additionally, we will analyze how
MediaWiki:Gadget-afchelper.js/tpl-preferences.js affects different sectors of society and how it has evolved over time. With a critical and objective perspective, this article seeks to provide a comprehensive vision of
MediaWiki:Gadget-afchelper.js/tpl-preferences.js and its influence in today's world.
/* Uploaded from https://github.com/wikimedia-gadgets/afc-helper, commit: 6a62d6bf96942a7258619eba4460b3dcf2752730 (master) */
// <nowiki>
<!-- preferences -->
<div class="afch afch-form afch-preferences">
<div class="details centered">
<strong>AFCH</strong>
<div>User-Agent: {{userAgent}}</div>
</div>
<div id="autoOpenWrapper">
<label for="autoOpen" class="afch-label">Automatically open the review panel on AfC submissions</label>
<input type="checkbox" id="autoOpen" class="afch-input" {{#autoOpen}}checked{{/autoOpen}} />
</div>
<div id="launchLinkPositionWrapper">
<label for="launchLinkPosition" class="afch-label">Location of "Review (AFCH)" link</label>
<select id="launchLinkPosition" class="afch-input">
<option value="p-cactions">Triangle dropdown next to the "Edit" and "History" links</option>
<option value="p-tb">"Tools" section on the lefthand side of the page</option>
</select>
</div>
<div id="logCsdWrapper">
<label for="logCsd" class="afch-label">Log speedy deletion nominations</label>
<input type="checkbox" id="logCsd" class="afch-input" {{#logCsd}}checked{{/logCsd}} />
</div>
<div id="logAfcWrapper">
<label for="logAfc" class="afch-label">Log acceptances, declines, and rejects</label>
<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.orghttps://wiki386.com/en/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>