Difference between revisions of "Template:NavigationBox"

From BTAWiki
Jump to navigation Jump to search
(Created page with "{{#if:{{{box1|}}}| <div class="navigationbox"> <table> <tr> <td class="boxtitle">{{{box1title}}}</td> </tr> {{#if:{{{box1link1|}}}| <tr> <th>{{{bo...")
 
Line 3: Line 3:
 
<table>
 
<table>
 
<tr>
 
<tr>
<td class="boxtitle">{{{box1title}}}</td>
+
<td class="boxtitle" colspan="2">{{{box1title}}}</td>
 
</tr>
 
</tr>
 
 

Revision as of 22: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 BTA3062 Installer Download]
|box1description1 = Download the installer for BTA3062 hosted on NexusMods
|box1link2 = [https://www.youtube.com/watch?v=cvkJpD11lHU BTA3062 Installation Video]
|box1description2 = YouTube video by MangaMaD that explains installation and configuration of BTA3062
|box1link3 = 
|box1description3 = 
|box1link4 =
|box1description4 = 
|box1link5 =
|box1description5 = 
|box1link6 =
|box1description6 = 
|box1link7 =
|box1description7 = 
|box1link8 =
|box1description8 = 
|box1link9 =
|box1description9 = 
|box1link10 =
|box1description10 = 

[https://www.bta3062.com/index.php/Full_List_of_Mechs 'Mech List]
}}