Template:Chilopoda species infobox: Difference between revisions
Appearance
Created page with "<includeonly> <table class="infobox chilopoda-infobox"> <tr> <th colspan="2" class="infobox-title"> {{{name|}}} </th> </tr> <tr> <td colspan="2" class="infobox-image"> {{#if:{{{image|}}}| [[File:{{{image}}}|250px|alt={{{image_alt|}}}]] }} <br /> <span class="infobox-caption">{{{caption|}}}</span> </td> </tr> <tr> <th colspan="2" class="infobox-header"> Scientific classification </th> </tr> {{#if:{{{subclass|}}}|{{!}}- {{!}} <td>Subclass:</td><td>{{{subclass}}}</td> }}..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="infobox | <table class="infobox taxobox"> | ||
<tr> | <tr> | ||
<th colspan="2" class="infobox-title"> | <th colspan="2" class="infobox-title"> | ||
| Line 7: | Line 8: | ||
</tr> | </tr> | ||
{{#if:{{{image|}}}| | |||
<tr> | <tr> | ||
<td colspan="2" class="infobox-image"> | <td colspan="2" class="infobox-image"> | ||
[[File:{{{image}}}|250px|alt={{{image_alt|}}}]] | [[File:{{{image}}}|250px|alt={{{image_alt|}}}]] | ||
<br /> | <br /> | ||
<span class="infobox-caption">{{{caption|}}}</span> | <span class="infobox-caption">{{{caption|}}}</span> | ||
</td> | </td> | ||
</tr> | </tr> | ||
}} | |||
<tr> | <tr> | ||
| Line 23: | Line 24: | ||
</tr> | </tr> | ||
{{#if:{{{subclass|}}}| | {{#if:{{{subclass|}}}| | ||
{{#if:{{{order|}}}| | <tr><td>Subclass:</td><td>{{{subclass}}}</td></tr> | ||
{{#if:{{{family|}}}| | }} | ||
{{#if:{{{genus|}}}| | |||
{{#if:{{{species|}}}| | {{#if:{{{order|}}}| | ||
<tr><td>Order:</td><td>{{{order}}}</td></tr> | |||
}} | |||
{{#if:{{{family|}}}| | |||
<tr><td>Family:</td><td>{{{family}}}</td></tr> | |||
}} | |||
{{#if:{{{genus|}}}| | |||
<tr><td>Genus:</td><td>''{{{genus}}}''</td></tr> | |||
}} | |||
{{#if:{{{species|}}}| | |||
<tr><td>Species:</td><td>''{{{species}}}''</td></tr> | |||
}} | |||
<tr> | <tr> | ||