Difference between revisions of "Template:Build"

From King Arthur's Gold Wiki
Jump to: navigation, search
m (Undo revision 6428 by Illu (talk) --> this one breaks it...I have no idea why atm (it worked previously))
Line 2: Line 2:
 
| old = <div class="build buildOld"> This page is not up-to-date. [[Category:Not_Up-to-date]]
 
| old = <div class="build buildOld"> This page is not up-to-date. [[Category:Not_Up-to-date]]
 
| 203 = <div class="build buildLatest"> This page is in line with the latest [[Version_history#{{{Version}}}|build {{{Version}}}]].
 
| 203 = <div class="build buildLatest"> This page is in line with the latest [[Version_history#{{{Version}}}|build {{{Version}}}]].
| #default = <div class="build"> This page might not be up-to-date, update if necessary.[[Category:Not_Up-to-date]]
+
| #default = <div class="build"> This page '''might''' not be up-to-date.[[Category:Not_Up-to-date]]
 
}}</div></includeonly><noinclude>
 
}}</div></includeonly><noinclude>
 
===Usage:===
 
===Usage:===

Revision as of 09:07, 23 November 2011

Usage:

Put this code in the beginning of every page (which may receive updates or new content with upcoming build releases) if it's not there:

{{Build
|Version = %VERSION%
}}

where %VERSION% is the current game build number (for example "203"). Replace it with "old" if the article contains seriously outdated information.

Examples:

This page is not up-to-date.


This page might not be up-to-date (build 200).


This page might not be up-to-date (build 203).