Admins when need support in 3RR edit

Useful templates edit

  • {{!}} and {{=}}
  • {{db-move|article|reason}} for blocked page moves, or request rv. of undiscussed move at WP:RMTR.
  • {{merged from}} on talk page to link to merged article history
  • {{wiktionary redirect}}
  • {{FixBunching|beg/end}} when templates sit side-by-side
  • {{fix}}
  • {{SOWL}} (SOWL reference)
  • {{OED|word}} (OED references)
  • {{R with possibilities}} - prevents rd's from being rerouted no, it doesn't
  • {{ref}} – {{note}} – to anchor an asterisk; use the display text to ID the fn
  • {{KeepLocal}} to keep a file on WP-en
  • {{Possibly empty category}} for intentionally empty cat
  • {{Category redirect}}; bots will update articles
  • {{R with old history}}
  • {{R to section}} / anchor
  • {{vanchor}} to anchor existing text (which cannot be edited w/o screwing up the links)
  • {{db-move}} to delete a rd. holding up a page move

If articles are being watched edit

https://en.wikipedia.org/w/index.php?title= ... &action=info#mw-pageinfo-watchers

Traffic: [1]

Useful code edit

  • List of XML and HTML character entity references like −
  • &#x....; = Unicode hexadecimal entry
  • ‎ (left-to-right mark) when text directionality gets scrambled
  • .IPA { font-family: Gentium, Doulos SIL !important; } = font override in monobook.css.
  • <span style="{{Transform-rotate|180}}">ψ</span>
    produces ψ
  • <span style="{{mirrorH}}">Z</span>
    produces Z
  • <span style="position: absolute;">x</span>~
    produces x~
  • <span style="position: relative;">m<span style="position: absolute; right: 50%"><span style="position: relative; right: -50%;">O</span></span></span>
    produces mO
  • EXCEL-wiki macro
  • AWB regex: \{\{IPA\|([^\}]*)\'([^\}]*)\}\} → $1ˈ$2
    not contains: (\|.){3,}
\{\{[pP]ron-en\|([^|}]*)[^|}/., abdefhijklmnoprstuvwzðʒɡŋθʃːɑɒæɛɪɔʊʌəɚɨɵɜɝˈˌ] →
need \escape: ()[]<> { [only] \ | .^*+?$
  • reserved regex symbols
^ $ ( ) < . * + ? [ ] { \ | >

Useful links edit