Template:Infobox: Difference between revisions
From Screamer Wiki
Dragomaniaco (talk | contribs) m (I'll do a test to see if any of your edits bugged the default.) Tag: Replaced |
Dragomaniaco (talk | contribs) m (Am I right. Now extra little tests to see where the bug attacked.) |
||
Line 1: | Line 1: | ||
{{# | <includeonly> | ||
<br clear=all> | |||
{{ | <!-- START OF PADDING AROUND INFO BOX --> | ||
<!-- | {| border="0" cellpadding="20" width= "320px" style="float: right;" | ||
|- | |||
| | |||
<!-- START OF ACTUAL INFO BOX --> | |||
{| border="0" cellpadding="2" cellspacing="0" style="background: whitesmoke; border: 1px solid #d95e1c" align="center" | |||
|- | |||
!style="background:#2447a6;" |'''{{{name|{{PAGENAME}}}}}''' | |||
|- | |||
| | |||
<!-- BORDER AROUND THE IMAGE --> | |||
{| border="0" cellpadding="2" cellspacing="0" style="background: black; border: 1px solid #d95e1c" align="center" | |||
|- | |||
![[File:{{{Picture|none.png}}}|250px|center|]] | |||
|- | |||
|}<div style= align="center">{{#if:{{{Quote|}}}|{{{Quote|}}}}}</div> | |||
<!-- END OF BORDER AROUND IMAGE --> | |||
|- | |||
| | |||
{| border="0" cellpadding="2" cellspacing="1" style="text-align:left; background: none; border-top:1px solid #d95e1c" | |||
|-valign="top" | |||
{{#if:{{{Maker|}}} | | |||
!width=100{{!}}Maker: | |||
!width=200{{!}}{{{Maker|''Unknown''}}} | |||
}} | |||
|-valign="top" | |||
{{#if:{{{Type|}}} | | |||
!width=100{{!}}Type: | |||
!width=200{{!}}{{{Type|}}} | |||
}} | |||
|-valign="top" | |||
{{#if:{{{Language|}}} | | |||
!width=100{{!}}Language: | |||
!width=200{{!}}{{{Language|}}} | |||
}} | |||
|-valign="top" | |||
{{#if:{{{Length|}}} | | |||
!width=100{{!}}Length: | |||
!width=200{{!}}{{{Length|}}} | |||
}} | |||
|-valign="top" | |||
{{#if:{{{Country|}}} | | |||
!width=100{{!}}Country: | |||
!width=200{{!}}{{{Country|}}} | |||
}} | |||
|-valign="top" | |||
{{#if:{{{Release Date|}}} | | |||
!width=100{{!}}Release Date: | |||
!width=200{{!}}{{{Release Date|}}} | | |||
}} | |||
|- | |||
|} | |||
<!-- END OF FIRST SECTION --> | |||
|} | |||
<!-- END OF ACTUAL INFOBOX --> | |||
|} | |||
<!-- END OF PADDING AROUND INFOBOX --> | |||
</includeonly> | |||
<noinclude> | |||
<div><pre> | |||
{{Infobox | |||
|title = | |||
|image = | |||
|imagecaption = | |||
|maker = ''Unknown'' | |||
|type = | |||
|language = | |||
|length = | |||
|country = ''Unknown'' | |||
|date = | |||
}} | |||
</pre></div> | |||
[[Category:Templates]] | |||
[[Category:Infobox]] | |||
</noinclude> | </noinclude> |
Revision as of 05:03, 17 October 2019
{{Infobox |title = |image = |imagecaption = |maker = ''Unknown'' |type = |language = |length = |country = ''Unknown'' |date = }}