Wikipedia:WikiBlame - Wikipedia (original) (raw)

From Wikipedia, the free encyclopedia

Browser-based tool for searching revision history

WikiBlame
Developer flominator
Written in PHP
Platform Cross-platform
License GPL
Website Ramselehof.de/wikiblame.php
Repository github.com/FlominatorTM/wikiblame Edit this at Wikidata

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 history" → "Find addition/removal".

Integration of WikiBlame in en.wp

Cite error: The named reference Oxford was invoked but never defined (see the help page).

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

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

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')
  1. Save the page and (re-)load it – refresh the cache by following the instructions at the top of your JavaScript page.

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](/wiki/User:Was%5Fa%5Fbee/WikiBlame "User:Was a bee/WikiBlame")}}