https://bugzilla.wikimedia.org/show_bug.cgi?id=18796
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from [email protected] 2009-05-18 23:29:32 UTC --- Indeed, all you ask for is already there. Reopen this bug if not. $ lynx -dump -nolist http://en.wikipedia.org/wiki/Mucana | grep -A 9 Toolbox|sed '/^$/d' Toolbox * What links here * Related changes * Upload file * Special pages$ * Printable version * Permanent link * Cite this page P.S., I on the other hand cannot fathom offering users links to soon-to-be-stale versions of articles, therefore my in LocalSettings.php, >function >JidanniLessSkinMess($sktemplate,$nav_urls){$nav_urls['permalink']=$nav_urls['print']=false;return > true;} >$wgHooks['SkinTemplateBuildNavUrlsNav_urlsAfterPermalink'][]='JidanniLessSkinMess'; zaps the permalink, along with the paper wasting non-green Print link for good measure. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
