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|}}}|;|%|{{Sidebox|left|width=700|Description|{{{Description}}}<br />}}}} | }}{{#if:{{{Information|}}}|{{#arraymap:{{{Information|}}}|;|%|{{Sidebox|left|width=700|Information|{{{Information}}}<br />}}}} | }}{{#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;  inset-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);box-shadow: 10px 10px 5px 0px #292B2C; 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|}}}|;|%|{{Sidebox|left|width=700|Description|{{{Description}}}<br />}}}} | }}{{#if:{{{Information|}}}|{{#arraymap:{{{Information|}}}|;|%|{{Sidebox|left|width=700|Information|{{{Information}}}<br />}}}} | }}{{#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:2px solid #4F5860; overflow:hidden; border-radius:5px;  inset-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);box-shadow: 10px 10px 5px 0px #292B2C; 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__


box-shadow:0px 0px 20px 20px #292B2C
box-shadow:0px 0px 20px 20px #292B2C

Revision as of 03:33, April 16, 2017


box-shadow:0px 0px 20px 20px #292B2C


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