User:Rob Kam/sandbox: Difference between revisions

Undo revision 21950 by Rob Kam (talk)
No edit summary
(Undo revision 21950 by Rob Kam (talk))
Tag: Undo
Line 17:
 
== To do ==
* [https://meta.wikitide.com/wiki/Steward_requests#Restricted_setting_change_requests Enable Extension:AbuseFilter to send hit notifications to Special:RecentChanges also for private filters.]
* [https://phabricator.miraheze.org/T11176 Extension:AbuseFilter settings]
* [[User:InternetArchiveBot]] / [https://phabricator.wikimedia.org/T340089 T340089]
Line 23 ⟶ 22:
* Tidy up [[Modular synth fault finding]] and [[Electronic circuit fault finding]]
** ''See also [https://en.wikipedia.org/wiki/Troubleshooting Troubleshooting], Wikipedia''
* [https://www.mediawiki.org/wiki/Project:Interface_administrators Interface_administrators]
{{for|synthesizer filters rather than electronic filter circuits|Voltage controlled filter}}
== Message box templates ==
* {{warning|}}
* {{danger|}}
=== Interwiki ===
{{Ambox
* [https://phabricator.wikimedia.org/T342474 T342474], Interwiki links mislead users off-wiki
| type = content
* [https://phabricator.miraheze.org/T11084 T11084], Add class extiw for extension LinkTarget on sdiywiki.
| name = Warning
* Test: [[w:Serge Tcherepnin|Serge Tcherepnin]]
| small = {{{small|}}}
 
| image = [[File:UG road sign W21.svg|50x40px|link=|alt=]]
| text = This can harm you and/or your equipment. Be sure you know what you're doing before following this information.
}}
{{Ambox
| type = delete
| name = Warning
| small = {{{small|}}}
| image = [[File:Skull and crossbones vector.svg||50x40px|link=|alt=]]
| text = This can cause serious damage to you and/or your equipment. If you're unsure of what you're doing, get someone qualified to do it on your behalf.
}}
=== Disambiguation ===
* [[Template:About]] – e.g. Wikipedia:[//en.wikipedia.org/wiki/ADSR ADSR]
* [http://www.sdiy.info/wiki/Sequencer Sequencer] -- already exists
=== Get interwiki links to open in a new tab ===
Check doesn't require [[mw:Extension talk:LinkTarget]]
 
Append to [[MediaWiki:Common.js]]
<pre>
// Add target="_blank" to links with class "extiw" or "external text"
$(document).ready(function() {
$("a.extiw").attr("target", "_blank");
});
</pre>
 
== Under construction ==