Usage
This template marks and categorizes content that is not valid for all versions within the respective wiki. The category e.g. "Content especially for railML 3.3" will appear on the pages utilizing the first argument. This means if the first argument has "3.3" in it, then the page will be categorized as "Content especially for railML 3.3".
Arguments
- 1: (Will not be displayed if from and/or to is used, but can be relevant for versioning) String containing the versions, for which the content is valid (and not those, for which it is not valid!)
- from:Lowest version of validity
- to:Highest version of validity
- scope: String to clarify the scope of this note; something like paragraph, chapter, page ...
Example
{{valid|2.4 and 2.5}}delivers
|
This content is only valid for version(s) 2.4 and 2.5
|
|
|
{{valid|1.4 and 1.5|scope=paragraph}}delivers
|
This paragraph is only valid for version(s) 1.4 and 1.5
|
|
|
{{valid|from=2.3|to=2.5}}delivers
|
This content is only valid from version 2.3 until version 2.5
|
|
|