Difference between revisions of "Template:Publish infobox"

 
(4 intermediate revisions by the same user not shown)
Line 125: Line 125:
 
{| class="uoguidetable leftalign" style="float:right; font-size:12px; margin:1px 1px 1em 1em; width:250px;"
 
{| class="uoguidetable leftalign" style="float:right; font-size:12px; margin:1px 1px 1em 1em; width:250px;"
 
! colspan="2" | {{#if: {{{name|}}} | {{{title|{{PAGENAME}}}}} - {{{name}}} | {{{title|{{PAGENAME}}}}} }}
 
! colspan="2" | {{#if: {{{name|}}} | {{{title|{{PAGENAME}}}}} - {{{name}}} | {{{title|{{PAGENAME}}}}} }}
{{#if: {{{tc1|}}}|
+
{{#if: {{{tc1|}}} | {{!}}-
{{!}}-
+
 
! style="text-align:right;" {{!}} [[Test Center|TC1]] Publish 1 release date:
 
! style="text-align:right;" {{!}} [[Test Center|TC1]] Publish 1 release date:
{{!}} {{{tc1}}}
+
{{!}} {{{tc1}}} }}
}}
+
{{#if: {{{tc2|}}} | {{!}}-
{{#if: {{{tc2|}}}|
+
{{!}}-
+
 
! style="text-align:right;" {{!}} TC1 Publish 2 release date:
 
! style="text-align:right;" {{!}} TC1 Publish 2 release date:
{{!}} {{{tc2}}}
+
{{!}} {{{tc2}}} }}
}}
+
{{#if: {{{tc3|}}} | {{!}}-
{{#if: {{{tc3|}}}|
+
{{!}}-
+
 
! style="text-align:right;" {{!}} TC1 Publish 3 release date:
 
! style="text-align:right;" {{!}} TC1 Publish 3 release date:
{{!}} {{{tc3}}}
+
{{!}} {{{tc3}}} }}
}}
+
{{#if: {{{oib|}}} | {{!}}-
{{#if: {{{oib|}}}|
+
{{!}}-
+
 
! style="text-align:right;" {{!}} [[Origin]], [[Izumo]], [[Baja]] release date:
 
! style="text-align:right;" {{!}} [[Origin]], [[Izumo]], [[Baja]] release date:
{{!}} {{{oib}}}
+
{{!}} {{{oib}}} }}
}}
+
{{#if: {{{oib2|}}} | {{!}}-
{{#if: {{{oib2|}}}|
+
{{!}}-
+
 
! style="text-align:right;" {{!}} Updated [[Origin]], [[Izumo]], [[Baja]] release date:
 
! style="text-align:right;" {{!}} Updated [[Origin]], [[Izumo]], [[Baja]] release date:
{{!}} {{{oib2}}}
+
{{!}} {{{oib2}}} }}
}}
+
{{#if: {{{ww|}}} | {{!}}-
{{#if: {{{ww|}}}|
+
{{!}}-
+
 
! style="text-align:right;" {{!}} Worldwide release date:
 
! style="text-align:right;" {{!}} Worldwide release date:
{{!}} {{{ww}}}
+
{{!}} {{{ww}}} }}
}}
+
{{#if: {{{link|}}} | {{!}}-
{{#if: {{{link|}}}|
+
{{!}}-
+
 
! style="text-align:right;" {{!}} Official publish notes:
 
! style="text-align:right;" {{!}} Official publish notes:
{{!}} [{{{link}}} {{{title|{{PAGENAME}}}}} on uo.com] }}
+
{{!}} [{{{link}}} {{PAGENAME}} on uo.com] }}
{{#if: {{{classic|}}}|
+
{{#if: {{{classic|}}} | {{!}}-
{{!}}-
+
 
! style="text-align:right;" {{!}} Classic client version:
 
! style="text-align:right;" {{!}} Classic client version:
{{!}} {{{classic}}}
+
{{!}} {{{classic}}} }}
}}
+
{{#if: {{{enhanced|}}} | {{!}}-
{{#if: {{{enhanced|}}}|
+
{{!}}-
+
 
! style="text-align:right;" {{!}} Enhanced client version:
 
! style="text-align:right;" {{!}} Enhanced client version:
{{!}} {{{enhanced}}}
+
{{!}} {{{enhanced}}} }}
}}
+
 
|-
 
|-
 
! style="text-align:center;" | Previous publish:
 
! style="text-align:center;" | Previous publish:

Latest revision as of 08:38, 8 February 2026

Template:Publish infobox is designed for use on publishes pages to list pertinent publish information.

Template

{{Publish infobox
| tc1 = 
| tc2 = 
| tc3 = 
| oib = 
| oib2 = 
| ww = 
| link = 
| classic = 
| enhanced = 
| previous = 
| next = 
}}

Display

Publish 120 - Test
TC1 Publish 1 release date: Jun 5 2025
TC1 Publish 2 release date: Jun 10 2025
Origin, Izumo, Baja release date: Jun 12 2025
Worldwide release date: Jun 17 2025
Official publish notes: Publish infobox on uo.com
Classic client version: 7.0.104.36
Enhanced client version: 7.0.104.36
Previous publish: Next publish:
Publish 119 Publish 121

Parameters

title

  • Usage: Optional
  • Description: The title parameter takes a string denoting the number of the publish. This is used to generate the title of the publish infobox. Defaults to the article name if no title is provided.
  • Valid Value(s): Any string.

name

  • Usage: Optional
  • Description: The name parameter takes a string denoting the name of the publish, if it is named. This is used to generate the subtitle of the publish infobox.
  • Valid Value(s): Any string.

tc1

  • Usage: Optional
  • Description: The tc1 parameter takes a date denoting the date publish 1 was released to TC1. This is used to generate the TC1 publish 1 date.
  • Valid Value(s): Jun 1 2010

tc2

  • Usage: Optional
  • Description: The tc2 parameter takes a date denoting the date publish 2 was released to TC1. This is used to generate the TC1 publish 2 date.
  • Valid Value(s): Jun 1 2010

tc3

  • Usage: Optional
  • Description: The tc3 parameter takes a date denoting the date publish 3 was released to TC1. This is used to generate the TC1 publish 3 date.
  • Valid Value(s): Jun 1 2010

oib

  • Usage: Optional
  • Description: The oib parameter takes a date denoting the date it was released to Origin, Izumo, Baja. This is used to generate the Origin, Izumo, Baja publish date.
  • Valid Value(s): Jun 1 2010

oib2

  • Usage: Optional
  • Description: The oib2 parameter takes a date denoting the date publish 2 was released to Origin, Izumo, Baja. This is used to generate the Origin, Izumo, Baja 2 publish date.
  • Valid Value(s): Jun 1 2010

ww

  • Usage: Optional
  • Description: The ww parameter takes a date denoting the date it was released worldwide. This is used to generate the worldwide publish date.
  • Valid Value(s): Jun 1 2010

link

  • Usage: Optional
  • Description: The link parameter takes a url denoting the official publish notes. This is used to generate the link to the official publish notes.
  • Valid Value(s): A url

classic

  • Usage: Optional
  • Description: The classic parameter takes a version number denoting the version number for the classic client. This is used to generate the classic client version.
  • Valid Value(s): 7.0.104.36

enhanced

  • Usage: Optional
  • Description: The enhanced parameter takes a version number denoting the version number for the enhanced client. This is used to generate the enhanced client version.
  • Valid Value(s): 7.0.104.36

previous

  • Usage: Optional
  • Description: The previous parameter takes page name denoting the name of the previous publish. This is used to generate the link to the previous publish.
  • Valid Value(s): Publish 119

next

  • Usage: Optional
  • Description: The next parameter takes page name denoting the name of the next publish. This is used to generate the link to the next publish.
  • Valid Value(s): Publish 121