Template:Infobox series: Difference between revisions

    From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
    (Created page with "{| class="infobox" |- ! colspan="3" | '''''{{{title}}}''''' |- {{#if: {{{image|}}} | <!-- -->{{!}} colspan="3"{{!}}[[Image:{{{image}}}|250px]] }} |- {{#if: {{{genres|}}} | <!-- -->{{!}} {{!}} '''Genre(s)''' <!-- -->{{!}} colspan="2" {{!}} {{{genres}}} <!-- -->{{!-}} }} |- {{#if: {{{developers|}}} | <!-- -->{{!}} {{!}} '''Developer(s)''' <!-- -->{{!}} colspan="2" {{!}} {{{developers}}} <!-- -->{{!-}} }} |- {{#if: {{{publishers|}}} | <!-- -->{{!}} {{!}} '''Publisher(s)'''...")
     
    mNo edit summary
     
    (9 intermediate revisions by the same user not shown)
    Line 1: Line 1:
    {| class="infobox"  
    {| class="infobox" cellpadding="5" cellspacing="5" width="350px"
    |-
    ! colspan="3" | '''''{{{title}}}'''''
    |-
    |-
    {{#if: {{{image|}}} |
    {{#if: {{{image|}}} |
    <!-- -->{{!}} colspan="3"{{!}}[[Image:{{{image}}}|250px]]
    <!-- -->{{!}} colspan="3" style="text-align: center;" {{!}}[[Image:{{{image}}}|250px]]
    }}
    }}
    |-
    |-
    {{#if: {{{genres|}}} |
    {{#if: {{{genres|}}} |
    <!-- -->{{!}} {{!}} '''Genre(s)'''
    <!-- -->{{!}} style="vertical-align: top;" {{!}} '''Genre(s)'''
    <!-- -->{{!}} colspan="2" {{!}} {{{genres}}}
    <!-- -->{{!}} colspan="2" {{!}} {{{genres}}}
    <!-- -->{{!-}}
    <!-- -->{{!-}}
    Line 14: Line 12:
    |-
    |-
    {{#if: {{{developers|}}} |
    {{#if: {{{developers|}}} |
    <!-- -->{{!}} {{!}} '''Developer(s)'''
    <!-- -->{{!}} style="vertical-align: top;" {{!}} '''Developer(s)'''
    <!-- -->{{!}} colspan="2" {{!}} {{{developers}}}
    <!-- -->{{!}} colspan="2" {{!}} {{{developers}}}
    <!-- -->{{!-}}
    <!-- -->{{!-}}
    Line 20: Line 18:
    |-
    |-
    {{#if: {{{publishers|}}} |
    {{#if: {{{publishers|}}} |
    <!-- -->{{!}} {{!}} '''Publisher(s)'''
    <!-- -->{{!}} style="vertical-align: top;" {{!}} '''Publisher(s)'''
    <!-- -->{{!}} colspan="2" {{!}} {{{publishers}}}
    <!-- -->{{!}} colspan="2" {{!}} {{{publishers}}}
    }}
    }}
    |-
    |-
    {{#if: {{{creators|}}} |
    {{#if: {{{creators|}}} |
    <!-- -->{{!}} {{!}} '''Creator(s)'''
    <!-- -->{{!}} style="vertical-align: top;" {{!}} '''Creator(s)'''
    <!-- -->{{!}} colspan="2" {{!}} {{{creators}}}
    <!-- -->{{!}} colspan="2" {{!}} {{{creators}}}
    <!-- -->{{!-}}
    <!-- -->{{!-}}
    Line 31: Line 29:
    |-
    |-
    {{#if: {{{composers|}}} |
    {{#if: {{{composers|}}} |
    <!-- -->{{!}} {{!}} '''Composer(s)'''
    <!-- -->{{!}} style="vertical-align: top;" {{!}} '''Composer(s)'''
    <!-- -->{{!}} colspan="2" {{!}} {{{composers}}}
    <!-- -->{{!}} colspan="2" {{!}} {{{composers}}}
    <!-- -->{{!-}}
    <!-- -->{{!-}}
    Line 37: Line 35:
    |-
    |-
    {{#if: {{{platforms|}}} |
    {{#if: {{{platforms|}}} |
    <!-- -->{{!}} {{!}} '''Platforms'''
    <!-- -->{{!}} style="vertical-align: top;" {{!}} '''Platforms'''
    <!-- -->{{!}} colspan="2" {{!}} {{{platforms}}}
    <!-- -->{{!}} colspan="2" {{!}} {{{platforms}}}
    <!-- -->{{!-}}
    <!-- -->{{!-}}
    Line 43: Line 41:
    |-
    |-
    {{#if: {{{firstRelease|}}} |
    {{#if: {{{firstRelease|}}} |
    <!-- -->{{!}} {{!}} '''First release'''
    <!-- -->{{!}} style="vertical-align: top;" {{!}} '''First release'''
    <!-- -->{{!}} colspan="2" {{!}} {{{firstRelease}}}<br>{{{firstReleaseDate}}}
    <!-- -->{{!}} colspan="2" {{!}} ''{{{firstRelease}}}''<br>{{{firstReleaseDate}}}
    <!-- -->{{!-}}
    <!-- -->{{!-}}
    }}
    }}
    |-
    |-
    {{#if: {{{latestRelease|}}} |
    {{#if: {{{latestRelease|}}} |
    <!-- -->{{!}} {{!}} '''Latest release'''
    <!-- -->{{!}} style="vertical-align: top;" {{!}} '''Latest release'''
    <!-- -->{{!}} colspan="2" {{!}} {{{latestRelease}}}<br>{{{latestReleaseDate}}}
    <!-- -->{{!}} colspan="2" {{!}} ''{{{latestRelease}}}''<br>{{{latestReleaseDate}}}
    <!-- -->{{!-}}
    <!-- -->{{!-}}
    }}
    }}
    |}<noinclude>{{Documentation}}</noinclude>
    |}<noinclude>{{Documentation}}</noinclude>

    Latest revision as of 23:59, 27 October 2022

    About this template