Template:Skill Infobox: Difference between revisions
Template page
More actions
Created page with "<templatestyles src="Infobox.css" /> <div class="infobox"> <div class="infobox-title">{{{title|{{{name}}}}}}</div> {{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{{{name}}}:{{{image}}}}}|300px]]</div> }} <h3 style="text-align:center">Information</h3> <table class="infobox-table"> <tr> <th>Type</th> <td>{{#if:{{{type|}}}|{{{type}}}|Skill}}</td> </tr> <tr> <th>Obtainment</th>..." |
No edit summary |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<templatestyles src="Infobox.css" /> | <templatestyles src="Infobox.css" /> | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title"> | <div class="infobox-title">{{{name}}}</div> | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File | <div class="infobox-image">[[File:{{{image}}}|300px]]</div> | ||
}} | }} | ||
<h3 | <h3>Information</h3> | ||
<table class="infobox-table"> | <table class="infobox-table"> | ||
<tr> | <tr> | ||
<th>Type</th> | <th>Type</th> | ||
<td> | <td>[[{{{type}}}s|{{{type}}}]]</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Obtainment</th> | <th>Obtainment</th> | ||
<td> | <td>{{{obtainment}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> | ||
Latest revision as of 20:09, 15 September 2026
{{{name}}}
Information
| Type | [[{{{type}}}s|{{{type}}}]] |
|---|---|
| Obtainment | {{{obtainment}}} |