Template:Infobox: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
No edit summary
(Undo revision 47999 by SkyBlueCat (talk))
Tag: Undo
(13 intermediate revisions by 3 users not shown)
Line 7: Line 7:
{| border="0" cellpadding="2" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
{| 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>
!style="background:#d44d1c;" |<font color="white" style="font-size:120%">'''{{{name|{{PAGENAME}}}}}'''</font>
|-
|-
|
|
<!-- BORDER AROUND THE IMAGE -->
<!-- BORDER AROUND THE IMAGE -->
{| border="0" cellpadding="2" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
{| border="0" cellpadding="1" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
|-
|-
![[File:{{{Picture|none.png}}}|250px|center|]]
![[File:{{{Picture|none.png}}}|290px|center|]]
|-
|-
|}<div style="align=center; text-align:center">{{#if:{{{Quote|}}}|{{{Quote|}}}}}</div>
|}<div style="align=center; text-align:center; font-size:95%">{{#if:{{{Quote|}}}|{{{Quote|}}}}}</div>
<!-- END OF BORDER AROUND IMAGE -->
<!-- END OF BORDER AROUND IMAGE -->
|-
|-
Line 34: Line 34:
!width=100{{!}}Release date:
!width=100{{!}}Release date:
!width=200{{!}}{{{Release date|''Unknown''}}}
!width=200{{!}}{{{Release date|''Unknown''}}}
}}
|-valign="top"
{{#if:{{{Release date|}}} |
!width=100{{!}}Status:
!width=200{{!}}{{{Status|'''Unknown'''}}}
}}
|-valign="top"
{{#if:{{{Release date|}}} |
!width=100{{!}}Alternative Names:
!width=200{{!}}{{{AN|'''The Maze 1, The Maze 2'''}}}
}}
}}
|-
|-
Line 52: Line 42:
|}
|}
<!-- END OF PADDING AROUND INFOBOX -->
<!-- END OF PADDING AROUND INFOBOX -->
</font>
</includeonly>
</includeonly>
<noinclude>
<noinclude>
<div><pre>
<div><pre>
{{ScreamerInfobox
{{Infobox
|name =  
|name =  
|Picture =  
|Picture =  
Line 62: Line 53:
|Type = ''Unknown''
|Type = ''Unknown''
|Release date = ''Unknown''
|Release date = ''Unknown''
|Status = ''Unknown''
|AN = ''Something, Something''
}}
}}
</pre></div>
</pre></div>


==Example==
==Example==
Copying the source below...
Notes: Use the operator <br> in source mode to add linebreaks within the table. Sections left blank will not be displayed. The title that appears at the top of the infobox will be the same as the name of the page it is on. Note that the picture field requires the extension (.jpg, .jpeg, .png) to be present, and requires that the File: or Image: part of the link not be present.
 
Using the following:


<div><pre>
<div><pre>
Line 74: Line 65:
|name = The Maze
|name = The Maze
|Picture = The_Maze.jpg
|Picture = The_Maze.jpg
|Quote = The third level in The Maze.
|Maker = Jeremy Winterrowd
|Maker = Jeremy Winterrowd
|Type = Flash game
|Type = Flash game
|Release date = October 2004
|Release date = October 2004
|Quote = The third level in The Maze.
}}
}}


</pre></div>
</pre></div>


...will result into this.
Results in the following (normally aligned on the right of the screen):


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

Revision as of 19:39, 1 April 2021


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

Example

Notes: Use the operator
in source mode to add linebreaks within the table. Sections left blank will not be displayed. The title that appears at the top of the infobox will be the same as the name of the page it is on. Note that the picture field requires the extension (.jpg, .jpeg, .png) to be present, and requires that the File: or Image: part of the link not be present.

Using the following:

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

Results in the following (normally aligned on the right of the screen):

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