Template:Feralbox: Difference between revisions

From The Fidverse Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
test
test
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{param1|}}}|<tr>
    <th>Parameter 1</th>
    <td>{{{param1}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
    <th>Parameter 2</th>
    <td>{{{param2}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
    <th>Parameter 3</th>
    <td>{{{param3}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
    <th>Parameter 4</th>
    <td>{{{param4}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
    <th>Parameter 5</th>
    <td>{{{param5}}}</td>
</tr>}}</table>
</div>
<infobox>
<infobox>
   <title source="title1">
   <title source="title1">

Revision as of 23:10, 26 June 2022

test

Feralbox
{{#if:|
[[File:{{{image}}}|300px]]
}} {{#if:|}}{{#if:|}}{{#if:|}}{{#if:|}}{{#if:|}}
Parameter 1 {{{param1}}}
Parameter 2 {{{param2}}}
Parameter 3 {{{param3}}}
Parameter 4 {{{param4}}}
Parameter 5 {{{param5}}}

<infobox>

 <title source="title1">
   <default>Feralbox</default>
 </title>
 <image source="image1">

</image> <label>Species</label> <label>Nickname</label> <label>Age</label> <label>Gender</label> <label>Height</label> <label>Weight</label> <label>Alignment</label> <label>Family/Relatives</label> <label>Likes</label> <label>Dislikes</label> <label>Hobbies</label> <label>Favorite Food</label> <label>Skills</label> <label>Rivals</label> <label>Status</label> </infobox> Example usage:

{{Feralbox
|title1=Example
|image1=Example
|caption1=Example
|species=Example
|nickname=Example
|age=Example
|gender=Example
|height=Example
|weight=Example
|alignment=Example
|family/relatives=Example
|likes=Example
|dislikes=Example
|hobbies=Example
|favorite_food=Example
|skills=Example
|rivals=Example
|status=Example
}}