Template:AlertSmall

From Step Mods | Change The Game
Revision as of 03:38, January 15, 2021 by DoubleYou (talk | contribs)


Purpose & Usage[edit source]

This template displays a small alert on the page that can be used inline within lists and lines of text, however, it will still block itself out from the text to a degree.

Required Parameters[edit source]

type
Defined: type=keyword
Defines the type of alert to display. Keywords available are:
  • bug
  • construction
  • fo3
  • fnv
  • loot
  • mcm
  • mo
  • notice
  • warning
text
Defined: text=ContentHere
Defines the content of the alert.

Optional Parameters[edit source]

size
Defined: size=value
Default: max/70%
Determines the width by percentage. Accepts any integer from 0 - 100, but standard sizes are preferred using the appropriate keyword:
  • min - 35%
  • mid - 55%
  • max - 70%
icon
Defined: icon=image.png
Default: Info-Logo.png
Sets the icon image. This is set automatically if using one of the predefined types, but can be overridden here.
borderColor
Defined: borderColor=keyword
Defines the color of the border. This is set automatically if using one of the predefined types, but can be overridden here. Keywords available are:
  • magent
  • purple
  • blue
  • green
  • chartr
  • yellow
  • orange
  • salmon
  • red

Examples[edit source]

Default Call[edit source]

The simplest call returns defaults for the template (size=70%, solid border).

Code: {{AlertSmall|text=Your text here.}}
Result:
Info-Logo.png Notice: Your text here.

Spanning multiple lines will retain middle vertical alignment.

Info-Logo.png Notice: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum pretium tellus nec scelerisque. Nam nisi magna, venenatis at nibh quis, consequat pretium velit. Mauris fringilla mollis molestie. Fusce tellus justo, tempor id efficitur non, dapibus eu nunc. Integer nec hendrerit diam. Quisque aliquet nunc id vestibulum tincidunt. Vivamus dictum rutrum dolor auctor commodo. Donec consequat sed quam sed malesuada. Nunc tristique a tellus quis egestas. Sed iaculis risus odio, sit amet gravida orci facilisis sed. Donec sem leo, viverra ac elit eget, posuere bibendum velit. Nunc diam est, pellentesque vitae finibus et, iaculis non lorem. Quisque ullamcorper augue non tellus vehicula dictum.

Types[edit source]

The simplest call returns defaults for the template (size=70%, solid border).

Code: {{AlertSmall|type=bug|text=Your text here.}}
Result:
Bug-Logo.png Bug: Your text here.

Sizes[edit source]

Explicitly define a size (%) using either a keyword or an integer between 0 - 100.

Code: {{AlertSmall|type=notice|size=mid|text=Your text here.}}
Code: {{AlertSmall|type=notice|size=23|text=Your text here.}}
Results:
Info-Logo.png Notice: Your text here.
Info-Logo.png Notice: Your text here.

Listings[edit source]

Using it within a list!

  • TextHere
Info-Logo.png Notice: Your text here.
  • One more item here.
  • ...it just keeps going!

All Examples[edit source]

Bug-Logo.png Bug: Your text here.
Weapon.png Under Construction: Your text here.
Fallout3.png Fallout 3 Specific: Your text here.
Newvegas.png Fallout NV Specific: Your text here.
Loot.png LOOT: Your text here.
Mcmicon1.png MCM: Your text here.
Moicon.png MO Users: Your text here.
Info-Logo.png Notice: Your text here.
Warning-Logo.png Warning: Your text here.

Related Templates[edit source]

  • Template:Alert - A larger version of this Template to be used for a more obvious visual reference (will NOT work in lists as this version does).