Template:Infobox: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
(Forbidden!!!)
No edit summary
Line 56: Line 56:


==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 70: Line 72:
</pre></div>
</pre></div>


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


{|
{|

Revision as of 03:27, 18 December 2020


{{ScreamerInfobox
|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
|Quote = The third level in The Maze.
|Maker = Jeremy Winterrowd
|Type = Flash game
|Release date = October 2004
}}

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