FrontPage RecentChanges AboutWikiFeatures WikiNode

DifferentExternalLinks

Different External Links

This wiki feature displays external links differently than internal links (or other links like InterWiki InterLinks).

Possibilities

All of the differences described here can be implemented by using CSS to style links; the WikiEngine would just need to classify links and indicate the link type in the anchor element, probably using a class attribute, but possibly using the rel attribute.

Implemented

Unimplemented

Implementations

MoinMoin uses a small icon before the link, compatible with their InterLink icons, for external links:

TracWiki also uses a small icon, but doesn’t have differentiated InterLink icons:

MediaWiki uses a small icon after the link, for external links, but doesn’t have differentiated InterLink icons:

JspWiki also uses a small icon after the link, for external links, and also doesn’t have differentiated InterLink icons:

With SocialText both links look the same, but a tooltip is displayed if your cursor hovers over the link:

From the wikiengine programmer point of view, there are 2 ways to implement DifferentExternalLinks:

Both ways look the same to normal readers, and can implement any of the appearances described below.

Is it possible to use ordinary links <a href="..." >...</a>, and have CSS mark the links up differently? Is there any way for CSS to distinguish a link that starts with http:// (an “absolute” link to an external site) from a link that does not (a “relative” link to the same site)?

Activity

Terminology

Problems

See Also

InterLink, NearLink, UseMod:WikiPatches/InterSiteIcons

Contributors

ChristopherAllen


CategoryFeature CategoryLinking