Template:editnotice
Appearance
{{{text}}}
- The following documentation is located at Template:editnotice/documentation. [edit]
- Useful links: subpage list • links • redirects • transclusions • errors (parser/module) • sandbox
This template is used to display text, specifically an editnotice, within a box. It is used both in other templates such as {{editnotice-JavaScript}}
and on MediaWiki pages such as MediaWiki:Editnotice-1. It is implemented using raw HTML and CSS.
Parameters
[edit]|text=
(required)- The text to display in the box.
|border=
(optional)- The colour of the border of the box. Defaults to gray.
|style=
(optional)- Additional CSS to apply to the
<div>
which forms the box.
|class=
(optional)- HTML / CSS classes to apply to the
<div>
which forms the box.