Jump to content
Toggle menu
  • 5 articles
  • 12 files
  • 2 users
  • 109 edits
Creation Zenith
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Skill Infobox: Difference between revisions

Template page
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
Line 5: Line 5:
         <div class="infobox-image">[[File:{{{{{name}}}:{{{image}}}}}|300px]]</div>
         <div class="infobox-image">[[File:{{{{{name}}}:{{{image}}}}}|300px]]</div>
     }}
     }}
     <h3 style="text-align:center">Information</h3>
     <h3>Information</h3>
     <table class="infobox-table">
     <table class="infobox-table">
         <tr>
         <tr>
             <th>Type</th>
             <th>Type</th>
             <td>{{#if:{{{type|}}}|{{{type}}}|Skill}}</td>
             <td>[[{{{type}}}s|{{{type}}}]]</td>
         </tr>
         </tr>
         <tr>
         <tr>
             <th>Obtainment</th>
             <th>Obtainment</th>
             <td>{{#if:{{{obtainment|}}}|{{{obtainment}}}|Unknown}}</td>
             <td>{{{obtainment}}}</td>
         </tr>
         </tr>
     </table>
     </table>


</div>
</div>

Revision as of 17:53, 15 September 2026

{{{name}}}

Information

Type [[{{{type}}}s|{{{type}}}]]
Obtainment {{{obtainment}}}