Template:ProtoBob: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
(Implemented some shorthands for the "border" parameter.)
(Updated the formatting of Build Chronology to account for particularly long build names.)
Line 31: Line 31:
|lbp3=#FF6700
|lbp3=#FF6700
|#default={{{border|#fff}}} }};">
|#default={{{border|#fff}}} }};">
<th colspan="2" align="center" style="font-size:115%;">Build Chronology</th>
<th colspan="4" align="center" style="font-size:115%;">Build Chronology</th>
</tr>
</tr>
<tr style="color:{{{color|#fff}}}; background-color:#fff;">
<tr style="color:{{{color|#fff}}}; background-color:#fff;">
<th colspan="1" align="left">{{#if:{{{prevbuild|}}} | [[{{{prevbuild}}}|{{{prevbuildname|Previous build}}}]] | }}</th>
{{#if:{{{prevbuild|}}} | <th colspan="1" align="left">[[{{{prevbuild}}}|◀]] </th>
<th colspan="1" align="right">{{#if:{{{nextbuild|}}} | [[{{{nextbuild|}}}|{{{nextbuildname|Next build}}} ]] | }}</th>
<th colspan="1" align="left">[[{{{prevbuild}}}|{{{prevbuildname|Previous build}}}]]</th>| }}
{{#if:{{{nextbuild|}}} | <th colspan="1" align="right">[[{{{nextbuild|}}}|{{{nextbuildname|Next build}}} ]] </th>
<th colspan="1" align="right">[[{{{nextbuild|}}}|▶]] </th>| }}
</tr>
</tr>
</table>
</table>

Revision as of 04:33, 5 March 2024

LittleBigPlanet (Deploy Build)
Test card
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".