https://bugzilla.wikimedia.org/show_bug.cgi?id=708
--- Comment #39 from Robin Pepermans (SPQRobin) <[email protected]> 2011-07-14 13:41:46 UTC --- Created attachment 8783 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8783 Possible implementation of interproject links Apparently this bug is waiting for years and no-one implemented it yet (it is not that difficult). This bug has even the highest number of votes. Anyway, I made a patch that adds a configuration variable $wgInterProjectLinks with 'prefix' => 'Project name'. Links with [[prefix:Title|Text]] will show up in the sidebar as "Text" and links with [[prefix:Title]] will show up as "Project name". The links are still shown inline in the wikitext (so it doesn't break everything). Links with [[:prefix:Title]] (extra colon) are not shown in the sidebar. The position in the sidebar can be changed with * OTHERPROJECTS This patch implements it for vector and monobook. If it's OK, I can add it to the other skins as well (and possibly commit it to SVN). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
