User:EssArrBee/Sandbox/pack: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 4: Line 4:
{{#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 11: Line 13:
'''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.
}}</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.
}}
}}

Revision as of 19:24, 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:

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.