Template:BotanyBox: Difference between revisions

>White
No edit summary
>White
RowValues class added to rows
 
(4 intermediate revisions by the same user 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>
         |}}
         |}}
Line 35: Line 35:
                 <tr>
                 <tr>
                         <th class="RowHeader">Phylum</th>
                         <th class="RowHeader">Phylum</th>
                         <td>''{{{NameTaxonomyPhylum}}}''</td>
                         <td class="RowValues">''{{{NameTaxonomyPhylum}}}''</td>
                 </tr>
                 </tr>
         |}}
         |}}
Line 41: Line 41:
                 <tr>
                 <tr>
                         <th class="RowHeader">Class</th>
                         <th class="RowHeader">Class</th>
                         <td>''{{{NameTaxonomyClass}}}''</td>
                         <td class="RowValues">''{{{NameTaxonomyClass}}}''</td>
                 </tr>
                 </tr>
         |}}
         |}}
Line 47: Line 47:
                 <tr>
                 <tr>
                         <th class="RowHeader">Unranked</th>
                         <th class="RowHeader">Unranked</th>
                         <td>''{{{NameTaxonomyUnranked1}}}''</td>
                         <td class="RowValues">''{{{NameTaxonomyUnranked1}}}''</td>
                 </tr>
                 </tr>
         |}}
         |}}
Line 53: Line 53:
                 <tr>
                 <tr>
                         <th class="RowHeader">Unranked</th>
                         <th class="RowHeader">Unranked</th>
                         <td>''{{{NameTaxonomyUnranked2}}}''</td>
                         <td class="RowValues">''{{{NameTaxonomyUnranked2}}}''</td>
                 </tr>
                 </tr>
         |}}
         |}}
Line 59: Line 59:
                 <tr>
                 <tr>
                         <th class="RowHeader">Unranked</th>
                         <th class="RowHeader">Unranked</th>
                         <td>''{{{NameTaxonomyUnranked3}}}''</td>
                         <td class="RowValues">''{{{NameTaxonomyUnranked3}}}''</td>
                 </tr>
                 </tr>
         |}}
         |}}
Line 65: Line 65:
                 <tr>
                 <tr>
                         <th class="RowHeader">Unranked</th>
                         <th class="RowHeader">Unranked</th>
                         <td>''{{{NameTaxonomyUnranked4}}}''</td>
                         <td class="RowValues">''{{{NameTaxonomyUnranked4}}}''</td>
                 </tr>
                 </tr>
         |}}
         |}}
Line 71: 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 77: 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 83: 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 89: 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 97: 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|}}} |
         {{#if: {{{NamesCommon|}}} |
                 <tr>
                 <tr>
                         <th class="RowHeader">Common names</th>
                         <th class="RowHeader">Synonyms</th>
                         <td>''{{{NamesCommon}}}''</td>
                         <td class="RowValues">''{{{Synonyms}}}''</td>
                 </tr>
                 </tr>
         |}}
         |}}
         {{#if: {{{Origin|}}} |
         {{#if: {{{NamesCommon|}}} |
                 <tr>
                 <tr>
                         <th class="RowHeader">Origin</th>
                         <th class="RowHeader">Common names</th>
                         <td>''{{{Origin}}}''</td>
                         <td class="RowValues">''{{{NamesCommon}}}''</td>
                </tr>
        |}}
        {{#if: {{{Habitat|}}} |
                <tr>
                        <th class="RowHeader">Habitat</th>
                        <td>{{{Habitat}}}</td>
                 </tr>
                 </tr>
         |}}
         |}}
     |}}
     |}}


Line 134: 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 145: 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>
         |}}
         |}}
Line 151: Line 141:
     |}}
     |}}


    <!-- Growing conditions -->
    {{#ifeq: {{{ModuleGrowingConditions}}} | true |
        <tr>
            <th id="CommonNomenclature" class="SubHeader1" colspan="2">Growing conditions</th>
        </tr>
        {{#if: {{{Light|}}} |
                <tr>
                        <th class="RowHeader">Light [[file:Ancient-HappyFaceSun.png|70px|link=|alt=]]</th>
                        <td>{{{Light}}}</td>
                </tr>
        |}}
        {{#if: {{{Watering|}}} |
                <tr>
                        <th class="RowHeader">Watering [[file:WateringCanIcon.png|70px|link=|alt=]]</th>
                        <td>{{{Watering}}}</td>
                </tr>
        |}}
    |}}
</table><noinclude>{{documentation}}<!-- Add categories and interwikis to the /doc sub-page --></noinclude>
</table><noinclude>{{documentation}}<!-- Add categories and interwikis to the /doc sub-page --></noinclude>