Template:Section link/doc

From EVE University Wiki
< Template:Section link
Revision as of 00:36, 22 December 2016 by Djavin novienta (talk | contribs) (Created page with "== Usage == === Syntax (overview) === * <code><nowiki>{{section link|Article|Section}}</nowiki></code>, link to section of other article. → Example: {{section link|Missioni...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Usage

Syntax (overview)

Single section

This template, {{section link}}, is used to generate a link to a certain section of a local wiki page and render an appropriate section mark (§).

Instead of:

[[Missioning 101#Class Contents]]

Missioning 101#Class Contents

...you can write:

{{section link|Missioning 101|Class Contents}}

Missioning 101 § Class Contents

Suppressing page name

Sometimes the page name needs not to appear, e.g. to avoid redundancy and wordiness. For the page on which the template is used, not specifying a page name creates a section link only. The following:

{{Section link||Suppressing page name}}

...is the equivalent of:

[[#Suppressing page name|§ Suppressing page name]]

...and renders as:

§ Suppressing page name