User:Gernash/ModInfo: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 11: Line 11:
     margin:0;
     margin:0;
}
}
div#sidebar TOC{
div#sidebar{
    
    
   position:fixed;
   position:fixed;
Line 18: Line 18:
   top:0;
   top:0;
   left:0;
   left:0;
   background:grey;  
   background:grey;
<div id="toc">
    hello
    <div id="full">hey there<br />This is the full TOC</div>
</div>
}
}
div#content{
div#content{

Revision as of 04:22, April 21, 2017


{{#css: body{

   padding-left:200px;
   margin:0;

} div#sidebar{

  position:fixed;
  height:100%;
  width:200px; 
  top:0;
  left:0;
  background:grey;
   hello
hey there
This is the full TOC

} div#content{

   width:100%;

} }}

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