Template:BotanyBox: Difference between revisions
>Rhz changed the image layout to one more similar to wikipedia's |
>White RowValues class added to rows |
||
(22 intermediate revisions by 2 users not shown) | |||
Line 29: | Line 29: | ||
<tr> | <tr> | ||
<th class="RowHeader">Kingdom</th> | <th class="RowHeader">Kingdom</th> | ||
<td>''{{{NameTaxonomy̜Kingdom}}}''</td> | <td class="RowValues">''{{{NameTaxonomy̜Kingdom}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
{{#if: {{{ | {{#if: {{{NameTaxonomyPhylum|}}} | | ||
<tr> | |||
<th class="RowHeader">Phylum</th> | |||
<td class="RowValues">''{{{NameTaxonomyPhylum}}}''</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{NameTaxonomyClass|}}} | | |||
<tr> | |||
<th class="RowHeader">Class</th> | |||
<td class="RowValues">''{{{NameTaxonomyClass}}}''</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{NameTaxonomyUnranked1|}}} | | |||
<tr> | <tr> | ||
<th class="RowHeader">Unranked</th> | <th class="RowHeader">Unranked</th> | ||
<td>''{{{ | <td class="RowValues">''{{{NameTaxonomyUnranked1}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
{{#if: {{{NameTaxonomyUnranked2|}}} | | {{#if: {{{NameTaxonomyUnranked2|}}} | | ||
<tr> | <tr> | ||
<th class="RowHeader">Unranked</th> | <th class="RowHeader">Unranked</th> | ||
<td>''{{{NameTaxonomyUnranked2}}}''</td> | <td class="RowValues">''{{{NameTaxonomyUnranked2}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
Line 47: | Line 59: | ||
<tr> | <tr> | ||
<th class="RowHeader">Unranked</th> | <th class="RowHeader">Unranked</th> | ||
<td>''{{{NameTaxonomyUnranked3}}}''</td> | <td class="RowValues">''{{{NameTaxonomyUnranked3}}}''</td> | ||
</tr> | |||
|}} | |||
{{#if: {{{NameTaxonomyUnranked4|}}} | | |||
<tr> | |||
<th class="RowHeader">Unranked</th> | |||
<td class="RowValues">''{{{NameTaxonomyUnranked4}}}''</td> | |||
</tr> | </tr> | ||
|}} | |}} | ||
Line 53: | Line 71: | ||
<tr> | <tr> | ||
<th class="RowHeader">Order</th> | <th class="RowHeader">Order</th> | ||
<td>''{{{NameTaxonomyOrder}}}''</td> | <td class="RowValues">''{{{NameTaxonomyOrder}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
Line 59: | Line 77: | ||
<tr> | <tr> | ||
<th class="RowHeader">Family</th> | <th class="RowHeader">Family</th> | ||
<td>''{{{NameTaxonomyFamily}}}''</td> | <td class="RowValues">''{{{NameTaxonomyFamily}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
Line 65: | Line 83: | ||
<tr> | <tr> | ||
<th class="RowHeader">Genus</th> | <th class="RowHeader">Genus</th> | ||
<td>''{{{NameTaxonomyGenus}}}''</td> | <td class="RowValues">''{{{NameTaxonomyGenus}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
Line 71: | Line 89: | ||
<tr> | <tr> | ||
<th class="RowHeader">Species</th> | <th class="RowHeader">Species</th> | ||
<td>''{{{NameTaxonomySpecies}}}''</td> | <td class="RowValues">''{{{NameTaxonomySpecies}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
Line 79: | Line 97: | ||
<!-- Common naming Convention --> | <!-- Common naming Convention --> | ||
{{#ifeq: {{{ModuleCommonNomenclature}}} | true | | {{#ifeq: {{{ModuleCommonNomenclature}}} | true | | ||
<tr> | <tr> | ||
<th id="CommonNomenclature" class="SubHeader1" colspan="2">Common nomenclature</th> | <th id="CommonNomenclature" class="SubHeader1" colspan="2">Common nomenclature</th> | ||
</tr> | </tr> | ||
{{#if: {{{Synonyms|}}} | | |||
<tr> | |||
<th class="RowHeader">Synonyms</th> | |||
<td class="RowValues">''{{{Synonyms}}}''</td> | |||
</tr> | |||
|}} | |||
{{#if: {{{NamesCommon|}}} | | {{#if: {{{NamesCommon|}}} | | ||
<tr> | <tr> | ||
<th class="RowHeader">Common names</th> | <th class="RowHeader">Common names</th> | ||
<td>''{{{NamesCommon}}}''</td> | <td class="RowValues">''{{{NamesCommon}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
|}} | |}} | ||
Line 103: | Line 124: | ||
<tr> | <tr> | ||
<th id="AtiveConstituents" class="SubHeader1">Active constituents</th> | <th id="AtiveConstituents" class="SubHeader1">Active constituents</th> | ||
<td>''{{{ActiveConstituents}}}''</td> | <td class="RowValues">''{{{ActiveConstituents}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} | ||
Line 114: | Line 135: | ||
<tr> | <tr> | ||
<th id="InactiveConstituents" class="SubHeader1">Inactive constituents</th> | <th id="InactiveConstituents" class="SubHeader1">Inactive constituents</th> | ||
<td>''{{{InactiveConstituents}}}''</td> | <td class="RowValues">''{{{InactiveConstituents}}}''</td> | ||
</tr> | </tr> | ||
|}} | |}} |