Is there a patch to link to a talk page for each article a la wikipedia?
No, I can't write one myself because my perl skills are zero. RG
- I just "wrote" this one myself. Not sure if it can be improved, but it was simple
- In GetGotoBar add the line
$bartext .= " | " . &GetPageOrEditLink("/Talk", "");
- before the line
$bartext .= " | " . &GetPageLink($RCName);
- It appears to work just fine, but you can't add a talk page to a subpage. It will place a link to the local talk page between the HomePage and RecentChanges links.
- See (with similar goal): WikiPatches/Comments On --JuanmaMP