MediaWiki:Gadget-afchelper.js/tpl-preferences.js

From Bharatpedia, an open encyclopedia
< MediaWiki:Gadget-afchelper.js
Revision as of 14:35, 14 March 2021 by WikiDwarf (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Uploaded from https://github.com/WPAFC/afch-rewrite, commit: 46b760eb2eddec435b5ada4033aeab782a90c1b1 (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>
	<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>
<!-- /preferences -->

//</nowiki>