Template:PAGEHEADER

From Vanguard Wiki
Revision as of 15:10, 8 March 2020 by Drauku (talk | contribs) (add Discord server invite link)
Jump to navigation Jump to search
VGOPlayersWikiForum Discord QUICKLINKS VGOEmulatorWikiPortalBugsProject Manager
Vanguard logo 041106.jpg

Template Description

  • This template inserts a quicklinks bar, a picture with the name 'PAGENAME.png' 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 = Imagename.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><div style="border:0; margin: 0.2em 0px 0px;">
<div style="background:#f9f9f9; padding:4px; border:1px solid #aaaaaa; margin-bottom:5px;">
'''QUICKLINKS''' ◼ [[Main_Page|VGOPlayers Wiki]] ◼ [http://vgoplayers.com/community/ VGOPlayers Forum] ◼ [http://vgoemulator.net VGOE Portal] ◼ [https://www.vgoemulator.net/index.php?p=bugs VGOE Bugs] ◼ [https://www.vgoemulator.net/index.php?p=projman VGOE Status] ◼ 
</div>
</div>
{{#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>