Template:Version/doc: Difference between revisions

From The Last Starwiki
Jump to navigation Jump to search
(Create documentation)
 
mNo edit summary
Line 9: Line 9:
! code
! code
! output
! output
|-
| latest stable version
| <code><nowiki>{{version}}</nowiki></code>
| {{version}}
|-
| latest beta version (if any)
| <code><nowiki>{{version|beta}}</nowiki></code>
| {{version|beta}}
|-
|-
| specific version
| specific version

Revision as of 17:22, 24 July 2022

Description

This template links to a version of The Last Starship in the Version History.

Usage

The template supports a few formats:

use case code output
specific version {{version|1.3.28}} 1.3.28
specific version with link text {{version|1.3.28|1.3}} 1.3

You can disable the link like {{version|link=0}}: .