Jump to content

Wikipedia:Scripts/Revision ID linker into SVN

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Revision ID linker into SVN ver 0.1

; ----- Linking revision ids: ------
on ^*:HOTLINK:r*:#: { return }
on *:HOTLINK:r*:#: { 
  if ($regex($strip($hotline),.* r([0-9]+) .*)) {
    url $+(http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=,$regml(1))
  }
}