User:Gernash/ModInfo: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><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;">'''{{{1}}}'''</span><br /><hr>{{{2}}}<br /></div><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;">'''{{{3}}}'''</span><br /><hr>{{{4}}}<br /><br /></div><div style="width:700px; float:none; 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;">'''{{{5}}}'''</span><br /><hr>{{{6}}}<br /><br /></div></includeonly><noinclude>__NOTOC__
<includeonly><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;">'''{{{1}}}'''</span><br /><hr>{{{2}}}<br /></div><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;">'''{{{3}}}'''</span><br /><hr>{{{4}}}<br /><br /></div><div style="width:700px; float:auto; font-size:.95em; border:1px solid #4F5860; overflow:auto; 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;">'''{{{5}}}'''</span><br /><hr>{{{6}}}<br /><br /></div></includeonly><noinclude>__NOTOC__





Revision as of 22:43, April 13, 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|None<br />|Information|None<br />|Installation|None<br />}}{{clear}}

Result

Description

None

Information

None


Installation

None


Code 2


{{User:Gernash/ModInfo
|Description|None<br />|Information|None<br />
|Installation
|Can be Complex
*With indentations
**Greater Depth

including text boxes
}}{{clear}}

Result

Description

None

Information

None


Installation

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