Last modified: 2011-03-13 18:05:59 UTC
When creating an edit summary, I find that creating a wiki-link to the template I added helps newcomers understand what it is I have done. Normally words within double brackets display as plain text, but there is no reason I see that a link could not be created automatically. For example the following: /* Some section */ I added the {{Unreferenced}} template should be interpreted in the history list as: /* Some section */ I added the {{[[Template:Unreferenced|Unreferenced]]}} template. Thanks! George Chriss / GChriss
r22051 splits Linker::formatComment in two functions: * formatAutoComments * formatLinksInComment We can probably add another function to handle templates