Main Page

Difference between revisions of "Template:UnitStatsList"

From Arks-Visiphone
Jump to navigation Jump to search
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
<ul class="nav">
+
<table class="table-sm table-borderless no-dark-borders unit-table-fixed">{{{1}}}</table>
<li class="nav-item dropdown">
+
<noinclude>
<span class="nav-link dropdown-toggle" data-toggle="dropdown" data-display="static" role="button" aria-haspopup="true" aria-expanded="false">Click to display stats</span>
+
 
<div class="dropdown-menu dropdown-menu-lg-right">
+
To insert it into a template or page, use the following code:
{{UnitStatsList/Body2| {{{dropdown}}}  }}
+
<pre>
</div>
+
Example:
</li>
+
{{UnitStatsList| stuff to display in a table }}
</ul>
+
</pre>
 +
 
 +
Its primary function is to use it in conjunction with [[Template:UnitStatsList/Content|UnitStatsList/Content]].
 +
</noinclude>

Latest revision as of 23:07, 9 April 2020

{{{1}}}


To insert it into a template or page, use the following code:

Example:
{{UnitStatsList| stuff to display in a table }}

Its primary function is to use it in conjunction with UnitStatsList/Content.