“模板:Infobox Windows build”的版本间差异

来自BetaHeritage Wiki
跳转到导航 跳转到搜索
(用户名已移除)
(用户名已移除)
第19行: 第19行:
 
   }}
 
   }}
 
}}
 
}}
 +
 +
 +
Every page about a Windows build '''must''' contain the "Infobox Windows build" template, which provides essential information about a Windows compile.
 +
 +
== Usage ==
 +
{{ Infobox Windows build
 +
| buildtag = 5.2.3790.1069.srv03_spbeta.030905-1850
 +
| build of = [[Windows XP Professional x64 Edition]]
 +
| image = WindowsXP-5.2.3790.1069-Desktop.png
 +
| imagecaption = Desktop
 +
| family = nt
 +
| arch = x64
 +
| compiled = 2003-09-05
 +
| timebomb = +360 days
 +
| emulator = [[QEMU]] <br> [[VirtualBox]] <br> [[VMware]]
 +
| winver = WindowsXP-5.2.3790.1069-About.png
 +
| sku = Professional
 +
| key = 12345-67890-ABCDE-FGHIJ-KLMNO
 +
| ba = 3790.1069
 +
| rivals =
 +
  {{ Rivals
 +
    | TCB = https://www.thecollectionbook.info/builds/windows/build/222
 +
    | TCBGallery = https://www.thecollectionbook.info/gallery/?f=/windows/nt%20kernel/windows%20xp%20professional%20x64%20edition/5.2.3790.1069/english/professional%20x64%20edition
 +
  }}
 +
}}
 +
The following code will result in the infobox on the right side:
 +
<pre>
 +
{{ Infobox Windows build
 +
| buildtag = 5.2.3790.1069.srv03_spbeta.030905-1850
 +
| build of = [[Windows XP Professional x64 Edition]]
 +
| image = WindowsXP-5.2.3790.1069-Desktop.png
 +
| imagecaption = Desktop
 +
| family = nt
 +
| arch = x64
 +
| compiled = 2003-09-05
 +
| timebomb = +360 days
 +
| emulator = [[QEMU]] <br> [[VirtualBox]] <br> [[VMware]]
 +
| winver = WindowsXP-5.2.3790.1069-About.png
 +
| sku = Professional
 +
| key = 12345-67890-ABCDE-FGHIJ-KLMNO
 +
| ba = 3790.1069
 +
| rivals =
 +
  {{ Rivals
 +
    | TCB = https://www.thecollectionbook.info/builds/windows/build/222
 +
    | TCBGallery = https://www.thecollectionbook.info/gallery/?f=/windows/nt%20kernel/windows%20xp%20professional%20x64%20edition/5.2.3790.1069/english/professional%20x64%20edition
 +
  }}
 +
}}
 +
</pre>
 +
 +
=== <code>buildtag</code> ===
 +
'''Required:''' The whole known build string, for example <code>6.3.9431.0.winmain_bluemp.130615-1214</code> or <code>5.1.2428.idx01.010129-1827</code>. For builds of Windows versions that have a custom build tag scheme that is separate from the actual Windows one, such as [[Windows Phone 8]] or [[Windows Home Server 2011]], this should be the custom tag.
 +
 +
=== <code>build of</code> ===
 +
'''Required:''' Link to the article about the Windows version that this build belongs to, e.g. <code><nowiki>[[Windows 8.1]]</nowiki></code> or <code><nowiki>[[Windows Server 2003]]</nowiki></code>. Standard wikitext syntax can also be used to change the displayed text, e.g. <code><nowiki>[[Windows XP Media Center Edition|Windows XP Media Center Edition 2005]]</nowiki></code> will show up as [[Windows XP Media Center Edition|Windows XP Media Center Edition 2005]], but will link to the main MCE article. This describes the top "Build of Windows ..." field in the infobox.
 +
 +
=== <code>image</code> ===
 +
File name of a screenshot without the initial <code>File:</code> prefix. If not provided, a [[:File:Placeholder.png|placeholder]] will be used instead.
 +
 +
=== <code>imagecaption</code> ===
 +
Caption to annotate <code>image</code>.
 +
 +
=== <code>arch</code> ===
 +
CPU architectures on which the build is available (leaked/released).
 +
 +
=== <code>compiled</code> ===
 +
Date of compilation. In Windows versions preceding [[Windows XP]] this should generally be the latest timestamp from a release. Since Windows XP the compilation timestamp forms the last part of a buildtag.
 +
 +
=== <code>timebomb</code> ===
 +
This field describes the timebomb type and date. For fixed date timebombs, this should be a date '''in the ISO 8601 format''', i.e. <code>2004-01-14</code>. The template will automatically calculate the number of days between the compilation and expiration dates.
 +
 +
If the build counts its expiration date from the original install date, this field should be the number of days before expiration, preceded by a plus sign, i.e. <code>+ 444 days</code>.
 +
 +
=== <code>emulator</code> ===
 +
List of emulators or hypervisors that the build is confirmed to work in. This is only to be used if known hypervisors/emulators have problems running the build and specific ones are needed to run the build; it is not to be used as a recommended emulator/hypervisor checklist.
 +
 +
=== <code>base</code> ===
 +
For versions that use a separate build tag scheme, this is the build tag reported by the Windows kernel.
 +
 +
=== <code>winver</code> ===
 +
File name of a screenshot of <code>winver</code> or About dialog in older Windows versions without the initial <code>File:</code> prefix.
 +
 +
=== <code>sku</code> ===
 +
List of SKUs in which the build is available (leaked/released) separated by <code><nowiki><br></nowiki></code> tags, preferably from low-end to high-end
 +
 +
=== <code>key</code> ===
 +
Product key required when installing.
 +
 +
=== <code>ba</code> ===
 +
BetaArchive database search query - this parameter should be the release GUID, if this is a specific BA release, or a string query that is as specific as possible.
 +
 +
=== <code>rivals</code> ===
 +
Use the rivals template to link pages on TCB & BA.

2022年12月24日 (六) 17:52的版本

检查到模板循环:模板:Infobox Windows build


Every page about a Windows build must contain the "Infobox Windows build" template, which provides essential information about a Windows compile.

Usage

检查到模板循环:模板:Infobox Windows build The following code will result in the infobox on the right side:

{{ Infobox Windows build
 | buildtag = 5.2.3790.1069.srv03_spbeta.030905-1850
 | build of = [[Windows XP Professional x64 Edition]]
 | image = WindowsXP-5.2.3790.1069-Desktop.png
 | imagecaption = Desktop
 | family = nt
 | arch = x64
 | compiled = 2003-09-05
 | timebomb = +360 days
 | emulator = [[QEMU]] <br> [[VirtualBox]] <br> [[VMware]]
 | winver = WindowsXP-5.2.3790.1069-About.png
 | sku = Professional
 | key = 12345-67890-ABCDE-FGHIJ-KLMNO
 | ba = 3790.1069
 | rivals = 
   {{ Rivals
    | TCB = https://www.thecollectionbook.info/builds/windows/build/222
    | TCBGallery = https://www.thecollectionbook.info/gallery/?f=/windows/nt%20kernel/windows%20xp%20professional%20x64%20edition/5.2.3790.1069/english/professional%20x64%20edition
   }}
}}

buildtag

Required: The whole known build string, for example 6.3.9431.0.winmain_bluemp.130615-1214 or 5.1.2428.idx01.010129-1827. For builds of Windows versions that have a custom build tag scheme that is separate from the actual Windows one, such as Windows Phone 8 or Windows Home Server 2011, this should be the custom tag.

build of

Required: Link to the article about the Windows version that this build belongs to, e.g. [[Windows 8.1]] or [[Windows Server 2003]]. Standard wikitext syntax can also be used to change the displayed text, e.g. [[Windows XP Media Center Edition|Windows XP Media Center Edition 2005]] will show up as Windows XP Media Center Edition 2005, but will link to the main MCE article. This describes the top "Build of Windows ..." field in the infobox.

image

File name of a screenshot without the initial File: prefix. If not provided, a placeholder will be used instead.

imagecaption

Caption to annotate image.

arch

CPU architectures on which the build is available (leaked/released).

compiled

Date of compilation. In Windows versions preceding Windows XP this should generally be the latest timestamp from a release. Since Windows XP the compilation timestamp forms the last part of a buildtag.

timebomb

This field describes the timebomb type and date. For fixed date timebombs, this should be a date in the ISO 8601 format, i.e. 2004-01-14. The template will automatically calculate the number of days between the compilation and expiration dates.

If the build counts its expiration date from the original install date, this field should be the number of days before expiration, preceded by a plus sign, i.e. + 444 days.

emulator

List of emulators or hypervisors that the build is confirmed to work in. This is only to be used if known hypervisors/emulators have problems running the build and specific ones are needed to run the build; it is not to be used as a recommended emulator/hypervisor checklist.

base

For versions that use a separate build tag scheme, this is the build tag reported by the Windows kernel.

winver

File name of a screenshot of winver or About dialog in older Windows versions without the initial File: prefix.

sku

List of SKUs in which the build is available (leaked/released) separated by <br> tags, preferably from low-end to high-end

key

Product key required when installing.

ba

BetaArchive database search query - this parameter should be the release GUID, if this is a specific BA release, or a string query that is as specific as possible.

rivals

Use the rivals template to link pages on TCB & BA.


Every page about a Windows build must contain the "Infobox Windows build" template, which provides essential information about a Windows compile.

Usage

检查到模板循环:模板:Infobox Windows build


Every page about a Windows build must contain the "Infobox Windows build" template, which provides essential information about a Windows compile.

Usage

检查到模板循环:模板:Infobox Windows build The following code will result in the infobox on the right side:

{{ Infobox Windows build
 | buildtag = 5.2.3790.1069.srv03_spbeta.030905-1850
 | build of = [[Windows XP Professional x64 Edition]]
 | image = WindowsXP-5.2.3790.1069-Desktop.png
 | imagecaption = Desktop
 | family = nt
 | arch = x64
 | compiled = 2003-09-05
 | timebomb = +360 days
 | emulator = [[QEMU]] <br> [[VirtualBox]] <br> [[VMware]]
 | winver = WindowsXP-5.2.3790.1069-About.png
 | sku = Professional
 | key = 12345-67890-ABCDE-FGHIJ-KLMNO
 | ba = 3790.1069
 | rivals = 
   {{ Rivals
    | TCB = https://www.thecollectionbook.info/builds/windows/build/222
    | TCBGallery = https://www.thecollectionbook.info/gallery/?f=/windows/nt%20kernel/windows%20xp%20professional%20x64%20edition/5.2.3790.1069/english/professional%20x64%20edition
   }}
}}

buildtag

Required: The whole known build string, for example 6.3.9431.0.winmain_bluemp.130615-1214 or 5.1.2428.idx01.010129-1827. For builds of Windows versions that have a custom build tag scheme that is separate from the actual Windows one, such as Windows Phone 8 or Windows Home Server 2011, this should be the custom tag.

build of

Required: Link to the article about the Windows version that this build belongs to, e.g. [[Windows 8.1]] or [[Windows Server 2003]]. Standard wikitext syntax can also be used to change the displayed text, e.g. [[Windows XP Media Center Edition|Windows XP Media Center Edition 2005]] will show up as Windows XP Media Center Edition 2005, but will link to the main MCE article. This describes the top "Build of Windows ..." field in the infobox.

image

File name of a screenshot without the initial File: prefix. If not provided, a placeholder will be used instead.

imagecaption

Caption to annotate image.

arch

CPU architectures on which the build is available (leaked/released).

compiled

Date of compilation. In Windows versions preceding Windows XP this should generally be the latest timestamp from a release. Since Windows XP the compilation timestamp forms the last part of a buildtag.

timebomb

This field describes the timebomb type and date. For fixed date timebombs, this should be a date in the ISO 8601 format, i.e. 2004-01-14. The template will automatically calculate the number of days between the compilation and expiration dates.

If the build counts its expiration date from the original install date, this field should be the number of days before expiration, preceded by a plus sign, i.e. + 444 days.

emulator

List of emulators or hypervisors that the build is confirmed to work in. This is only to be used if known hypervisors/emulators have problems running the build and specific ones are needed to run the build; it is not to be used as a recommended emulator/hypervisor checklist.

base

For versions that use a separate build tag scheme, this is the build tag reported by the Windows kernel.

winver

File name of a screenshot of winver or About dialog in older Windows versions without the initial File: prefix.

sku

List of SKUs in which the build is available (leaked/released) separated by <br> tags, preferably from low-end to high-end

key

Product key required when installing.

ba

BetaArchive database search query - this parameter should be the release GUID, if this is a specific BA release, or a string query that is as specific as possible.

rivals

Use the rivals template to link pages on TCB & BA. The following code will result in the infobox on the right side:

{{ Infobox Windows build
 | buildtag = 5.2.3790.1069.srv03_spbeta.030905-1850
 | build of = [[Windows XP Professional x64 Edition]]
 | image = WindowsXP-5.2.3790.1069-Desktop.png
 | imagecaption = Desktop
 | family = nt
 | arch = x64
 | compiled = 2003-09-05
 | timebomb = +360 days
 | emulator = [[QEMU]] <br> [[VirtualBox]] <br> [[VMware]]
 | winver = WindowsXP-5.2.3790.1069-About.png
 | sku = Professional
 | key = 12345-67890-ABCDE-FGHIJ-KLMNO
 | ba = 3790.1069
 | rivals = 
   {{ Rivals
    | TCB = https://www.thecollectionbook.info/builds/windows/build/222
    | TCBGallery = https://www.thecollectionbook.info/gallery/?f=/windows/nt%20kernel/windows%20xp%20professional%20x64%20edition/5.2.3790.1069/english/professional%20x64%20edition
   }}
}}

buildtag

Required: The whole known build string, for example 6.3.9431.0.winmain_bluemp.130615-1214 or 5.1.2428.idx01.010129-1827. For builds of Windows versions that have a custom build tag scheme that is separate from the actual Windows one, such as Windows Phone 8 or Windows Home Server 2011, this should be the custom tag.

build of

Required: Link to the article about the Windows version that this build belongs to, e.g. [[Windows 8.1]] or [[Windows Server 2003]]. Standard wikitext syntax can also be used to change the displayed text, e.g. [[Windows XP Media Center Edition|Windows XP Media Center Edition 2005]] will show up as Windows XP Media Center Edition 2005, but will link to the main MCE article. This describes the top "Build of Windows ..." field in the infobox.

image

File name of a screenshot without the initial File: prefix. If not provided, a placeholder will be used instead.

imagecaption

Caption to annotate image.

arch

CPU architectures on which the build is available (leaked/released).

compiled

Date of compilation. In Windows versions preceding Windows XP this should generally be the latest timestamp from a release. Since Windows XP the compilation timestamp forms the last part of a buildtag.

timebomb

This field describes the timebomb type and date. For fixed date timebombs, this should be a date in the ISO 8601 format, i.e. 2004-01-14. The template will automatically calculate the number of days between the compilation and expiration dates.

If the build counts its expiration date from the original install date, this field should be the number of days before expiration, preceded by a plus sign, i.e. + 444 days.

emulator

List of emulators or hypervisors that the build is confirmed to work in. This is only to be used if known hypervisors/emulators have problems running the build and specific ones are needed to run the build; it is not to be used as a recommended emulator/hypervisor checklist.

base

For versions that use a separate build tag scheme, this is the build tag reported by the Windows kernel.

winver

File name of a screenshot of winver or About dialog in older Windows versions without the initial File: prefix.

sku

List of SKUs in which the build is available (leaked/released) separated by <br> tags, preferably from low-end to high-end

key

Product key required when installing.

ba

BetaArchive database search query - this parameter should be the release GUID, if this is a specific BA release, or a string query that is as specific as possible.

rivals

Use the rivals template to link pages on TCB & BA.