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:{{{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|}}}|;|%|{{Sidebox|left|width=700|Installation|{{{Installation}}}<br />}}}} | }}{{#if:{{{test|}}}|{{#arraymap:{{{test|}}}|;|%|<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;">'''test'''</span><br /><hr>{{{test}}}<br /></div>}} | }}</div></includeonly><noinclude>__NOTOC__
<includeonly><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:{{{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:{{{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:{{{test|}}}|{{#arraymap:{{{test|}}}|;|%|<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;">'''test'''</span><br /><hr>{{{test}}}<br /></div>}} | }}</div></includeonly><noinclude>__NOTOC__





Revision as of 05:11, April 16, 2017



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

Description

None1
Information

None2
Installation

None3
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

Description

None1
Installation

None3

Code 3


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

including text boxes
}}{{clear}}

Result

Description

None1
Information

None2
Installation

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