User:Gomtuu/Sandbox: Difference between revisions

From ARMS Institute, the ARMS Wiki
Jump to navigation Jump to search
(Continued mocking up new fighter infobox.)
(Added explanation of armsbox class.)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''This is a work in progress. It's not final.'''
{{User:Gomtuu/Sandbox/Template:InfoboxFighter
|nickname=The Grim Creeper
|name=Master Mummy
|image=MasterMummy.png
|height={{Height|cm=231}}
|weight={{Weight|kg=167}}
|age=Unknown
|affiliation=The Mausoleum
|stage=Mausoleum
|hobbies=Searching for his long-lost family
|size={{FighterStat|5}}
|girth={{FighterStat|5}}
|speed={{FighterStat|1}}
|jump={{FighterStat|1}}
|stat5name=Punch Taking
|stat5value={{FighterStat|5}}
|stat6name=Freshness
|stat6value={{FighterStat|1}}
|arm1=Megaton
|arm2=Retorcher
|arm3=Phoenix
}}


<div class="infobox infobox_fighter">
'''If this page looks messed up, try clearing your cache and reloading.'''
<div class="fighter_background" style="background-image: url();" >
 
<div class="infobox_header fighter_header">
This page shows candidates for templates that could replace [[Template:InfoboxFighter]], [[Template:NavboxFighter]], and [[Template:NavboxARMS]].
<div class="fighter_header_background" style="background-color: {{FighterColor|Master Mummy}};"></div>
 
<div class="name">Master Mummy</div><div class="logo">[[File:Logo-Master Mummy.png|60px]]</div>
These templates make use of some generic CSS classes in [[Mediawiki:Common.css]] that can be applied to any div, like so:
 
<pre>
<div class="armsbox">
<div class="header">This Is a Header</div>
This is some content.
</div>
</div>
<div class="fighter_image">[[File:MasterMummy.png|200px]]</div>
</pre>
<h2>Basic Info</h2>
 
</div>
<div class="armsbox" style="margin-right: 350px;">
{| class="basic_info"
<div class="header">This Is a Header</div>
|-
This is some content.
! Height
| {{Height|cm=231}}
|-
! Weight
| {{Weight|kg=167}}
|-
! Age
| Unknown
|-
! Affiliation
| The Mausoleum
|-
! Home Stage
| [[Mausoleum]]
|-
! Hobbies
| Searching for his long-lost family
|}
<h2>Standard ARMS</h2>
<ul class="fighter_arms">
<li>[[File:Megaton.png|80px]]<br>[[Megaton]]</li>
<li>[[File:Retorcher.png|80px]]<br>[[Retorcher]]</li>
<li>[[File:Phoenix.png|80px]]<br>[[Phoenix]]</li>
</ul>
</div>
</div>
Each one also has some custom CSS in [[Mediawiki:Common.css]].
{{User:Gomtuu/Sandbox/Template:NavboxFighter}}
{{User:Gomtuu/Sandbox/Template:NavboxARMS}}

Latest revision as of 01:47, 11 June 2017

The Grim Creeper
Master Mummy
MasterMummy.png
Basic Information
Height 7' 6" (231 cm)
Weight 368 lb (167 kg)
Age Unknown
Affiliation The Mausoleum
Stage Mausoleum
Hobbies Searching for his long-lost family
Statistics
Size 5/5
Arm Girth 5/5
Speed 1/5
Jumping 1/5
Punch Taking 5/5
Freshness 1/5
Standard ARMS

If this page looks messed up, try clearing your cache and reloading.

This page shows candidates for templates that could replace Template:InfoboxFighter, Template:NavboxFighter, and Template:NavboxARMS.

These templates make use of some generic CSS classes in Mediawiki:Common.css that can be applied to any div, like so:

<div class="armsbox">
<div class="header">This Is a Header</div>
This is some content.
</div>
This Is a Header

This is some content.

Each one also has some custom CSS in Mediawiki:Common.css.