WikiBlame
Developer(s)flominator
Repository
Written inPHP
PlatformCross-platform
LicenseGPL
WebsiteRamselehof.de/wikiblame.php

WikiBlame is an online browser-based tool for searching the revision history of a MediaWiki-based wiki for a text string to identify the author, date and time of a particular change to the page.

WikiBlame is available on each page by selecting View historyFind addition/removal.

Features

[edit]
Integration of WikiBlame in en.wp

Applications

[edit]

Project support

[edit]

WikiBlame supports Wikipedia and other wikiprojects, including those without a language prefix.

Language support

[edit]

WikiBlame has been translated into a number of European languages including English, German, Spanish, French, Italian, Greek, Polish and Portuguese.

[edit]

If you would like to add a link to WikiBlame to the Tools menu, so you have only one click to get to WikiBlame from any page, you can perform the following steps:

  1. Open your common.js in edit mode (alternatively, go to your user page and append "/common.js" to the end of the URL and open the page in edit mode).
  2. Copy the following code onto the JavaScript page you have chosen in the previous step:
    // Add WikiBlame launcher to the Tools menu
    $(function () {
     mw.util.addPortletLink(
      "p-tb",     // toolbox portlet
      "http://ramselehof.de/wikipedia/wikiblame.php?user_lang=en&lang=" + mw.config.get('wgContentLanguage')
      + "&project=wikipedia&article=" + mw.config.get('wgPageName')
      + "&needle=&skipversions=0&ignorefirst=0&limit=500&searchmethod=int&order=desc&user=",
      "WikiBlame"  // link label
    )});
    
  3. Save the page and (re-)load it – refresh the cache by following the instructions at the top of your JavaScript page.

See also

[edit]

Userbox

[edit]
WikiBlameThis user uses WikiBlame.

You can add the above userbox to your user page by adding to your page's wiki markup text the following template:

((User:Was a bee/WikiBlame))
[edit]