Permanently protected template

Template:Infobox: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
No edit summary
(this will do it.)
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>
<onlyinclude><infobox>
<!-- START OF PADDING AROUND INFO BOX -->
<title source="title"><default><font face="Rubik" style="font-weight:bold">'''{{PAGENAME}}'''</font></default></title>
{| border="0" cellpadding="20" width= "320px" style="float: right;"
<image source="image"><caption source="imagecaption"/></image>
|-
<group>
|
<header><font face=Rubik>'''About this Screamer'''</font></header>
<!-- START OF ACTUAL INFO BOX -->
<data source="maker"><label><font face=Rubik>Maker</font></label><default><font face=Rubik>''Unknown''</font></default></data>
{| border="0" cellpadding="2" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
<data source="type"><label><font face=Rubik>Type</font></label><default><font face=Rubik>''Unknown''</font></default></data>
|-
<data source="date"><label><font face=Rubik>Release date</font></label><default><font face=Rubik>''Unknown''</font></default></data>
!style="background:#d44d1c;" |<font color="white" style="font-size:120%">'''{{{name|{{PAGENAME}}}}}'''</font>
</group>
|-
<group layout="horizontal">
|
<header><font face=Rubik>Order</font></header>
<!-- BORDER AROUND THE IMAGE -->
<data source="previous"><label><font face=Rubik>Previous</font></label></data>
{| border="0" cellpadding="1" cellspacing="0" style="background: #212121; border: 1px solid #d44d1c" align="center"
<data source="next"><label><font face=Rubik>Next</font></label></data>
|-
</group>
![[File:{{{Picture|none.png}}}|300px|center|]]
</infobox></onlyinclude><noinclude><br style="clear:both;"/>
|-
{{documentation}}</noinclude>
|}<div style="align=center; text-align:center; font-size:95%">{{#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 -->
</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>

Revision as of 22:50, 13 May 2021