Difference between revisions of "Template:Build"

From King Arthur's Gold Wiki
Jump to: navigation, search
Line 3: Line 3:
 
| 203 = <div class="buildLatest"> This page is in line with the latest [[Version_history#{{{Version}}}|build {{{Version}}}]]. [[Category:Up-to-date]]
 
| 203 = <div class="buildLatest"> This page is in line with the latest [[Version_history#{{{Version}}}|build {{{Version}}}]]. [[Category:Up-to-date]]
 
| #default = <div class="build"> This page is in line with [[Version_history#{{{Version}}}|build {{{Version}}}]]. [[Category:Not_Up-to-date]]
 
| #default = <div class="build"> This page is in line with [[Version_history#{{{Version}}}|build {{{Version}}}]]. [[Category:Not_Up-to-date]]
}}</div></includeonly>
+
}}</div></includeonly><noinclude>Usage:
 +
 
 +
Put this code in the beginning of every page if it's not there:
 +
<pre>{{Build
 +
|Version = %VERSION%
 +
}}</pre>
 +
where %VERSION% is the current game build number (for example 203). Replace it with "old" if the article contains seriously outdated information.
 +
 
 +
[[Category:Templates]]</noinclude>

Revision as of 22:50, 20 November 2011

Usage:

Put this code in the beginning of every page 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.