Template:FOMOD Instructions: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><div style="display:inline-block;"><span style="float:right;">{{#formlink:form=FOMOD|link text=Edit FOMOD|link type=button|tooltip=DO NOT USE|new window}}</span><table style="padding:1.25em; border:2px solid #b1b1b1; border-radius:2px;"><tr><td style="padding-bottom:2em;"><b>FOMOD Instructions</b>{{#if:{{{file|}}}|<br /><i>{{{file|}}}</i>}}</td></tr><tr style="vertical-align:top;">{{{1|}}}</tr></table></div></includeonly><noinclude>__NOTOC__
<includeonly><div style="display:inline-block;"><span style="float:right;">{{#formlink:form=FOMOD|link text=Edit FOMOD|link type=button|target=ModName:{{{FULLPAGENAME}}}|tooltip=DO NOT USE|new window}}</span><table style="padding:1.25em; border:2px solid #b1b1b1; border-radius:2px;"><tr><td style="padding-bottom:2em;"><b>FOMOD Instructions</b>{{#if:{{{file|}}}|<br /><i>{{{file|}}}</i>}}</td></tr><tr style="vertical-align:top;">{{{1|}}}</tr></table></div></includeonly><noinclude>__NOTOC__


==Purpose & Usage==
==Purpose & Usage==

Revision as of 13:20, September 13, 2014


Purpose & Usage

This inserts a FOMOD Instructions table.

  • parameter 1 This is where the pages of options are placed using Template:FomodPage
  • parameter file (optional) This is the name of the file for which these instructions apply.

Examples

Code:

{{FOMOD Instructions | {{FomodPage|Page title|Optionlist}} }}

Result:

Page title
Page title
Optionlist
FOMOD Instructions


Code:

{{FOMOD Instructions | file=aMidianBorn Armors | {{FomodPage|Page title|Optionlist|button=yes|buttonText=Install}} }}

Result:

Page title
Page title
Optionlist
Install
FOMOD Instructions
aMidianBorn Armors


Code:

{{FOMOD Instructions | file=aMidianBorn Armors | {{FomodPage|Page title|{{Fieldset|Optionlist||Option1; Option2; Option3; Option4}}|button=yes|buttonText=Install}} }}

Result:

Page title
Page title
Optionlist
Optionlist
Install
FOMOD Instructions
aMidianBorn Armors


Code:

{{FOMOD Instructions | file=aMidianBorn Armors | {{FomodPage|Page title|{{Fieldset|Optionlist||Option1; Option2; Option3; Option4}}|button=yes}} {{FomodPage|Page title|{{Fieldset|Optionlist||Option1; Option2; Option3; Option4}}@{{Fieldset|Optionlist||Option1; Option2; Option3; Option4}}|button=yes|buttonText=Install}} }}

Result:

Page title
Page title
Optionlist
Optionlist
Next
Page title
Page title
Optionlist
Optionlist
@
Optionlist
Optionlist
Install
FOMOD Instructions
aMidianBorn Armors


See Also

Template:Fieldset