Template:Plan/Page: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 25: Line 25:


Example:
Example:
<tt><nowiki>{{Plan/Page|page=Intrduction|title=Introducing Plan}}</nowiki></tt>
Gives:
{{Plan/Page|page=Intrduction|title=Introducing Plan}}
{{Plan/Page|page=Intrduction|title=Introducing Plan}}

Revision as of 13:05, 1 December 2019


Description

Page reference template to be used in versioned manual pages.

The url must have the following format: Plan/<version number>/Manual/<subpage>

Version number must be a number, or empty, e.g:

  • Plan/Manual/Introduction, or
  • Plan/1/Manual/Introduction


{{Plan/Page
| page = The page name.
| title = The page title.
}}

Example:

{{Plan/Page|page=Intrduction|title=Introducing Plan}}

Gives:

Introducing Plan