User:Gernash/ModInfo: Difference between revisions

From Step Mods | Change The Game
(Created page with "<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; pa...")
 
m (Text replacement - "{{PageBackground\|.*}}" to "")
 
(269 intermediate revisions by one other user not shown)
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;">{{#if:{{{Description|}}}|'''{{{2}}}'''</span><br /><hr>{{{1}}}</div></includeonly><noinclude>__NOTOC__
<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>}} | }}
{{#if:{{{iTable|}}}|{{#arraymap:{{{iTable|}}}|;|%|<div style="min-width:700px; float:left; font-size:.95em; border:1px solid #4F5860; overflow:hidden; border-radius:5px;  box-shadow:0px 0px 60px 60px #292B2C inset; padding:10px; text-align:justify; background:transparent; margin:10px 30px;"><span style="font-size:1.25em; color:#9BC1D5;">'''Installation Procedure'''</span><hr>{{{iTable}}}<br /><hr>{{#if:{{{iTableInfo|}}}|{{#arraymap:{{{iTableInfo|}}}|;|%|<div span style="-moz-column-count: 2;-webkit-column-count:2;column-count:2;-moz-column-gap: 10px;-webkit-column-gap:10px;column-gap:10px;font-size:13px;-moz-column-rule: 1px solid #000;-webkit-column-rule:1px solid #000;column-rule:1px solid #000;color:#A9A9A9;">{{{iTableInfo}}}<br /></div>}} | }}<hr></div>}} | }}
</div></includeonly><noinclude>
 
 
 
 
 
{{#css:
  a:link {text-decoration:none;}
  a:visited {text-decoration:none;}
  p {}
h1 span {display: block;}
h1 span::before {content: "\A";white-space: pre;}
h2 span {display: block;}
h2 span::before {content: "\A";white-space: pre;}
h3 span {display: block;}
h3 span::before {content: "\A";white-space: pre;}
h4 span {display: block;}
h4 span::before {content: "\A";white-space: pre;}
h5 span {display: block;}
h5 span::before {content: "\A";white-space: pre;}
  h1,h2,h3,h4 {text-align:center; border-style:solid; border-bottom-width:3px; border-color:rgb(200,100,20); background-color:rgba(0,0,0,0.1); padding:0px;color: #0066ff; font-size:2em;}
  h5 {font-size:1.5em;}
  h6 {font-size:1.5em;}
div#sidebar{
  position:fixed;
  height:50%;
  width:700px;
margin: 70px;
border:0px;
  top:0;
  right:0;
overflow: auto;}
#toc {
  border:1px solid #aaaaaa;
  background-color:#fff;
  padding:5px
}
#toc,.toc {
  border:1px solid #999;
  background-color:#444;
  padding:5px;
  margin-top:1em
position: fixed;
}
#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
position: fixed;
  text-align:center;
margin-top:-4em
}
}}
<div id="sidebar">__TOC__</div>
 
 
==Purpose & Usage==
 
Template used for standardized Mod Information layout in [[User:Gernash/MODWiki]]
 
:Adds floating boxes for Three Fields
:|Description=
:|Installation=
:|Information=
:|Additional=
 
==Examples==
 
=== Code 1 ===
<pre>
 
{{User:Gernash/ModInfo
|Description=None1
|Information=None2
|Installation=None3
|Additional=None4
|iTable=title|iTableInfo=Information<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>Information
}}{{clear}}
 
</pre>
 
==== Result ====
 
 
{{User:Gernash/ModInfo
|Description=None1
|Information=None2
|Installation=None3
|Additional=TEST SPACE
|iTable=title|iTableInfo=Information<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>Information
}}{{clear}}
 
 
 
=== Code 2 ===
<pre>
 
{{User:Gernash/ModInfo
|Description=None1
|Installation=None3}}{{clear}}
 
</pre>
 
==== Result ====
 
{{User:Gernash/ModInfo
|Description=None1
|Installation=None3}}{{clear}}
 
=== Code 3 ===
<pre>
 
{{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]]
|iTable=title|iTableInfo=Information<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>Information
}}{{clear}}
 
</pre>
 
==== Result ====
 
 
{{User:Gernash/ModInfo
|Description=None1
|Information=None2
|Installation=
Can be Complex
*With indentations
**Greater Depth
<pre>
including text boxes
</pre>
{{fs|1.2em|{{fc|#DC143C|<-- COLORS -->}}}}
<u>{{fc|#8DA9C0|Underline}}</u>
[[Main_Page|Hyperlinks]]
|iTable=title|iTableInfo=Information<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>Information
}}{{clear}}
 
</noinclude>

Latest revision as of 03:15, April 19, 2023




{{#css:

 a:link {text-decoration:none;}
 a:visited {text-decoration:none;}
 p {}

h1 span {display: block;} h1 span::before {content: "\A";white-space: pre;} h2 span {display: block;} h2 span::before {content: "\A";white-space: pre;} h3 span {display: block;} h3 span::before {content: "\A";white-space: pre;} h4 span {display: block;} h4 span::before {content: "\A";white-space: pre;} h5 span {display: block;} h5 span::before {content: "\A";white-space: pre;}

 h1,h2,h3,h4 {text-align:center; border-style:solid; border-bottom-width:3px; border-color:rgb(200,100,20); background-color:rgba(0,0,0,0.1); padding:0px;color: #0066ff; font-size:2em;}
 h5 {font-size:1.5em;}
 h6 {font-size:1.5em;}

div#sidebar{

  position:fixed;
  height:50%;
  width:700px; 

margin: 70px; border:0px;

  top:0;
  right:0;

overflow: auto;}

  1. toc {
 border:1px solid #aaaaaa;
 background-color:#fff;
 padding:5px

}

  1. toc,.toc {
 border:1px solid #999;
 background-color:#444;
 padding:5px;
 margin-top:1em

position: fixed; }

  1. toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {

position: fixed;

 text-align:center;

margin-top:-4em } }}


Purpose & Usage

Template used for standardized Mod Information layout in User:Gernash/MODWiki

Adds floating boxes for Three Fields
|Description=
|Installation=
|Information=
|Additional=

Examples

Code 1


{{User:Gernash/ModInfo
|Description=None1
|Information=None2
|Installation=None3
|Additional=None4
|iTable=title|iTableInfo=Information<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>Information
}}{{clear}}

Result

Description

None1
Installation

None3
Information

None2
Additional

TEST SPACE
Installation Procedure
title

Information
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Information


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]]
|iTable=title|iTableInfo=Information<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>.<br>Information
}}{{clear}}

Result

Description

None1
Installation

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

<-- COLORS --> Underline

Hyperlinks
Information

None2
Installation Procedure
title

Information
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Information