User:Gernash/ModInfo: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><div>
{{#if:{{{MiniDL|}}}|{{#arraymap:{{{MiniDL|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Additional Downloads'''</span><br /><hr>{{{MiniDL}}}<br /></div>}} | }}
{{#if:{{{Description|}}}|{{#arraymap:{{{Description|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Description'''</span><br /><hr>{{{Description}}}<br /></div>}} | }}
{{#if:{{{Installation|}}}|{{#arraymap:{{{Installation|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Installation'''</span><br /><hr>{{{Installation}}}<br /></div>}} | }}
{{#if:{{{Information|}}}|{{#arraymap:{{{Information|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Information'''</span><br /><hr>{{{Information}}}<br /></div>}} | }}
{{#if:{{{Additional|}}}|{{#arraymap:{{{Additional|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Additional'''</span><br /><hr>{{{Additional}}}<br /></div>}} | }}</div></includeonly><noinclude>__NOTOC__
{{#css:
body{
body{
     padding-left:200px;
     padding-left:200px;
Line 15: Line 23:
     width:100%;
     width:100%;
}
}
<includeonly><div>
}}
{{#if:{{{MiniDL|}}}|{{#arraymap:{{{MiniDL|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Additional Downloads'''</span><br /><hr>{{{MiniDL}}}<br /></div>}} | }}
{{#if:{{{Description|}}}|{{#arraymap:{{{Description|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Description'''</span><br /><hr>{{{Description}}}<br /></div>}} | }}
{{#if:{{{Installation|}}}|{{#arraymap:{{{Installation|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Installation'''</span><br /><hr>{{{Installation}}}<br /></div>}} | }}
{{#if:{{{Information|}}}|{{#arraymap:{{{Information|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Information'''</span><br /><hr>{{{Information}}}<br /></div>}} | }}
{{#if:{{{Additional|}}}|{{#arraymap:{{{Additional|}}}|;|%|<div style="width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 20px 20px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Additional'''</span><br /><hr>{{{Additional}}}<br /></div>}} | }}</div></includeonly><noinclude>__NOTOC__
 
 
==Purpose & Usage==
==Purpose & Usage==



Revision as of 04:11, April 21, 2017


{{#css: body{

   padding-left:200px;
   margin:0;

} div#sidebar{

  position:fixed;
  height:100%;
  width:200px; 
  top:0;
  left:0;
  background:grey; 

} 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