Difference between revisions of "Template:PAGEHEADER"

From Vanguard Wiki
Jump to navigation Jump to search
m (capitalization fix)
(add Discord server invite link)
Line 1: Line 1:
<includeonly>{| class="wikitable" style="white-space: nowrap;" width="100%"
<includeonly>{| class="wikitable" style="white-space: nowrap;" width="100%"
| style="text-align: left;" width=45% |'''VGOPlayers''' &#9724; [https://vgoplayers.com/wiki/index.php/Main_Page Wiki] &#9724; [http://vgoplayers.com/community/ Forum]
| style="text-align: left;" width=45% |'''VGOPlayers''' &#9724; [https://vgoplayers.com/wiki/index.php/Main_Page Wiki] &#9724; [http://vgoplayers.com/community/ Forum] [https://discord.gg/Ry8d5my Discord]
| style="text-align: center;" width=10%|'''QUICKLINKS'''
| style="text-align: center;" width=10%|'''QUICKLINKS'''
| style="text-align: right;" width=45% |'''VGOEmulator''' &#9724; [https://wiki.vgoemulator.net/Docs/Main_Page Wiki] &#9724; [http://vgoemulator.net Portal] &#9724; [https://www.vgoemulator.net/index.php?p=bugs Bugs] &#9724; [https://www.vgoemulator.net/index.php?p=projman Project Manager]
| style="text-align: right;" width=45% |'''VGOEmulator''' &#9724; [https://wiki.vgoemulator.net/Docs/Main_Page Wiki] &#9724; [http://vgoemulator.net Portal] &#9724; [https://www.vgoemulator.net/index.php?p=bugs Bugs] &#9724; [https://www.vgoemulator.net/index.php?p=projman Project Manager]

Revision as of 15:10, 8 March 2020

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>