User:Gernash/ModInfo

From Step Mods | Change The Game
< User:Gernash
Revision as of 04:34, April 21, 2017 by Gernash (talk | contribs)


.noautonum .tocnumber { display: none; }

body{
    padding-left:200px;
    margin:0;
}

div#content{
    width:100%;
}

h1 {
}
h1 {
	background: #292B2C;
        font-weight: bold;
	text-transform: uppercase;
	color: #6D95AB;
	text-align:center;
	overflow: hidden;
	padding-top: 4px;
}

h2 {
	color: #7AB0CE;
	font-size: 1.85em;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-bottom: 2px solid #5D7480;
}

h3 {
	color: #8DABBC;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	color: #9BC1D5;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}

h5 {
	color: #bbb;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	border-style: solid;
	border-bottom-width: 3px;
	border-color: rgb(200,100,20);
	padding-bottom: 10px;
}


Purpose & Usage

Template used for standardized Mod Information layout in User:Gernash/MODWiki

Adds floating boxes for Three Fields
|Description=
|Information=
|Installation=
|Additional=

Examples

Code 1


{{User:Gernash/ModInfo
|Description=None1
|Information=None2
|Installation=None3
|Additional=None4}}{{clear}}

Result

Description

None1
Installation

None3
Information

None2
Additional

TEST SPACE


Code 2


{{User:Gernash/ModInfo
|Description=None1
|Installation=None3}}{{clear}}

Result

Description

None1
Installation

None3

Code 3


{{User:Gernash/ModInfo
|Description=None1
|Information=None2
|Installation=
Can be Complex
*With indentations
**Greater Depth

including text boxes

{{fs|1.2em|{{fc|#DC143C|<-- COLORS -->}}}} 
<u>{{fc|#8DA9C0|Underline}}</u> 
[[Main_Page|Hyperlinks]]
}}{{clear}}

Result

Description

None1
Installation

Can be Complex
  • With indentations
    • Greater Depth
including text boxes

<-- COLORS --> Underline

Hyperlinks
Information

None2