Template:MscBGInf

From MegaManMaker Wiki
Jump to navigation Jump to search

Extremely simple template to indicate backgrounds that use transparency or animation. Hovering over the icon next to a background's name produces a description of the background's special properties.

Parameters

  • Whether background is animated (1 if true, 0 if false)
  • The number of unique frames for an animated background

Setting no parameters will default to just a transparent background.

Examples

Usage Code Look
Transparent background (default)
Some BG 1 {{MscBGInf}}
Some BG 1 this background is transparent
Transparent background
Not animated
Some BG 2 {{MscBGInf|1}}
Some BG 2 this background is transparent
Transparent background
Animated
No number of frames mentioned
Some BG 3 {{MscBGInf|1|1}}
Some BG 3 this background is transparent and uses an animation
Transparent background
Animated
Number of frames mentioned
Some BG 4 {{MscBGInf|1|1|3}}
Some BG 4 this background is transparent and uses a 3 frame animation
No transparent background
Animated
No number of frames mentioned
Some BG 5 {{MscBGInf|0|1}}
Some BG 5 this background uses an animation
No transparent background
Animated
Number of frames mentioned
Some BG 6 {{MscBGInf|0|1|3}}
Some BG 6 this background uses a 3 frame animation