Difference between revisions of "Template:Build"

From King Arthur's Gold Wiki
Jump to: navigation, search
m
m (it helps to see with which build a page is in line with even if it that build is outdated, you just check the changes introduced with the new build and immediately know what to update)
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 is in line with the outdated [[Version_history#{{{Version}}}|build {{{Version}}}]]. Update it.[[Category:Not_Up-to-date]]
}}</div></includeonly><noinclude>===Usage:===
+
}}</div></includeonly><noinclude>
 +
{{Build
 +
|Version = old
 +
}}<br /><br />
 +
{{Build
 +
|Version = 200
 +
}}<br /><br />
 +
{{Build
 +
|Version = 203
 +
}}
 +
 
 +
===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:
 
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:

Revision as of 03:49, 23 November 2011

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).

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.