Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
PD-icon {{{text}}}
Template-info Documentation

This is the article message box metatemplate, it is used to build article message boxes like {{Stub}}.

Parameters

  • small: (Optional) Creates a small article message box with the css float property set to the specified value.
  • image: (Default: Ambox {{{type}}}.png) Sets the image displayed on the left of the message box.
  • type: (Default: notice) Sets the color of the left bar, the icon is also chosen depending on this value if icon isn't set. Acceptable values, and respective colors and default icons, are listed below:
PD-icon type=speedy
PD-icon type=delete
PD-icon type=content
PD-icon type=style
PD-icon type=notice
PD-icon type=move
PD-icon type=protection
PD-icon type=minecraftwiki
  • date: (Optional) Date tag to display in the bottom right corner.
  • text: The text to display in the message box.

Examples

Code Result
{{Ambox|type=notice|text=Hello}}
PD-icon Hello
{{Ambox|type=notice|text=Hello|date={{subst:#time:F Y}}}}
PD-icon Hello
(March 2013)
{{Ambox|type=notice|text=Hello|small=left}}
PD-icon Hello
{{Ambox|type=notice|text=Hello|small=left|date={{subst:#time:F Y}}}}
PD-icon Hello
(March 2013)


Advertisement