Template:PAGEHEADER

From Vanguard Wiki
Revision as of 10:34, 22 February 2020 by Drauku (talk | contribs) (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.
{{ Page Header | 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.bg-wiki.com/bg/{{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.bg-wiki.com/bg/{{PAGENAME}}}}|frame|{{PAGENAME}}{{#if:{{{Caption|}}}|<br>{{{Caption}}}|}}]]}}<div style="float:right; clear:both; margin-left:0.5em;">__TOC__</div></includeonly>