Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CharLinks: Difference between revisions

Template page
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* -----------------------------------------------------------------------------
Special Thanks to Dustloop Wiki for the template
----------------------------------------------------------------------------- */

<div class="plainlinks" style="display: flex;justify-content: center;align-items:center;flex-wrap: wrap; font-size:1.25em;">[[{{{charMainPage}}}|<div class="char-btn addShadow" style="font-color:white">Overview</div>]] [[{{{charMainPage}}}/Strategy|<div class="char-btn addShadow" style="font-color:white">Strategy/Counter Strategy</div>]] [[{{{charMainPage}}}/Techniques|<div class="char-btn addShadow" style="font-color:white">Tech</div>]] {{#if:{{{matchups|}}}| [[{{{charMainPage}}}/Matchups|<div class="char-btn addShadow" style="font-color:white">Matchups</div>]]}} [[{{{charMainPage}}}/Resources|<div class="char-btn addShadow" style="font-color:white">Resources</div>]] {{#if:{{{videos|}}}| [{{{videos}}} <div class="char-btn addShadow" style="font-color:white">Videos</div>]}}{{#if:{{{discord|}}}| [{{{discord}}} <div class="char-btn addShadow" style="font-color:white">Discord</div>]}}{{#if:{{{twitter|}}}| [https://twitter.com/search?q=%23{{{twitter}}} <div class="char-btn addShadow" style="font-color:white">#{{{twitter}}}</div>]}} [[{{{charMainPage}}}/Advanced Stats|<div class="char-btn addShadow" style="font-color:white">Advanced Stats</div>]]</div>
<div class="plainlinks" style="display: flex;justify-content: center;align-items:center;flex-wrap: wrap; font-size:1.25em;">[[{{{charMainPage}}}|<div class="char-btn addShadow" style="font-color:white">Overview</div>]] [[{{{charMainPage}}}/Strategy|<div class="char-btn addShadow" style="font-color:white">Strategy/Counter Strategy</div>]] [[{{{charMainPage}}}/Techniques|<div class="char-btn addShadow" style="font-color:white">Tech</div>]] {{#if:{{{matchups|}}}| [[{{{charMainPage}}}/Matchups|<div class="char-btn addShadow" style="font-color:white">Matchups</div>]]}} [[{{{charMainPage}}}/Resources|<div class="char-btn addShadow" style="font-color:white">Resources</div>]] {{#if:{{{videos|}}}| [{{{videos}}} <div class="char-btn addShadow" style="font-color:white">Videos</div>]}}{{#if:{{{discord|}}}| [{{{discord}}} <div class="char-btn addShadow" style="font-color:white">Discord</div>]}}{{#if:{{{twitter|}}}| [https://twitter.com/search?q=%23{{{twitter}}} <div class="char-btn addShadow" style="font-color:white">#{{{twitter}}}</div>]}} [[{{{charMainPage}}}/Advanced Stats|<div class="char-btn addShadow" style="font-color:white">Advanced Stats</div>]]</div>

<noinclude>
<noinclude>

==Usage==
Creates big images as links to various character links. See example for Donkey Kong below. Works with links within the Dragdown wiki link as well as foreign links to anywhere else on the web. Assumes that strategy/tech/resources are all subpages of the character's main page
;charMainPage
:link to character's overview page. Used to build links to all of the sub pages (like strategy, tech, etc).
:For example when <code>charMainPage=Donkey Kong</code> will assume that his combos page is <code>Donkey Kong/Strategy</code>.
;matchups
:links to matchups page. if left blank, no matchups button will appear
;videos
:link to videos page. if left blank, no videos button will appear
;discord
:link to character discord. if left blank, no discord button will appear
;twitter
:hashtag to link to relevant Twitter feed, omitting the # symbol. if left blank, no videos link will appear

</noinclude>

Revision as of 06:57, 28 July 2022

/* -----------------------------------------------------------------------------

                  Special Thanks to Dustloop Wiki for the template

*/


Usage

Creates big images as links to various character links. See example for Donkey Kong below. Works with links within the Dragdown wiki link as well as foreign links to anywhere else on the web. Assumes that strategy/tech/resources are all subpages of the character's main page

charMainPage
link to character's overview page. Used to build links to all of the sub pages (like strategy, tech, etc).
For example when charMainPage=Donkey Kong will assume that his combos page is Donkey Kong/Strategy.
matchups
links to matchups page. if left blank, no matchups button will appear
videos
link to videos page. if left blank, no videos button will appear
discord
link to character discord. if left blank, no discord button will appear
twitter
hashtag to link to relevant Twitter feed, omitting the # symbol. if left blank, no videos link will appear


Cookies help us deliver our services. By using our services, you agree to our use of cookies.