Template:Infobox Buildinfo/doc: Difference between revisions

From BetaArchive Wiki
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=== How to use ===
=== Template ===
All parameters, vertical format:
<pre>
{{Infobox Buildinfo
|title =
|image =
|imagecaption =
|status =
|kernel =
|arch =
|sku =
|compiled =
|bios =
|timebomb =
|key =
|database = [https://www.betaarchive.com/database/view_release.php?uuid= Available]
|betawiki = [https://betawiki.net/wiki/ Available]
|tcb = [https://www.thecollectionbook.info/builds/windows/ Available]
}}
</pre>
 
=== Parameters ===
{| class=wikitable
{| class=wikitable
|-
|-
Line 47: Line 68:
* Server: specify the specific Server variant
* Server: specify the specific Server variant
* N/A: from [[Windows 1.0]] to [[Windows ME]] line
* N/A: from [[Windows 1.0]] to [[Windows ME]] line
|-
|align=center|compiled
|align=center|compiled
|'''Compile date''': Follow format DD MMMM YYYY, e.g. {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}. Usually found in build tag or the date system files were created.
|'''Compile date''': Follow format DD MMMM YYYY, e.g. {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}. Usually found in build tag or the date system files were created.
Line 57: Line 79:
|-
|-
|align=center|key
|align=center|key
* '''Product key''': If none required, use "None".
|'''Product key''': If none required, use "None".
|-
|-
|align=center|database
|align=center|database
Line 71: Line 93:
|-
|-
|align=center|tcb
|align=center|tcb
|''The Collection Book link''':
|'''The Collection Book link''':
* If available, use '''Available''' as label for the link.
* If available, use '''Available''' as label for the link.
* If none, use text only: '''Not available'''.
* If none, use text only: '''Not available'''.
|}
|}
<pre>
{{Infobox Buildinfo
|title =
|image =
|imagecaption =
|status =
|kernel =
|arch =
|sku =
|compiled =
|bios =
|timebomb =
|key =
|database = [https://www.betaarchive.com/database/view_release.php?uuid= Available]
|betawiki = [https://betawiki.net/wiki/ Available]
|tcb = [https://www.thecollectionbook.info/builds/windows/ Available]
}}
</pre>

Latest revision as of 04:03, 7 November 2023

Template

All parameters, vertical format:

{{Infobox Buildinfo
|title = 
|image = 
|imagecaption = 
|status = 
|kernel = 
|arch = 
|sku = 
|compiled = 
|bios =
|timebomb = 
|key = 
|database = [https://www.betaarchive.com/database/view_release.php?uuid= Available]
|betawiki = [https://betawiki.net/wiki/ Available]
|tcb = [https://www.thecollectionbook.info/builds/windows/ Available]
}}

Parameters

Parameter Description
title Title: the label on the About Windows dialog box (winver.exe), or on the desktop watermark. Build tag is preferred.
image Image
imagecaption Image caption: image description
status Status:
  • Released: means officially made public, whether open to anyone or only to a limited number of testers. Put in parentheses the type of release. For example:
  • Leaked: means the opposite of Released; Windows Longhorn build 3683 is an example.
  • Unavailable: neither released nor leaked.
kernel Kernel: First two numbers on About Windows, e.g. 10.0 for Windows 10
arch Architecture: Examples are:
  • x86
  • x64
  • IA64
sku SKU: Examples are:
  • Workstation
  • Home Edition
  • Professional
  • Business
  • Personal
  • Server: specify the specific Server variant
  • N/A: from Windows 1.0 to Windows ME line
compiled Compile date: Follow format DD MMMM YYYY, e.g. 12 May 2024. Usually found in build tag or the date system files were created.
bios BIOS date: usually the same as the compile date, except for builds compiled in evaluation mode (e.g. Windows Longhorn/6.0.4051.idx02.031001-1340), which do not require setting the BIOS date back. Put compile date using format above. If BIOS date not necessary, write N/A.
timebomb Timebomb: number of days from install before build can no longer be used (meaning user can no longer login in). If none, use "None".
key Product key: If none required, use "None".
database BetaArchive Database:
  • For builds with multiple architectures in the database, use the architecture as the label, e.g. for Windows Vista/6.0.5219.winmain idx02.050830-2010, follow this format: |database = [https://www.betaarchive.com/database/view_release.php?uuid=4a48a9a7-b0b4-440e-9b3e-e7145f888df2 x86]<br>[https://www.betaarchive.com/database/view_release.php?uuid=4a48a9a7-b0b4-440e-9b3e-e7145f888df2 amd64].
  • For builds with multiple SKUs, use the SKU as the label, e.g. for Windows Longhorn/6.0.3718.lab06 N.021119-1730, follow this format: |database = [https://www.betaarchive.com/database/view_release.php?uuid=296cacdf-f79f-4a32-8dd7-c101dc45ab3d Professional].
  • If none, use Not available.
betawiki BetaWiki link:
  • If available, use Available as label for the link.
  • If none, use text only: Not available.
tcb The Collection Book link:
  • If available, use Available as label for the link.
  • If none, use text only: Not available.