Template:Infobox: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
m (I'll do a test to see if any of your edits bugged the default.)
Tag: Replaced
No edit summary
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{#invoke:Infobox|infobox}}<noinclude>
<includeonly>
<!-- 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: #212121; border: 1px solid #d44d1c" align="center"
|-
!style="background:#d44d1c;" |<font color="white"><big><big>'''{{{name|{{PAGENAME}}}}}'''</big></big></font>
|-
|
<!-- BORDER AROUND THE IMAGE -->
{| border="0" cellpadding="2" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
|-
![[File:{{{Picture|none.png}}}|250px|center|]]
|-
|}<div style="align=center; text-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 #4a4a4a"
|-valign="top"
{{#if:{{{Maker|}}} |
!width=100{{!}}Maker:
!width=200{{!}}{{{Maker|''Unknown''}}}
}}
|-valign="top"
{{#if:{{{Type|}}} |
!width=100{{!}}Type:
!width=200{{!}}{{{Type|''Unknown''}}}
}}
|-valign="top"
{{#if:{{{Release date|}}} |
!width=100{{!}}Release date:
!width=200{{!}}{{{Release date|''Unknown''}}}
}}
|-
|}
<!-- END OF FIRST SECTION  -->
|}
<!-- END OF ACTUAL INFOBOX -->
|}
<!-- END OF PADDING AROUND INFOBOX -->
</includeonly>
<noinclude>
<div><pre>
{{ScreamerInfobox
|name =
|Picture =
|Quote =
|Maker = ''Unknown''
|Type = ''Unknown''
|Release date = ''Unknown''
}}
</pre></div>


{{documentation}}
==Example==
<!-- Categories go in the /doc subpage, and interwikis go in Wikidata. -->
Copying the source below...
 
<div><pre>
{{Infobox
|name = The Maze
|Picture = The_Maze.jpg
|Quote = The third level in The Maze.
|Maker = Jeremy Winterrowd
|Type = Flash game
|Release date = October 2004
}}
 
</pre></div>
 
...will result into this.
 
{|
|-
|{{Infobox
|name = The Maze
|Picture = The_Maze.jpg
|Quote = The third level in The Maze.
|Maker = Jeremy Winterrowd
|Type = Flash game
|Release date = October 2004
}}
|-
|}
<br clear=all>
 
[[Category:Templates]]
[[Category:Infobox]]
</noinclude>
</noinclude>

Revision as of 03:57, 9 August 2020


{{ScreamerInfobox
|name = 
|Picture = 
|Quote = 
|Maker = ''Unknown''
|Type = ''Unknown''
|Release date = ''Unknown''
}}

Example

Copying the source below...

{{Infobox
|name = The Maze
|Picture = The_Maze.jpg
|Quote = The third level in The Maze.
|Maker = Jeremy Winterrowd
|Type = Flash game
|Release date = October 2004
}}

...will result into this.

The Maze
The third level in The Maze.
Maker: Jeremy Winterrowd
Type: Flash game
Release date: October 2004