Difference between revisions of "Template:Build"

From King Arthur's Gold Wiki
Jump to: navigation, search
m
m (Undo revision 6697 by JacKD (talk))
Line 1: Line 1:
 
<includeonly>{{#switch: {{{Version}}}
 
<includeonly>{{#switch: {{{Version}}}
| old = <div class="build buildOld"> This page might not be 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]]
 
| 228 = <div class="build buildLatest"> This page is in line with the latest [[Version_history#{{{Version}}}|build {{{Version}}}]].
 
| 228 = <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.[[Category:Not_Up-to-date]]
 
| #default = <div class="build"> This page '''might''' not be up-to-date.[[Category:Not_Up-to-date]]

Revision as of 19:44, 3 December 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 might not be up-to-date (build 228).


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


This page is not up-to-date.