Template:Game infobox: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
/*
{| style="background: #000000; width: 22em; margin: 0 auto; float: right; clear: right;"
Madness combat game infobox styles
!colspan="2" style="background:#FF4753" | ''{{#if: {{{Title=|}}}|{{{Title}}}|{{PAGENAME}}}}''
*/
|-
| colspan="2" align="center" style = "font-size: 90%" |{{#if: {{{image|}}} |{{{image}}}}} <br>{{#if:{{{caption|}}}|{{{caption}}}}}
|- style="vertical-align: top;"
|{{#if: {{{Artist|}}}|{{!}}'''Artist(s):'''{{!!}}{{{Artist}}}}}
|- style="vertical-align: top;"
|{{#if: {{{Programming|}}}|{{!}}'''Programming:'''{{!!}}{{{Programming}}}}}
|- style="vertical-align: top;"
{{#if: {{{Music|}}}|{{!}}'''Music:'''{{!!}}{{{Music}}}}}
|- style="vertical-align: top;"
{{#if: {{{Version|}}}|{{!}}'''Current version:'''{{!!}}{{{Version}}}}}
|- style="vertical-align: top;"
{{#if: {{{Date|}}}|{{!}}'''Release date(s):'''{{!!}}{{{Date}}}}}
|- style="vertical-align: top;"
{{#if: {{{Genre|}}}|{{!}}'''Genre(s):'''{{!!}}{{{Genre}}}}}
|- style="vertical-align: top;"
{{#if: {{{Links|}}}|{{!}}colspan="2" align="center" style="background:#FF4753" {{!}} '''External links'''
{{!}}-
{{!}} colspan="2"{{!}}
{{{Links}}}
}}
|}<noinclude><br clear="{{{1|all}}}">


.tpl\:infobox{
==Usage==
border-radius: 8px;
Copy and paste the following code:
margin: 0 0 0 20px !important;
<pre>
}
{{Game infobox
| Title =
| image =
| caption =
| Artist =
| Programming =
| Music =
| Version =
| Date =
| Genre =
| Links =
}}
</pre>


.tpl\:infobox > tbody > tr{
<br clear="{{{1|all}}}">
overflow: hidden;
 
}
'''Note: Leave blank if information is missing or not applicable.'''
.tpl\:infobox > tbody > tr:first-child > *{
 
border-radius: 4px 4px 0 0;
[[Category:Templates|{{PAGENAME}}]]</noinclude>
}
.tpl\:infobox > tbody > tr:last-child > *{
border-radius: 0 0 4px 4px;
}

Revision as of 18:56, 2 November 2022

Game infobox


Usage

Copy and paste the following code:

{{Game infobox
| Title = 
| image = 
| caption = 
| Artist = 
| Programming = 
| Music = 
| Version = 
| Date = 
| Genre = 
| Links = 
}}


Note: Leave blank if information is missing or not applicable.