Difference between revisions of "Version badges"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{VersionBadge|0.7}} {{VersionAtLeast|0.7.2}}
+
{{VersionBadge|6.66}} {{VersionAtLeast|svn r1234}}
  
Interesting stuff goes here
+
Both of these "badges" are simple mediawiki Templates. You can see them in action on this article. Edit the article to see the code.
 +
 
 +
=== Usage ===
 +
Put the following code on top of the article for major version badge (the green one).
 +
<nowiki>{{VersionBadge|INSERT_MAJOR_VERSION_HERE}}</nowiki>
 +
 
 +
Put the following code on top of the article for minimal version requirement (the yellow one).
 +
<nowiki>{{VersionAtLeast|INSERT_SPECIFIC_MIN_VERSION_HERE}}</nowiki>

Latest revision as of 09:53, 1 October 2010

Written for CEGUI 6.66


Works with versions 6.66.x (unstable)

Requires at least version
svn r1234

Both of these "badges" are simple mediawiki Templates. You can see them in action on this article. Edit the article to see the code.

Usage

Put the following code on top of the article for major version badge (the green one). {{VersionBadge|INSERT_MAJOR_VERSION_HERE}}

Put the following code on top of the article for minimal version requirement (the yellow one). {{VersionAtLeast|INSERT_SPECIFIC_MIN_VERSION_HERE}}