Template:FOMOD Instructions

From Step Mods | Change The Game
Revision as of 21:15, September 10, 2014 by DoubleYou (talk | contribs)


Purpose & Usage

This inserts a FOMOD Instructions table.

  • parameter 1 This is where the options are placed using Template:TableRowList
  • parameter file (optional) This is the name of the file for which these instructions apply.
  • parameter colorText (optional) Change the color for all the text (does not apply to text from TableRowList).
  • parameter colorBorders (optional) Change the color for the all the borders (does not apply to borders for TableRowList).

Examples

Code:

{{FOMOD Instructions|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}

Result:

Template:TableRowList
FOMOD Installation

Code:

{{FOMOD Instructions
|{{TableRowList|Page|Option List|Option1; Option1;}}
|colorText=red
|colorBorders=blue
}}

Result:

Template:TableRowList
FOMOD Installation

Code:

{{FOMOD Instructions
|{{TableRowList
|Page
|Option List
|Option1; Option1;
|colorText=#987654
|colorBorders=#123456
}}
|colorText=red
|colorBorders=blue
}}

Result:

Template:TableRowList
FOMOD Installation

Code:

{|
|{{FOMOD Instructions|file=aMidianBorn Armors|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
|{{FOMOD Instructions|file=aMidianBorn Weapons|{{TableRowList|Page|Option List|Option1; Option1; Option1; Option1}} }}
|}

Result:

Template:TableRowList
FOMOD Installation
aMidianBorn Armors
Template:TableRowList
FOMOD Installation
aMidianBorn Weapons

See Also

Template:TableRowList