Template:PAGEHEADER

From Vanguard Wiki
Revision as of 17:53, 22 February 2020 by Drauku (talk | contribs) (fixed template example typo)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
PAGEHEADER

Template Description

  • This template inserts a picture with the same name as the Page Title, and a TOC underneath that picture.

Template Usage

  • Can be used on any page by inserting the code block below at the top of the page.
{{ PAGEHEADER | Image = myimagename.png | Caption = Caption Text | Size = 400 | URL = http://mypage.org/myitemlink }}
or
{{PAGEHEADER
 | Image   = myimagename.png
 | Caption = Caption Text
 | Size    = 400
 | URL     = http://mypage.net/myitemlink
}}
or
{{PAGEHEADER}}
  • You can change the name of the image file if necessary, otherwise it will use 'pagename'+'.png' and try to display an image with that name.
  • If "URL" field is blank, the image will automatically link to https://www.vgoplayers.com/wiki/index.php/{{PAGENAME}}

Wikicode

<includeonly>{{#ifeq:{{lc:{{{Image}}}}}|none||[[File:{{#if:{{{Image|}}}|{{{Image}}}|{{PAGENAME}}.png}}|thumb|{{#if:{{{Size|}}}|{{{Size}}}px|250px}}|{{#if:{{{URL|}}}|link={{{URL}}}|link=https://www.vgoplayers.com/wiki/index.php/{{PAGENAME}}}}|frame|{{PAGENAME}}{{#if:{{{Caption|}}}|<br>{{{Caption}}}|}}]]}}<div style="float:right; clear:both; margin-left:0.5em;">__TOC__</div></includeonly>