MyWiki:Scripts/Bug linking into Mediazilla ver 0.1
Jump to navigation
Jump to search
Bug linking into Mediazilla ver 0.1
[edit source]; ----- 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))
}
}