Difference between revisions of "Template:Horse"
Jump to navigation
Jump to search
Tanklovesyou (talk | contribs) (Created page with "Name Breed Owner") |
Tanklovesyou (talk | contribs) m (Protected "Template:Horse" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <templatestyles src="character/styles.css" /> | |
− | Breed | + | <table class="infobox" style="text-align: left; width: 300px; font-size: 100%; border-radius: 10px; border: 2px solid rgba(228, 184, 93, 1); overflow: hidden;" ne="0.6282946203990805"> |
− | Owner | + | <tr><th colspan="2" style="text-align:center;font-size:125%;font-weight:bold;background: #E4B85D;"> |
+ | <font color=#050B0B>{{{name}}}</th></tr></font> | ||
+ | <tr> | ||
+ | <td colspan="2" style="text-align:center"> | ||
+ | [[File:{{{image}}}|frameless|alt={{{alt}}}|upright=1|{{{alt}}}]] | ||
+ | |||
+ | <div><small>{{#if:{{{caption|}}}|{{{caption}}}}}</small></div></td></tr> | ||
+ | |||
+ | <tr><th colspan="2" style="text-align:center;background: #E4B85D;"><font color=#050B0B>Horse Information</font></th></tr> | ||
+ | |||
+ | <tr>{{#if:{{{breed|}}}|<th scope="row">Breed</th> | ||
+ | <td>{{{breed}}}}}</td></tr> | ||
+ | |||
+ | <tr>{{#if:{{{age|}}}|<th scope="row">Age</th> | ||
+ | <td>{{{age}}}}}</td></tr> | ||
+ | |||
+ | <tr>{{#if:{{{causeofdeath|}}}|<th scope="row">Cause of Death</th> | ||
+ | <td>{{{causeofdeath}}}}}</td></tr> | ||
+ | |||
+ | <tr>{{#if:{{{owner|}}}|<th scope="row">Owner(s)</th> | ||
+ | <td>{{{owner}}}}}</td></tr> | ||
+ | <table> |