Emails are down for the screamer forums. However, if you don't appear to be an offsite raider or brigader, your account has been approved.

Permanently protected template

Template:Infobox: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
No edit summary
let's test this out
 
(39 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<includeonly>
<onlyinclude><infobox>
<font color=white>
<title source="title">
<!-- START OF PADDING AROUND INFO BOX -->
<default>{{PAGENAME}}</default>
{| border="0" cellpadding="20" width= "320px" style="float: right;"
</title>
|-
<image source="image">
|
<default>NoImageAvailable.png</default>
<!-- START OF ACTUAL INFO BOX -->
<caption source="imagecaption"/>
{| border="0" cellpadding="2" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
</image>
|-
<group>
!style="background:#d44d1c;" |<font color="white" style="font-size:120%">'''{{{name|{{PAGENAME}}}}}'''</font>
<header>About This Screamer</header>
|-
<data source="maker">
|
<label>Maker</label>
<!-- BORDER AROUND THE IMAGE -->
<default>Unknown</default>
{| border="0" cellpadding="1" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
</data>
|-
<data source="type">
![[File:{{{Picture|none.png}}}|285px|center|]]
<label>Type</label>
|-
<default>Unknown</default>
|}<div style="align=center; text-align:center">{{#if:{{{Quote|}}}|{{{Quote|}}}}}</div>
</data>
<!-- END OF BORDER AROUND IMAGE -->
<data source="date">
|-
<label>Release date</label>
|
<default>Unknown</default>
{| border="0" cellpadding="2" cellspacing="1" style="text-align:left; background: none; border-top:1px solid #4a4a4a"
</data>
|-valign="top"
</group>
{{#if:{{{Maker|}}} |
<group layout="horizontal">
!width=100{{!}}Maker:
<header>Order</header>
!width=200{{!}}{{{Maker|''Unknown''}}}
<data source="previous">
}}
<label>Previous</label>
|-valign="top"
</data>
{{#if:{{{Type|}}} |
<data source="next">
!width=100{{!}}Type:
<label>Next</label>
!width=200{{!}}{{{Type|''Unknown''}}}
</data>
}}
</group>
|-valign="top"
</infobox></onlyinclude><noinclude>
{{#if:{{{Release date|}}} |
<br style="clear:both;"/>
!width=100{{!}}Release date:
{{documentation}}
!width=200{{!}}{{{Release date|''Unknown''}}}
}}
|-
|}
<!-- END OF FIRST SECTION  -->
|}
<!-- END OF ACTUAL INFOBOX -->
|}
<!-- END OF PADDING AROUND INFOBOX -->
</font>
</includeonly>
<noinclude>
<div><pre>
{{Infobox
|name =  
|Picture =
|Quote =
|Maker = ''Unknown''
|Type = ''Unknown''
|Release date = ''Unknown''
}}
</pre></div>
 
==Example==
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>
{{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.
}}
 
</pre></div>
 
Results in the following (normally aligned on the right of the screen):
 
{|
|-
|{{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.
}}
|-
|}
<br clear=all>
 
[[Category:Templates]]
[[Category:Infobox]]
</noinclude>
</noinclude>

Latest revision as of 23:13, 11 August 2025