Template:FOMOD Instructions: Difference between revisions

From Step Mods | Change The Game
mNo edit summary
m (Undo revision 164633 by Z929669 (talk))
Tags: Replaced Undo
Line 1: Line 1:
<includeonly><div style="display:inline-flex; margin-left:{{{LeftMargin|0}}};">
<includeonly>{{Alert|type=warn|text=[[:Template:FOMOD_Instructions]] is deprecated and should no longer be used on this wiki. Please change this template call to use the better-looking and simpler [[:Template:Fomod]]. We apologize for the inconvenience.}}</includeonly><noinclude>__NOTOC____NOTITLE__ [[Category:Deprecated Templates]]
{| class="mw-collapsible mw-collapsed" style="padding:3px; border:2px solid #A6A6A6; border-radius:2px;"
|-
| style="padding-bottom:0;" | '''FOMOD Instructions'''{{#if:{{{file|}}}|<br />''{{{file|}}}''}}
|-
| style="vertical-align:top;" | {{{1}}}
|}
</div></includeonly><noinclude>__NOTOC____NOTITLE__ [[Category:Layout Templates]][[Category:Instruction Templates]][[Category:Deprecated Templates]]


{{Alert|type=warning|text=This is a [[:Category:Deprecated Templates|deprecated template]] that is no longer used. Use [[:Template:Fomod]] instead.}}
{{Alert|type=warning|text=This is a [[:Category:Deprecated Templates|deprecated template]] that is no longer used. Use [[:Template:Fomod]] instead.}}
== Purpose & Usage ==
This inserts a FOMOD Instructions table.
*''parameter 1'' - This is where the pages of options are placed using [https://stepmodifications.org/wiki/Template:FomodPage Template:FomodPage]
*''file'' (optional) - This is the name of the file for which these instructions apply.
*''LeftMargin'' (optional) - This defines a margin to the left of the FOMOD instructions container and is primarily used for indenting the container while contained within an instruction set. (see below)
==Examples==
'''Code:'''
<pre>{{FOMOD Instructions
|{{FomodPage
|Page title
|Optionlist}} }}</pre>
'''Result:'''
{{FOMOD Instructions
|{{FomodPage
|Page title
|Optionlist}} }}
===file Parameter===
<pre>{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|Optionlist}} }}</pre>
'''Result:'''
{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|Optionlist}} }}
===LeftMargin Parameter===
<pre>
:1. Do this.
:2. You really should follow these instructions:
{{FOMOD Instructions
|file=aMidianBorn Armors
|LeftMargin=45px
|{{FomodPage
|Page title
|Optionlist}} }}
:3. See how easy that was to do!
</pre>
'''Result:'''
:1. Do this.
:2. You really should follow these instructions:
{{FOMOD Instructions
|file=aMidianBorn Armors
|LeftMargin=45px
|{{FomodPage
|Page title
|Optionlist}} }}
:3. See how easy that was to do!
===Adding More Options===
'''Code:'''
<pre>{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|Optionlist
|button=yes
|buttonText=Install}} }}</pre>
'''Result:'''
{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|Optionlist
|button=yes
|buttonText=Install}} }}
===Multiple Options for a Fieldset===
'''Code:'''
<pre>{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
|button=yes
|buttonText=Install}} }}</pre>
'''Result:'''
{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
|button=yes
|buttonText=Install}} }}
===More than one Fieldset===
'''Code:'''
<pre>{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
|button=yes}} {{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
{{Fieldset
|Optionlist
|checkmark=yes|Option1; Option2; Option3; Option4}}
|button=yes
|buttonText=Install}} }}</pre>
'''Result:'''
{{FOMOD Instructions
|file=aMidianBorn Armors
|{{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
|button=yes}} {{FomodPage
|Page title
|{{Fieldset
|Optionlist
|bullet=yes|Option1; Option2; Option3; Option4}}
{{Fieldset
|Optionlist
|checkmark=yes|Option1; Option2; Option3; Option4}}
|button=yes
|buttonText=Install}} }}
'''Code:'''
<pre>{{FOMOD Instructions
|{{FomodPage
|Options
|{{Fieldset
|1. Resolution
|bullet=yes|Medium [baseline]}}{{Fieldset
|2. Compatibility
|bullet=yes|Default}}
|button=yes
|buttonText=Next}} {{FomodPage
|Options
|{{Fieldset
|3. Combination
|bullet=yes|Legendary}}{{Fieldset
|4. New Lands
|DO NOT SELECT ANY (unless all DLC are not used, in which case, deselect ''3. Combination - Legendary'' and select the applicable DLC/add-ons)}}{{Fieldset
|5. Waves
|DO NOT SELECT ANY (unless all DLC are not used, in which case, deselect ''3. Combination - Legendary'' and select the applicable DLC/add-ons)}}{{Fieldset
|6. Other
|bullet=yes|Bobbing Longboats [nothing else]}}
|button=yes
|buttonText=Next}} }}</pre>
'''Result:'''
{{FOMOD Instructions
|{{FomodPage
|Options
|{{Fieldset
|1. Resolution
|bullet=yes|Medium [baseline]}}{{Fieldset
|2. Compatibility
|bullet=yes|Default}}
|button=yes
|buttonText=Next}} {{FomodPage
|Options
|{{Fieldset
|3. Combination
|bullet=yes|Legendary}}{{Fieldset
|4. New Lands
|DO NOT SELECT ANY (unless all DLC are not used, in which case, deselect ''3. Combination - Legendary'' and select the applicable DLC/add-ons)}}{{Fieldset
|5. Waves
|DO NOT SELECT ANY (unless all DLC are not used, in which case, deselect ''3. Combination - Legendary'' and select the applicable DLC/add-ons)}}{{Fieldset
|6. Other
|bullet=yes|Bobbing Longboats [nothing else]}}
|button=yes
|buttonText=Next}} }}
== Related Templates ==
[[:Template:FomodPage]]
[[:Template:Fieldset]]
</noinclude>
</noinclude>

Revision as of 19:25, September 16, 2021


Warning-Logo.png

WARNING

This is a deprecated template that is no longer used. Use Template:Fomod instead.