Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Template:Back To

Revision as of 18:12, 12 February 2008 by Djspiewak.gmail.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The Back To template is designed to be a simple, easily to use means of inserting "back rel links" to sub-pages. For example, the Data Tools Platform Project page links to several sub pages. Each of these pages has a link at the top allowing the user to return to the main project page easily. Like so:

Back to DTP Main Page


The code for this looks like this:

←[[Data Tools Platform Project | Back to DTP Main Page]]

Of course, that's a bit hard to remember. Also, if we ever wanted to change the format for all of these "back rel links" across the board, we'd be unable to do so. This is where the template comes in.

Markup Rendering
{{Back To|name=DTP Main Page|href=Data Tools Platform Project}}

Back to DTP Main Page


This is equivalent to the HTML character-sequence code sampled above. The name parameter defines the Back to $$ value. The href parameter defines the location to which the "back to" links.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.