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:ScoutLink

Revision as of 15:28, 9 November 2010 by Dev.jmini.fr (Talk | contribs) (add nowiki tag arround the expanded version in the noinclude)

This template should be used for all internal links of the Scout project. The usage is simple:

  • {{ScoutLink|<Category name>|<Page name>}} for normal pages
  • {{ScoutLink|<Page name>}} for top level pages
  • {{ScoutLink|<Category name>|<Page name>|<Link name>}} links with a name
  • {{ScoutLink|<Category name>|<Page name>|name=<Link name>}} Alternative format for links with a name

Source: [[Scout/{{{1}}} {{#if: {{{2|}}} | /{{{2}}} | }} | {{#if: {{{name|}}} | {{{name}}} | {{#if: {{{3|}}} | {{{3}}} | {{#if: {{{2|}}} | {{{2}}} | {{{1}}} }} }} }} ]]

Back to the top