Template:Infobox plant: Difference between revisions

From IndicWiki Sandbox
Created page with "<includeonly> {| class="infobox biota" style="width:22em; font-size:88%; line-height:1.35em;" |- ! colspan="2" style="text-align:center; font-size:125%;" | {{{name|{{PAGENAME}}}}} {{#if:{{{image|}}}| |- | colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px|alt={{{name|{{PAGENAME}}}}}]] }} {{#if:{{{image_caption|}}}| |- | colspan="2" style="text-align:center;" | {{{image_caption}}} }} |- ! colspan="2" style="text-align:center;" | Scientific classification..."
 
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>{| class="infobox biota" style="width:22em; font-size:88%; line-height:1.35em; border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 0.2em;"
{| class="infobox biota" style="width:22em; font-size:88%; line-height:1.35em;"
|-
|-
! colspan="2" style="text-align:center; font-size:125%;" | {{{name|{{PAGENAME}}}}}
! colspan="2" style="text-align:center; font-size:125%; background-color: #d1e7dd;" | {{{name|{{PAGENAME}}}}}


{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
|-
|-
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px|alt={{{name|{{PAGENAME}}}}}]]
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px|alt={{{alt|{{{name|{{PAGENAME}}}}}}}}]]
}}
}}


{{#if:{{{image_caption|}}}|
{{#if:{{{image_caption|{{{caption|}}}}}}|
|-
|-
| colspan="2" style="text-align:center;" | {{{image_caption}}}
| colspan="2" style="text-align:center; font-size:90%;" | {{{image_caption|{{{caption}}}}}}
}}
}}


{{#if:{{{status|}}}|
|-
|-
! colspan="2" style="text-align:center;" | Scientific classification
! colspan="2" style="text-align:center; background-color: #e2e3e5;" | Conservation status
|-
| colspan="2" style="text-align:center;" | {{{status}}}
}}


{{#if:{{{regnum|}}}|
{{#if:{{{regnum|{{{kingdom|}}}}}}|
|-
! colspan="2" style="text-align:center; background-color: #d1e7dd;" | Scientific classification
|-
|-
| Kingdom:
| Kingdom:
| {{{regnum}}}
| {{{regnum|{{{kingdom}}}}}}
}}
 
{{#if:{{{division|}}}|
|-
| Division:
| {{{division}}}
}}
 
{{#if:{{{classis|}}}|
|-
| Class:
| {{{classis}}}
}}
}}


Line 67: Line 84:
{{#if:{{{binomial|}}}|
{{#if:{{{binomial|}}}|
|-
|-
! colspan="2" style="text-align:center;" | Binomial name
! colspan="2" style="text-align:center; background-color: #d1e7dd;" | Binomial name
|-
|-
| colspan="2" style="text-align:center;" | ''{{{binomial}}}''<br />{{{binomial_authority|}}}
| colspan="2" style="text-align:center;" | ''{{{binomial}}}''<br />{{{binomial_authority|}}}
Line 74: Line 91:
{{#if:{{{synonyms|}}}|
{{#if:{{{synonyms|}}}|
|-
|-
! colspan="2" style="text-align:center;" | Synonyms
! colspan="2" style="text-align:center; background-color: #e2e3e5;" | Synonyms
|-
|-
| colspan="2" | {{{synonyms}}}
| colspan="2" style="font-size:90%;" | {{{synonyms}}}
}}
}}
|}
|}</includeonly><noinclude>
</includeonly><noinclude>
== Usage ==
== Usage ==
Copy and paste this code onto the target article page:


<pre>
<pre>
{{Infobox plant
{{Infobox plant
| name =
| name =  
| image =
| image =  
| image_caption =
| image_caption =
| regnum =
| status =  
| clades1 =
| regnum = Plantae
| clades2 =
| division =
| clades3 =
| classis =  
| order =
| clades1 =  
| family =
| clades2 =  
| genus =
| clades3 =  
| species =
| order =  
| binomial =
| family =  
| binomial_authority =
| genus =  
| synonyms =
| species =  
| binomial =  
| binomial_authority =  
| synonyms =  
}}
}}
</pre>
</pre>

Revision as of 08:15, 21 July 2026

Usage

Copy and paste this code onto the target article page:

{{Infobox plant
| name = 
| image = 
| image_caption = 
| status = 
| regnum = Plantae
| division = 
| classis = 
| clades1 = 
| clades2 = 
| clades3 = 
| order = 
| family = 
| genus = 
| species = 
| binomial = 
| binomial_authority = 
| synonyms = 
}}