Template:Nav2: Difference between revisions

From Shareaza Wiki
Jump to navigation Jump to search
(Added Category call to template (test))
m (moved Template:Navigation1 to Template:Nav2 over redirect: Unifying navigation template names/usage)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
Navigation template (layer 2).
Navigation Template. Creates a page position that looks like this:
 
<br />
== Template ==
</noinclude>
<onlyinclude>
----
----
'''Navigation:'''&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[Main Page|ShareazaWiki]] /<!--{{#if: {{{1|}}} | [[{{{1}}}]] / | }}--> [[{{{1}}}]] / '''{{PAGENAME}}'''
'''Navigation:'''&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[Main Page|ShareazaWiki]] > <!--{{#if: {{{1|}}} |--> [[{{{1}}}]] > <!--| }} [[{{{1}}}]] --> '''{{PAGENAME}}'''
----
----
[[Category:{{{1}}}]]
[[Category:{{{1}}}]]
<noinclude>
</onlyinclude>
 
== Syntax ==
Requires one parameter specifying the page between [[Main Page|ShareazaWiki]] and the current page. Only the name of the page is required.
Requires one parameter specifying the page between [[Main Page|ShareazaWiki]] and the current page. Only the name of the page is required.


<nowiki> {{Navigation1|name of the page in the middle}}</nowiki>
<nowiki>{{Navigation1|name of the page in the middle}}</nowiki>
</noinclude>
 
'''Attention: This template adds automatically the category {{{1}}} to the page in which it is used.'''
 
== Examples ==
{{Navigation1|WikiProjects}}
<nowiki>{{Navigation1|WikiProjects}}</nowiki>
 
== See also ==
* [[Template:Nav1]]
* [[Template:Nav3]]
 
 
[[Category:Templates]]

Latest revision as of 13:28, 18 January 2011

Navigation template (layer 2).

Template


Navigation:     ShareazaWiki > [[{{{1}}}]] > Nav2


[[Category:{{{1}}}]]


Syntax

Requires one parameter specifying the page between ShareazaWiki and the current page. Only the name of the page is required.

{{Navigation1|name of the page in the middle}}

Attention: This template adds automatically the category {{{1}}} to the page in which it is used.

Examples


Navigation:     ShareazaWiki > WikiProjects > Nav2


{{Navigation1|WikiProjects}}

See also