Template:Modlisting

From Step Mods | Change The Game


Icon delete.png This page is a candidate for deletion!
Reason:
"This template was created to support users creating mod listings for Guides on their user pages. Users should now take advantage of our Framework. Removing these will discourage this behavior
TechAngel Avatar TechAngel85"
If you disagree with the deletion of this page, please explain why on the discussion page.

Template:Modlisting[edit source]

Discussion: Forum Topic

Purpose & Usage[edit source]

This template displays a stylized mod listing and instruction set on the page.

Required Parameters[edit source]

modName
Defined: modName=textHere
Defines the text displayed for the mod's name within the template.
modURL
Defined: modURL=URLHere
Defines the URL to the mod's page. Uses external links, therefore, include the entire URL here.
modAuthor
Defined: modAuthor=authorName
Defines the textu used for the name of the mod's author.

Optional Parameters[edit source]

barColor
Defined: barColor=value
Defined: #0066ff
Defines the color of the bar to the left of the listing. Accepts any valid CSS for color.
flag
Defined: flag=textHere
Displays a stylized "flag" in from of the Mod's name. Users can enter any keyword or custom text to have the flag display that text. See the modlist template for a list of pre-defined flags.
Skip this parameter if using custom flags (see below)
customFlag
Defined: customFlag=''{{Page/PathtoPage|parameter}}''
Allows the display of customized "flags" linked from another page. The value of the field should include a call to a custom template page. See this page for an example of how this can be done.
modVersion
Defined: modVersion=versionHere
Defines the text used for calling out a specific version of a mod. If included, displays after modName and before modAuthor.

Listing Files[edit source]

Main, Update, Alt, Add, Add1, Add2, Add3, Add4, Add5, Opt, Misc, Old
Defined: Parameter=file+++file2+++file3
Each of the parameters above defines a heading for file listing. The value is plain text that displays as the list. Separate items with: +++

Optional Info Boxes[edit source]

MiniDL, Description, Installation, Information, Additional, iTable
Defined: Parameter=textHere+++secondBoxProduced
Each of the parameters above defines and displays an information box on the page below the file listings. The value is plain text that displays as the list that can be formatted. Separating items within a call with +++ will produce multiple boxes of the same type.

Examples[edit source]

Code:
{{modlisting
|modName=My Mod
|modVersion=v1.2.3
|modURL=https://www.nexusmods.com/skyrimspecialedition/mods/31054
|modAuthor=TotallyAwesomeDude
|Main=FileNameHere
|Opt=theOptionalFileHere
|Description=This is the box that holds the mod description.
|Installation=Do this and that to install that mod.}}


Result:
Warning-Logo.png

WARNING

This template is deprecated and should not be used. It was originally created to support custom user guides, but we now have a guide-creation infrastructure that can be used by anyone. If this does not accommodate the need, please PM a moderator or administrator on the forums for assistance.
My Mod - v1.2.3 - by TotallyAwesomeDude
Files to download:
  • MAIN FILES - FileNameHere
  • OPTIONAL FILES - theOptionalFileHere
Description

This is the box that holds the mod description.

Installation

Do this and that to install that mod.

Code:
{{modlisting
|barColor=#40804d
|flag=Patch
|modName=Step Patch Conflict Resolution
|modVersion=v0.3.0b
|modURL=https://www.nexusmods.com/skyrimspecialedition/mods/31054
|modAuthor=The STEP Team
|Main=STEP SE Guide - CR Patch
|Opt=STEP SE Guide - Lighting and Weather Patch
|Description=These are the patches to the STEP SE Guide.+++This is the second description.
}}


Warning-Logo.png

WARNING

This template is deprecated and should not be used. It was originally created to support custom user guides, but we now have a guide-creation infrastructure that can be used by anyone. If this does not accommodate the need, please PM a moderator or administrator on the forums for assistance.
Warning-Logo.png

WARNING

This template is deprecated and should not be used. Consider using Template:Icon instead. If that template does not have an icon or decorated text as desired, PM one of the forum moderators or staff, who will work with you to add the site-compatible variants wanted
.Patch Step Patch - Conflict Resolution - v0.3.0b - by The STEP Team
Files to download:
  • MAIN FILES - Step Patch - Conflict Resolution
  • OPTIONAL FILES - Step Patch - Lighting and Weather
Description

These are the patches to the STEP SE Guide.

Description

This is the second description.

Related Templates[edit source]