Actions

Template

Difference between revisions of "InfoBox"

m (Changed the template parameter type)
m (Title fixes)
Line 2: Line 2:
 
     <table class="info-box">
 
     <table class="info-box">
 
         <tr>
 
         <tr>
             <th class="infobox-title" colspan="2" style="text-align: center; padding-top: 12px;">
+
             <th class="infobox-title">
                 <b>{{{ title }}}</b>
+
                 {{{ title| }}}
 
             </th>
 
             </th>
             {{{ infoBoxTable }}}
+
             {{{ infoBoxTable| }}}
 
         </tr>
 
         </tr>
 
     </table>
 
     </table>

Revision as of 21:34, 12 September 2020

No description.

Template parameters

ParameterDescriptionTypeStatus
Titletitle

The title of the info box

Example
Templar Order
Stringrequired
Info box templateinfoBoxTable

The template table to show in the infobox

Unbalanced wikitextrequired