User:EssArrBee/Sandbox/pack: Difference between revisions

From Step Mods | Change The Game
(Created page with "<includeonly>__NOTITLE__ <p style="text-align:left;">{{Fs|110%|{{{title}}} }} {{#if: {{{author}}} | <br>* '''{{Fc|white|Author}}''':by {{{author}}}'' | }} {{#if: {{{version}}}...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>__NOTITLE__
<includeonly>__NOTITLE__
<p style="text-align:left;">{{Fs|110%|{{{title}}} }}
<p style="text-align:left;">{{{url}}} {{{title}}}
{{#if: {{{author}}} | <br>* '''{{Fc|white|Author}}''':by {{{author}}}'' | }}
{{#if: {{{author}}} | <br>* '''{{Fc|white|Author}}''':by {{{author}}}'' | }}
{{#if: {{{version}}} | <br>* '''{{Fc|white|Version}}''': {{{version}}} | }}
{{#if: {{{version}}} | <br>* '''{{Fc|white|Version}}''': {{{version}}} | }}
{{#if: {{{requirements}}} | <br>* '''{{Fc|white|Requirements}}''': {{{requirements}}} | }}
{{#if: {{{requirements}}} | <br>* '''{{Fc|white|Requirements}}''': {{{requirements}}} | }}
{{#ifeq: {{{intro}}} | true | ==Introduction== | }}
{{#if: {{{files}}} | <br>* '''{{Fc|white|Files to Download}}''': {{{files}}} | }}
{{#if: {{{installation}}} | <br>* '''{{Fc|white|Installation}}''': {{{installation}}} | }}
{{#ifeq: {{{description}}} | true | <br>* '''{{Fc|white|Description}}''' | }}
{{#if: {{{introText}}} | {{{introText}}} | }}</p>
{{#if: {{{introText}}} | {{{introText}}} | }}</p>
</includeonly><noinclude>
</includeonly><noinclude>
Line 10: Line 12:
==Usage Examples==
==Usage Examples==
'''Code:'''
'''Code:'''
<pre>{{User:EssArrBee/sandbox/pack
<pre>{{User:EssArrBee/Sandbox/pack
|title=Title
|title=[[User:EssArrBee/Sandbox/pack|Title]]
|author=Author1 and Author2
|author=Author1 and Author2
|version=0.1
|version=0.1
|requirements=SKSE, NVSE
|requirements=SKSE, NVSE
|files=File1, File2
|installation=Put that there, put this there
|intro=true
|intro=true
|introText=Introduction text here.
|introText=Introduction text here.
|toc=right
}}</pre>
}}</pre>
'''Result:'''
'''Result:'''
{{User:EssArrBee/sandbox/pack
{{User:EssArrBee/Sandbox/pack
|title=Title
|title=[[User:EssArrBee/Sandbox/pack|Title]]
|author=Author1 and Author2
|author=Author1 and Author2
|version=0.1
|version=0.1
|requirements=SKSE, NVSE
|requirements=SKSE, NVSE
|files=File1, File2
|installation=Put that there, put this there
|intro=true
|intro=true
|introText=Introduction text here.
|introText=Introduction text here.
|toc=right
}}
}}

Latest revision as of 19:57, August 22, 2014


Usage Examples

Code:

{{User:EssArrBee/Sandbox/pack
|title=[[User:EssArrBee/Sandbox/pack|Title]]
|author=Author1 and Author2
|version=0.1
|requirements=SKSE, NVSE
|files=File1, File2
|installation=Put that there, put this there
|intro=true
|introText=Introduction text here.
}}

Result:

{{{url}}} Title
* Author:by Author1 and Author2
* Version: 0.1
* Requirements: SKSE, NVSE
* Files to Download: File1, File2
* Installation: Put that there, put this there Introduction text here.