Author: hunterp
Description:
Its currently cumbersome to edit templates since we have to find the template
name from the source of a current page, then type Template:name_found.
SO:
Off 1.3.4 in includes/Parser.php line 1754
-$articleContent = $article->getContentWithoutUsingSoManyDamnGlobals();
+$articleContent =
$article->getContentWithoutUsingSoManyDamnGlobals().'[['.$title->getPrefixedText().']]';
This is a most basic patch. Maybe some formatting would be done
-like having a border around all templates and placing the link to the template
outside the border
Version: 1.3.x
Severity: normal