User:Kesta/NexusDownload: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 9: Line 9:
Take colors as optional parameters for download sections color. Default is {{fc|#d0eb50|Nexus Fallout 4 font color}}.
Take colors as optional parameters for download sections color. Default is {{fc|#d0eb50|Nexus Fallout 4 font color}}.


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


==Examples==
==Examples==
Line 27: Line 27:
{{User:Kesta/NexusDownload
{{User:Kesta/NexusDownload
|MAIN= Super mod main file 1.0
|MAIN= Super mod main file 1.0
|UPDATE = Update 1.1beta}}
|UPDT = Update 1.1beta}}


</pre>
</pre>
Line 39: Line 39:
{{User:Kesta/NexusDownload
{{User:Kesta/NexusDownload
|MAIN= Super mod main file 1.0
|MAIN= Super mod main file 1.0
|UPDATE = Update 1.1beta}}
|UPDT = Update 1.1beta}}


</noinclude>
</noinclude>

Revision as of 19:55, December 5, 2015


Purpose & Usage[edit | edit source]

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

Take colors as optional parameters for download sections color. Default is Nexus Fallout 4 font color.

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=#FFFFFF
|MAIN=Main File}}

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

Result[edit | edit source]

MAIN FILES - Main File


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