Difference between revisions of "Template:NavigationBox"

From BTAWiki
Jump to navigation Jump to search
Line 78: Line 78:
 
</div>
 
</div>
 
}}
 
}}
 
 
{{#if:{{{box2|}}}|
 
{{#if:{{{box2|}}}|
 
<div class="navigationbox">
 
<div class="navigationbox">
Line 158: Line 157:
 
</div>
 
</div>
 
}}
 
}}
 
 
{{#if:{{{box3|}}}|
 
{{#if:{{{box3|}}}|
 
<div class="navigationbox">
 
<div class="navigationbox">

Revision as of 23:01, 13 January 2021


Basic template to create Navigation Boxes primarily used for the "site map" on the Main Page. It creates up to 3 boxes of 33% width that house up to 10 links and descriptions each. Example below. As with other Templates I have created if you do not specify a value for a variable it will not be shown.

{{NavigationBox
|box1 = yes (delete all data for this if you want it to not be there)
|box2 = yes (delete all data for this if you want it to not be there)
|box3 = yes (delete all data for this if you want it to not be there)
|box1title = Installation & Tech Support
|box1link1 = [https://www.nexusmods.com/battletech/mods/452 <span style="color:#eeeeee;">BTA3062 Installer Download</span>]
|box1description1 = Download the installer for BTA3062 hosted on NexusMods. The installer can also install updates when they come out.
|box1link2 = [https://www.youtube.com/watch?v=cvkJpD11lHU <span style="color:#eeeeee;">BTA3062 Installation Video</span>]
|box1description2 = YouTube video created by MangaMaD that explains installation and configuration of BTA3062.
|box1link3 = [https://www.bta3062.com/index.php/Frequently_Asked_Questions <span style="color:#eeeeee;">Frequently Asked Questions</span>]
|box1description3 = Answers to common questions including installation, how to get help, game mechanics, and more.
|box1link4 =
|box1description4 = 
|box1link5 =
|box1description5 = 
|box1link6 =
|box1description6 = 
|box1link7 =
|box1description7 = 
|box1link8 =
|box1description8 = 
|box1link9 =
|box1description9 = 
|box1link10 =
|box1description10 = 
|box2title = BTA3062 Community
|box2link1 = [https://discord.com/invite/g5nCYAV <span style="color:#eeeeee;">BTA Discord</span>]
|box2description1 = The official BTA [https://discord.com Discord] server. Chat with the developers, fellow players, and get technical support.
|box3title = Game Information
|box3link1 = [https://www.bta3062.com/index.php/Feature_List <span style="color:#eeeeee;">BTA3062 Feature List</span>]
|box3description1 = BTA3062's feature set. All of the things that make BTA3062 an amazing mod!
|box3link2 = [https://www.bta3062.com/index.php/Full_List_of_Mechs <span style="color:#eeeeee;">BattleMech List</span>]
|box3description2 = A full list of all of the 'Mech chassis and variants in BTA3062, click 'Mech names to view detailed technical information.
|box3link3 = [https://www.bta3062.com/index.php/Weapons <span style="color:#eeeeee;">Weapons List</span>]
|box3description3 = A full list of all of the Weapons available in BTA3062 with detailed technical information
|box3link4 = [https://www.bta3062.com/index.php/Ammunition <span style="color:#eeeeee;">Ammunition List</span>]
|box3description4 = A complete list of ammo types available in BTA3062. Many weapons have specialty ammo to fit your specific need.
}}