mic_none

Wikipedia:Scripts/Bug linking into Mediazilla ver 0.1 Source: en.wikipedia.org/wiki/Wikipedia:Scripts/Bug_linking_into_Mediazilla_ver_0.1

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))
  }
}