Jump to content

Wikipedia:Scripts/Bug linking into Mediazilla ver 0.1

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by The Transhumanist (talk | contribs) at 08:46, 16 November 2006 (script subpage). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Bug linking into Mediazilla ver 0.1

[edit]
; ----- Linking bug IDs into the mediazilla -----
on ^*:HOTLINK:*bug*:#: { return }
on *:HOTLINK:*bug*:#,?,=:{ 
  if ($regex($hotline,.*bug ([0-9]+).*)) {
    url $+(http://bugzilla.wikimedia.org/show_bug.cgi?id=,$regml(1))
  }
}