Template:Changelogs: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Start)
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><!--
<includeonly>{| style="width: 100%; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa"
{{#if: {{{prev|}}}
| {{!}} ← [[Changelog {{{prev|}}}|Previous changelog]]
|
}}
| style="text-align: right" | [[Changelog {{{next|}}}|Next changelog]] →
|}</includeonly><noinclude>{{Informative template|1=
__NOTOC__
== Goal ==
This template adds a navigation bar to the previous and next changelogs at the top of the page. It is to be used on changelog pages.


--><hr>
== Usage ==
<div style="align: center">
{{obr}}'''changelogs'''{{!}}''prev=''{{!}}next={{cbr}}
{| style="width: 50%; text-align: center"
| [[Changelog {{{prev|2016}}}|{{{prev}}}]]
| ← previous changelog
| [[Changelog {{{this|2016}}}|{{{this}}}]]
| next changelog →
| [[Changelog {{{next|2016}}}|{{{next}}}]]
|}
</div>
<hr><!--


--></includeonly><noinclude>[[Category:Undocumented templates]]</noinclude>
; prev : Optional previous changelog version. This is optional because there is no changelog pages before FG 2.4.
 
; next : Next changelog version.
 
== Exmaples ==
<nowiki>{{changelogs|next=2.6.0}}</nowiki>
{{changelogs|next=2.6.0}}
 
<nowiki>{{changelogs|prev=2016.3|next=2017.1}}</nowiki>
{{changelogs|prev=2016.3|next=2017.1}}
 
}}
 
[[Category:Navigation templates]]
</noinclude>

Latest revision as of 10:20, 27 November 2016

The following template description is not displayed when the template is inserted in an article.

Goal

This template adds a navigation bar to the previous and next changelogs at the top of the page. It is to be used on changelog pages.

Usage

{{changelogs|prev=|next=}}
prev
Optional previous changelog version. This is optional because there is no changelog pages before FG 2.4.
next
Next changelog version.

Exmaples

{{changelogs|next=2.6.0}}
Next changelog
{{changelogs|prev=2016.3|next=2017.1}}
Previous changelog Next changelog