User:Kesta/NexusDownload: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>{{#if:{{{name|}}}|<span>'''{{{name}}}''' :</span>}}<div style="padding:3;">
{{#if:{{{MAIN|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|MAIN FILES}}''' - {{#arraymap:{{{MAIN|}}}|;|%|''%''}}</span><br> | }}{{#if:{{{UPDT|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|UPDATES}}''' - {{#arraymap:{{{UPDT|}}}|;|%|''%''}}</span><br> | }}{{#if:{{{OPT|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|OPTIONAL FILES}}''' - {{#arraymap:{{{OPT|}}}|;|%|''%''}}</span><br> | }}{{#if:{{{MISC|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|MISCELLANEOUS}}''' - {{#arraymap:{{{MISC|}}}|;|%|''%''}}</span><br> | }}{{#if:{{{OLD|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|OLD VERSIONS}}''' - {{#arraymap:{{{OLD|}}}|;|%|''%''}}</span><br> | }}</includeonly><noinclude>__NOTOC__
{{#if:{{{MAIN|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|MAIN FILES}}''' - {{#arraymap:{{{MAIN|}}}|;|%|''%''}}</span><br> | }}{{#if:{{{UPDT|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|UPDATES}}''' - {{#arraymap:{{{UPDT|}}}|;|%|''%''}}</span><br> | }}{{#if:{{{OPT|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|OPTIONAL FILES}}''' - {{#arraymap:{{{OPT|}}}|;|%|''%''}}</span><br> | }}{{#if:{{{MISC|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|MISCELLANEOUS}}''' - {{#arraymap:{{{MISC|}}}|;|%|''%''}}</span><br> | }}{{#if:{{{OLD|}}}| <span>'''{{fc|{{{color|#d0eb50}}}|OLD VERSIONS}}''' - {{#arraymap:{{{OLD|}}}|;|%|''%''}}</span><br> | }}</div></includeonly><noinclude>__NOTOC__




Line 7: Line 7:
Template used for standardized nexus-download stipulations layout in [[User:Kesta/FO4PersonnalGuide]]
Template used for standardized nexus-download stipulations layout in [[User:Kesta/FO4PersonnalGuide]]


Take colors as optional parameters for download sections color. Default is {{fc|#d0eb50|Nexus Fallout 4 font color}}.
Support multiple files per category using ";" as separator.
Take "color" as optional parameters for download sections font-color. Default is {{fc|#d0eb50|Nexus Fallout 4 font color}}.
Take "name" as optional parameters to add a name to the download.


Support the 5 sections :<br>
Support the 5 sections :<br>
Line 22: Line 24:


{{User:Kesta/NexusDownload
{{User:Kesta/NexusDownload
|color=#FFFFFF
|color=#000000
|MAIN=Main File}}
|MAIN=Main File
|OPT=Option 1; Option 2}}


{{User:Kesta/NexusDownload
{{User:Kesta/NexusDownload
|name=Download this super mod
|MAIN= Super mod main file 1.0
|MAIN= Super mod main file 1.0
|UPDT = Update 1.1beta}}
|UPDT = Update 1.1beta}}
Line 32: Line 36:


=== Result ===
=== Result ===


{{User:Kesta/NexusDownload
{{User:Kesta/NexusDownload
|color=#000000
|color=#000000
|MAIN=Main File}}
|MAIN=Main File
|OPT=Option 1; Option 2}}


{{User:Kesta/NexusDownload
{{User:Kesta/NexusDownload
|name=Download this super mod
|MAIN= Super mod main file 1.0
|MAIN= Super mod main file 1.0
|UPDT = Update 1.1beta}}
|UPDT = Update 1.1beta}}


</noinclude>
</noinclude>

Revision as of 21:05, December 5, 2015


Purpose & Usage[edit | edit source]

Template used for standardized nexus-download stipulations layout in User:Kesta/FO4PersonnalGuide

Support multiple files per category using ";" as separator. Take "color" as optional parameters for download sections font-color. Default is Nexus Fallout 4 font color. Take "name" as optional parameters to add a name to the download.

Support the 5 sections :
MAINFILES = MAIN
UPDATES = UPDT
OPTIONAL FILES = OPT
MISCELLANEOUS = MISC
OLD VERSIONS = OLD

Examples[edit | edit source]

Code[edit | edit source]


{{User:Kesta/NexusDownload
|color=#000000
|MAIN=Main File
|OPT=Option 1; Option 2}}

{{User:Kesta/NexusDownload
|name=Download this super mod
|MAIN= Super mod main file 1.0
|UPDT = Update 1.1beta}}

Result[edit | edit source]

MAIN FILES - Main File
OPTIONAL FILES - Option 1, Option 2

Download this super mod :

MAIN FILES - Super mod main file 1.0
UPDATES - Update 1.1beta