Template:Navigation: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
(Add a navigation example template)
 
imported>FrozenPlum
(Better simplified anyhow)
Line 1: Line 1:
<noinclude>This template formats a navigation bar of previous and next page in a given category and places it inside a 3 column table. It uses the {{t|previous}} and {{t|next}} templates to create the previous/next buttons, based on the '''name''' of a given category '''without the namespace'''. When placed on a page in Category:Fruit examples, it uses the <code><nowiki>{{PAGENAME}}</nowiki></code> [[mw:Help:Magic words|magic word]], to fetch previous and next pages to the page it is placed on.</noinclude><includeonly>{| style="width:100%; border:1px solid lightgrey; background:#e9f4f9;"
<includeonly>{| style="width:100%; border:1px solid lightgrey; background:#e9f4f9;"
|style="width:40%;"|{{direction|descending|category={{{category|}}}}}
|style="width:40%;"|{{previous|category={{{category|}}}}}
|style="width:20%; text-align:center;"|[[:Category:{{{category|}}}|{{{category|}}}]]
|style="width:20%; text-align:center;"|[[:Category:{{{category|}}}|{{{category|}}}]]
|style="width:40%;"|{{direction|ascending|category={{{category|}}}}}
|style="width:40%;"|{{next|category={{{category|}}}}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>


Line 10: Line 10:
{{navigation|category=Fruit examples}}
{{navigation|category=Fruit examples}}


==Notes==
==See also==
* [[Template:Previous]]
This template formats a navigation bar of previous and next page in a given category and places it inside a 3 column table. It uses the {{t|direction}} template to create the previous/next buttons, based on the given category. When placed on a page in Category:Fruit examples, it uses the <code><nowiki>{{PAGENAME}}</nowiki></code> [[mw:Help:Magic words|magic word]], to fetch previous and next pages to the page it is placed on. See the {{t|direction}} template for more information.
* [[Template:Next]]

[[Category:Example templates]]
[[Category:Example templates]]
</noinclude>
</noinclude>

Revision as of 22:32, 1 October 2022

This template formats a navigation bar of previous and next page in a given category and places it inside a 3 column table. It uses the {{previous}} and {{next}} templates to create the previous/next buttons, based on the name of a given category without the namespace. When placed on a page in Category:Fruit examples, it uses the {{PAGENAME}} magic word, to fetch previous and next pages to the page it is placed on.

Example

{{navigation|category=Fruit examples}}

Result:

{{#dpl: debug=0 category=Fruit examples notcategory= namespace=Main titlelt=Navigation mode=inline ordermethod=title order=descending count=1 format=,,

}}

Fruit examples {{#dpl: debug=0 category=Fruit examples notcategory= namespace=Main titlegt=Navigation mode=inline ordermethod=title order=ascending count=1 format=,,

}}

See also