Template:Page notice

From Fancade Wiki
Revision as of 16:55, 1 August 2025 by -u ndefined- (talk | contribs) (Use class attribute and move style to MediaWiki:Common.css. Insert more clarification)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a generic template for page notices and warnings.

Example

{{Page notice
|title=This is an example title.
|description=This is an example description.
|image=[[File:Odd_Bot.png|64px]]
}}

yields:

This is an example title.
This is an example description.

Parameters

  • title: Title for the notice. Optional.
  • description: Notice contents.
  • image: Image that supplements the notice. The image should be a size less than 128px. Optional.
  • foreground: Valid CSS color within the notice.
  • background: Valid CSS color for the border of the notice.
  • titlestyle: Specific CSS styles for the title.
  • imagestyle: Specific CSS styles for the image box.
  • descriptionstyle: Specific CSS styles for the description box.