Jump to content

Template:Notice2/doc

From SpongeBob Wiki
Revision as of 09:41, 27 January 2021 by imported>AMK152Bot (With image: category sorting - these are not templates, they are documentation subpages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description and usage

This template is used to create article management templates.

Use {{notice2|<...>}} on a template page, filling in the various options. The created template is then used at the top of various wiki pages to notify the user of issues.

Article management boxes should be used sparingly, as it can get in the way of content.

Named parameters

|image=
image for use on the left, defaults to Image:Wiki.png. Takes full image code, e.g. [[Image:Wiki.png|50px]]. The image box area has a limit of 60px width.
|type=
top line text
|info=
list of extra info

Examples

Default

{{notice2
| type = I am type
| info = I am info
}}
File:Wiki.png
I am type

I am info

With image

{{notice2
| image = [[Image:Example.jpg|50px]]
| type = I am type
| info =
* I am info
}}
File:Example.jpg
I am type
  • I am info