Template:Infobox: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
No edit summary
No edit summary
(10 intermediate revisions by the same user not shown)
Line 3: Line 3:
|-
|-
{{#if: {{{boxart|}}} |
{{#if: {{{boxart|}}} |
{{!}}  colspan="2" style="text-align: center;" {{!}} [[image:{{{boxart}}}|220px]]
{{!}}  colspan="2" style="text-align: center;" {{!}} [[image:{{{boxart}}}|220px]]{{#if: {{{caption|}}} |<div style="font-size: 95%;">{{{caption|}}}</div>|}}
{{!}}-
{{!}}-
|}}
|}}
! style="white-space: nowrap; padding-right: 0.65em;" | Developer(s)
! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" | Developer(s)
| style="line-height: 1.3;" | {{{developer}}}
| style="line-height: 1.3;" | {{{developer|}}}
|-
|-
! style="white-space: nowrap; padding-right: 0.65em" | Publisher(s)
{{#if:{{{publisher|}}}|! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" {{!}} Publisher(s)
| style="line-height: 1.3;" | {{{publisher}}}
{{!}} style="line-height: 1.3;" {{!}} {{{publisher}}}
|-
{{!}}-|}}
! style="white-space: nowrap; padding-right: 0.65em" | [[List of games|Release date(s)]]
! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" | Release date(s)
| style="line-height: 1.3;" | {{{released}}}
| style="line-height: 1.3;" | {{#dateformat:{{{released|}}}|mdy}}
|-
|-
{{#if:{{{latestrelease|}}}|! style="white-space: nowrap; padding-right: 0.65em" {{!}} Latest release
{{#if:{{{latestrelease|}}}|! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" {{!}} Latest release
{{!}} style="line-height: 1.3;" {{!}} {{{latestrelease}}}
{{!}} style="line-height: 1.3;" {{!}} {{{latestrelease}}}
{{!}}-|}}
{{!}}-|}}
! style="white-space: nowrap; padding-right: 0.65em" | Platform(s)
! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" | Platform(s)
| style="line-height: 1.3;" | {{{platform}}}
| style="line-height: 1.3;" | {{{platform|}}}
|-
|-
{{#if:{{{predecessor|}}}|! style="white-space: nowrap; padding-right: 0.65em" {{!}} Predecessor
{{#if:{{{predecessor|}}}|! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" {{!}} Predecessor
{{!}} style="line-height: 1.3;" {{!}} {{{predecessor}}}
{{!}} style="line-height: 1.3;" {{!}} {{{predecessor}}}
{{!}}-|}}
{{!}}-|}}
{{#if:{{{sequel|}}}|! style="white-space: nowrap; padding-right: 0.65em" {{!}} Sequel
{{#if:{{{sequel|}}}|! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" {{!}} Sequel
{{!}} style="line-height: 1.3;" {{!}} {{{sequel}}}
{{!}} style="line-height: 1.3;" {{!}} {{{sequel}}}
{{!}}-|}}
{{!}}-|}}
! colspan="2" style="font-size:110%; text-align: center; background-color: #eceff3;" | Gameplay Info
! colspan="2" style="font-size:110%; text-align: center; background-color: #eceff3;" | Gameplay Info
|-
|-
! style="white-space: nowrap; padding-right: 0.65em" | [[Piece preview|Next piece]]s
! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" | [[Piece preview|Next piece]]s
| style="line-height: 1.3;" | {{{preview}}}
| style="line-height: 1.3;" | {{{preview|}}}
|-
|-
! style="white-space: nowrap; padding-right: 0.65em" | [[Playfield]] dimensions
! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" | [[Playfield]] dimensions
| style="line-height: 1.3;" | {{{playfield}}}
| style="line-height: 1.3;" | {{{playfield|}}}
|-
|-
! style="white-space: nowrap; padding-right: 0.65em" | [[Hold piece]]
! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" | [[Hold piece]]
| style="line-height: 1.3;" | {{{hold}}}
| style="line-height: 1.3;" | {{{hold|}}}
|-
|-
! style="white-space: nowrap; padding-right: 0.65em" | Hard [[drop]]
! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" | Hard [[drop]]
| style="line-height: 1.3;" | {{{hard}}}
| style="line-height: 1.3;" | {{{hard|}}}
|-
|-
! style="white-space: nowrap; padding-right: 0.65em" | [[Rotation system]]
! style="white-space: nowrap; padding-right: 0.65em; vertical-align: top;" | [[Rotation system]]
| style="line-height: 1.3;" | {{{system}}}
| style="line-height: 1.3;" | {{{system|}}}
|-
|-
| style="text-align: center;"| [[image:{{{title-scrn}}}|138px]] || style="text-align: center;" | [[image:{{{ingame-scrn}}}|138px]]
{{#if: {{{title-scrn|}}}
  | {{#if: {{{ingame-scrn|}}}
      | {{!}} style="text-align: center;" {{!}} [[image:{{{title-scrn}}}{{!}}138px]] {{!}}{{!}} style="text-align: center;" {{!}} [[image:{{{ingame-scrn}}}{{!}}138px]]
      | {{!}} colspan="2" style="text-align: center;" {{!}} [[image:{{{ingame-scrn}}}{{!}}220px]]
    }}
  | {{#if: {{{ingame-scrn|}}}
      | {{!}} colspan="2" style="text-align: center;" {{!}} [[image:{{{ingame-scrn}}}{{!}}220px]]
      |
    }}
}}
|}<noinclude><pre>{{Infobox |title =  
|}<noinclude><pre>{{Infobox |title =  
|developer =  
|developer =  
Line 56: Line 65:
|system =  
|system =  
|boxart =  
|boxart =  
|caption =
|title-scrn =  
|title-scrn =  
|ingame-scrn =  
|ingame-scrn =  
}}</pre></noinclude>
}}</pre></noinclude>

Revision as of 15:52, 9 June 2019

{{{title}}}
Developer(s)
Release date(s)
Platform(s)
Gameplay Info
Next pieces
Playfield dimensions
Hold piece
Hard drop
Rotation system
{{Infobox |title = 
|developer = 
|publisher = 
|released = 
|platform = 
|preview = 
|playfield = 
|hold = 
|hard = 
|system = 
|boxart = 
|caption = 
|title-scrn = 
|ingame-scrn = 
}}