Last modified: 2010-05-15 15:29:00 UTC
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
It seems to me that bug 143 already covers this without breaking page layout for inline templates. Provisionally resolving as WONTFIX.
reopening to mark as dupe of bug 229, which discusses some of the disadvantages of this approach
*** This bug has been marked as a duplicate of 229 ***