Template:Infobox Buildinfo: Difference between revisions

From BetaArchive Wiki
mNo edit summary
(removing "Links" header)
Tag: 2017 source edit
 
(14 intermediate revisions by 2 users not shown)
Line 12: Line 12:
clear: right;
clear: right;
">
">
<td colspan="2" bgcolor="#F9F9F9" style="text-align:center;">{{{title|}}}</td>
<caption><span style="font-size:120%;">'''{{{title}}}'''</span></caption>
<tr>
<tr>
<td colspan="2" style="text-align:center;" bgcolor="#F9F9F9" width"250px">[[File:{{{image|Nopicture.png}}}|250px]]</td>
<td colspan="2" style="text-align:center;" bgcolor="#F9F9F9" width"250px">[[File:{{{image|Nopicture.png}}}|250px]]</td>
Line 60: Line 60:
{{#if:{{{bios|}}}|
{{#if:{{{bios|}}}|
<tr>
<tr>
<th style="width:50%;">BIOS</th>
<th style="width:50%;">BIOS date</th>
<td>{{{bios}}}</td>
<td>{{{bios}}}</td>
</tr>
</tr>
Line 79: Line 79:
}}
}}


{{#if:{{{tcb_link|}}}|
{{#if:{{{database|}}}|
<tr>
<tr>
<th style="width:50%;">TCB link</th>
<th style="width:50%;">BA Database</th>
<td>{{{tcb_link}}}</td>
<td>{{{database}}}</td>
</tr>
}}
 
{{#if:{{{betawiki|}}}|
<tr>
<th style="width:50%;">BetaWiki</th>
<td>{{{betawiki}}}</td>
</tr>
}}
 
{{#if:{{{tcb|}}}|
<tr>
<th style="width:50%;">TCB</th>
<td>{{{tcb}}}</td>
</tr>
</tr>
}}
}}
</table>
</table>
<noinclude>  
<noinclude>  
===How to use===
{{Documentation}}
* '''Title:''' the label on the About Windows doalog box (<code>winver.exe</code>), or on the desktop watermark. Build tag is preferred.
[[Category:Infobox templates|{{PAGENAME}}]]
* '''Imagecaption:''' image description
</noinclude>
* '''Timebomb:''' timebomb date, '''not''' number of days
* '''Status:'''
** '''Released''' (means officially made public, whether open to anyone or only to a limited number of testers. Therefore, [[Windows Neptune/5.5.5111.1|Windows Neptune build 5111]], a developer release, falls under this status, even if it was not intended for the general public. Other examples are [[PDC 2003]] [[Windows Longhorn/6.0.4051.idx02.031001-1340|Windows Longhorn build 4051]] and [[PDC 2005]] [[Windows Vista/6.0.5219.winmain idx02.050830-2010|Windows Vista build 5219]].)
** '''Leaked''' (means the opposite. [[Windows Longhorn/6.0.3683.Lab06 N.020923-1821|Windows Longhorn build 3683]] is an example.)
** '''Unavailable''' (Neither released nor leaked)
 
<pre>
{{Infobox Buildinfo
|title =
|image =
|imagecaption =
|status =
|kernel =
|arch =
|sku =
|bios =
|timebomb =
|compiled =
|key =
|tcb_link = [https://www.thecollectionbook.info/builds/windows/ ]
}}
</pre>
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 07:57, 6 November 2023

{{{title}}}
Nopicture.png

Template documentation [view] [edit] [discuss] [history] [purge]

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. 27 April 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.