User:Gernash/ModInfo

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


box-shadow:0px 0px 20px 20px #292B2C {#css body {

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:#333

}

p {

   padding: 10px;

}

  1. wrapper {
   margin: 0 auto;
   width: 1000px;

}

  1. header {
   float: left;
   height: 75px;
   width: 1000px;
   background: #FF6633;

}

  1. navigation {
   float: left;
   height: 40px;
   width: 1000px;
   background: #FFCC33;

}

  1. content {
   float: left;
   background: #FFFFFF;
   width: 850px;

}

  1. rightcolumn {
   background: #CC33FF;
   width: 150px;
   float: left;

}

  1. footer {
   height: 40px;
   width: 1000px;
   background: #33FF66;
   clear: both;

} }

Purpose & Usage

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

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

Examples

Code 1


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

Result

test

A Brief Note: Chapter Heading Layout

A link to more information related to the heading for users wishing to use a more meticulous route to installing STEP is provided right up front underneath the section heading: a Detailed Information --> Link
a

Brief, quick-setup instructions follow for users wishing to blow through the guide AFAP (as fast as possible).


Code 2


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

Result

Code 3


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

including text boxes
}}{{clear}}

Result