Template:Wiki Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
<tr>
<tr>
<th style="background-color:rgba(0,0,0,0); padding:10px">[[File:{{{image}}}|frameless]]
<th style="background-color:rgba(0,0,0,0); padding:10px">[[File:{{{image}}}|frameless]]
}}{{#if:{{{Creation|}}} {{{Founder|}}} {{{Status|}}} {{{Farm(s)|}}} {{{URL(s)|}}}|
}}{{#if:{{{Creation|}}} {{{Founder|}}} {{{Status|}}} {{{URL(s)|}}} {{{Fork(s)|}}} {{{Farm(s)|}}}|
<tr>
<tr>
<td style="background-color:rgba(0,0,0,0); border-radius:10px">
<td style="background-color:rgba(0,0,0,0); border-radius:10px">
<table class="mw-collapsible" style="width:100%">
<table class="mw-collapsible" style="width:100%">
<th colspan="2" style="border-radius:10px">Stats
<th colspan="2" style="border-radius:10px">About
{{#if:{{{hp|}}}|
{{#if:{{{Creation|}}}|
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">HP
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Creation
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{hp}}}
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Creation}}}
}}{{#if:{{{attack|}}}|
}}{{#if:{{{Founder|}}}|
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Attack
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Founder
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{attack}}}
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Founder}}}
}}{{#if:{{{defense|}}}|
}}{{#if:{{{Status|}}}|
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Defense
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Status
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{defense}}}
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Status}}}
}}{{#if:{{{speed|}}}|
}}{{#if:{{{URL(s)|}}}|
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Speed
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">URL(s)
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{speed}}}
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{URL(s)}}}
}}{{#if:{{{exp|}}}|
}}{{#if:{{{Fork(s)|}}}|
<tr>
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Exp
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Fork(s)
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{exp}}}
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Fork(s)}}}
}}{{#if:{{{Farm(s)|}}}|
<tr>
<th style="text-align:right; padding-right:5px; width:150px; border-radius:10px 0px 0px 10px">Farm(s)
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Farm(s)}}}
}}
}}
</table>
</table>
Line 54: Line 58:
}}
}}
</pre>
</pre>
 
{{{|}}} {{{Founder|}}} {{{Status|}}} {{{URL(s)|}}} {{{Fork(s)|}}} {{{Farm(s)|}}}|
==Example==
==Example==
<noinclude>
<noinclude>
{{Infobox Wiki
{{Infobox Wiki
   | name     =  
   | name     =  
   | kana      =
   | image   =  
  | romaji   =  
   | Creation =  
   | hepburn  =
   | Founder =  
  | image    =  
   | Status   =  
   | location =  
   | URL(s)   =  
   | attribute =
   | Fork(s)  =  
  | hp        =
   | Farm(s)  =  
   | attack    =  
   | defense   =  
   | speed    =  
   | exp      =  
}}
}}
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 23:59, 30 November 2021

Wiki Infobox

Usage

{{Infobox Wiki
  | name      = 
  | kana      = 
  | romaji    = 
  | hepburn   = 
  | image     = 
  | location  = 
  | attribute = 
  | hp        = 
  | attack    = 
  | defense   = 
  | speed     = 
  | exp       = 
}}
    |

Example

Template:Infobox Wiki