Template:Build

From King Arthur's Gold Wiki
Revision as of 22:45, 4 December 2011 by Illu (Talk | contribs)

Jump to: navigation, search

Put this code at the beginning of a page which should show up an "infobox" about it's actuality status:

{{Build
|Version = %VERSION%
}}
  • Replace %VERSION% with "up-to-date" if the page stays up-to-date independent of new build releases (and you still want to show the box).

    It shows up like this:
    This page is up-to-date.


  • Replace %VERSION% with the current game build number (for example "228") if the page is in line with that build.

    It shows up like this (if the page is in line):
    This page might not be up-to-date (build 228).


    Or like this (if the page isn't):
    This page might not be up-to-date (build 200).


  • Replace %VERSION% with "old" if the page contains seriously outdated information.

    It shows up like this:
    This page is not up-to-date.