Template:ProtoBob: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Added Revision ID Option to the ProtoBob.) |
||
Line 12: | Line 12: | ||
{{#if: {{{builddate|}}} | {{BobRow|align=left|Build timestamp:|{{{builddate}}}}} | }} | {{#if: {{{builddate|}}} | {{BobRow|align=left|Build timestamp:|{{{builddate}}}}} | }} | ||
{{#if: {{{titleid|}}} | {{BobRow|align=left|Title ID:|{{{titleid}}}}} | }} | {{#if: {{{titleid|}}} | {{BobRow|align=left|Title ID:|{{{titleid}}}}} | }} | ||
{{#if: {{{revisionid|}}} | {{BobRow|align=left|Revision ID:|{{{revisionid}}}}} | }} | |||
{{#if: {{{size|}}} | {{BobRow|align=left|File size:|{{{size}}}}} | }} | {{#if: {{{size|}}} | {{BobRow|align=left|File size:|{{{size}}}}} | }} | ||
{{#if: {{{state|}}} | {{BobRow|align=left|Dump status:|{{{state}}}}} | }} | {{#if: {{{state|}}} | {{BobRow|align=left|Dump status:|{{{state}}}}} | }} | ||
Line 42: | Line 43: | ||
| builddate= September 17, 2009 | | builddate= September 17, 2009 | ||
| titleid= BCUS98148 | | titleid= BCUS98148 | ||
| revisionid= N/A | |||
| size= 1.45 GB | | size= 1.45 GB | ||
| state= Released | | state= Released | ||
Line 62: | Line 64: | ||
| system= | | system= | ||
| builddate= | | builddate= | ||
| titleid= | | titleid= | ||
| revisionid= | |||
| size= | | size= | ||
| state= | | state= | ||
Line 88: | Line 91: | ||
* <code>builddate</code>: A timestamp associated with the build, if known. | * <code>builddate</code>: A timestamp associated with the build, if known. | ||
* <code>titleid</code>: The Title ID associated with the build. Note that this may be different from the retail version. | * <code>titleid</code>: The Title ID associated with the build. Note that this may be different from the retail version. | ||
* <code>revisionid</code>: The Revision ID associated with the build. Note that some builds do not have any Revision ID visible. | |||
* <code>size</code>: The amount of space the build takes up on the system's storage. | * <code>size</code>: The amount of space the build takes up on the system's storage. | ||
* <code>state</code>: The build's dump status, i.e. whether or not it's been dumped and released to the public. | * <code>state</code>: The build's dump status, i.e. whether or not it's been dumped and released to the public. |
Revision as of 21:36, 1 January 2024
LittleBigPlanet (Deploy Build) | |
---|---|
Build of: | LittleBigPlanet (PlayStation 3) |
System: | PlayStation 3 |
Build timestamp: | September 17, 2009 |
Title ID: | BCUS98148 |
Revision ID: | N/A |
File size: | 1.45 GB |
Dump status: | Released |
Released by: | MysteriousCube |
File release date: | April 23, 2021 |
Source: | PlayStation 3 DECR-1000A Reference Tool |
Modified bob template tailored for articles about prototypes and development builds of games.
Usage
{{ProtoBob | noimg= y | bobimg= | imgwidth= | imgcap= | border= | title= | game= | system= | builddate= | titleid= | revisionid= | size= | state= | dumper= | dumprelease= | source= | nextbuild= | nextbuildname= | prevbuild= | prevbuildname= }}
When creating a page for a prototype, copy and paste this at the top of the article, edit the right fields and remove parameters that don't belong. With the exception of bobimg
, all fields are optional.
Legend
noimg
: Use this to omit the title screen, box art or default placeholder entirely. Generally speaking, this shouldn't be used outside of specific circumstances.bobimg
: Image filename (e.g. "Filename.png")imgwidth
: Width of the above image, in pixels (e.g. 320px)imgcap
: Witty caption for the chosen image, if it exists.border
: Use this to change the colour of the border, if you want to theme the bob around a specific game. Hope you know your hex colours!color
: Changes the colour of the header text, in case the border colour you've chosen makes it hard to read. Again, hope you know your hex colours!title
: The name of the build. This will use the page's title if left blank, but you may want to fill this in if the page has disambiguation terms.game
: The game that this is a development build of, e.g. LittleBigPlanet (PlayStation 3).system
: The system that this build was created for.builddate
: A timestamp associated with the build, if known.titleid
: The Title ID associated with the build. Note that this may be different from the retail version.revisionid
: The Revision ID associated with the build. Note that some builds do not have any Revision ID visible.size
: The amount of space the build takes up on the system's storage.state
: The build's dump status, i.e. whether or not it's been dumped and released to the public.dumper
: The person or group responsible for releasing the build, if applicable.dumpdate
: The date that this build was dumped and released online, if applicable.source
: The origin of the build, if known. This could be from a development kit, or physical media.
Build Chronology
The following arguments are related to a feature of this bob known as 'Build Chronology', which provides quick links to either the next or previous build in a game's development timeline. As long as at least one of prevbuild
or nextbuild
are specified, a 'Build Chronology' section will appear at the bottom of the bob. If only one build of a game exists, or it's the first/last known build of a game, omit these fields accordingly.
prevbuild
: A link to the previous build in this game's timeline. If specified, a link will appear in the bottom left corner of the bob.prevbuildname
: Display name for the 'previous build' link. If omitted, the link will be displayed as "Previous build".nextbuild
: A link to the next build in this game's timeline. If specified, a link will appear in the bottom right corner of the bob.prevbuildname
: Display name for the 'next build' link. If omitted, the link will be displayed as "Next build".