Template:Notice/doc: Difference between revisions

From TestWiki
Content added Content deleted
(rmv as it doesn't appear to work the way I want it to)
Line 57: Line 57:


As you can see, "small=yes" causes a smaller right floating box with a smaller image and smaller text size.
As you can see, "small=yes" causes a smaller right floating box with a smaller image and smaller text size.
<br clear=all>
{{-}}
===Image parameter===
Let's try the '''image''' parameter too. Like this:
Let's try the '''image''' parameter too. Like this:


Line 67: Line 66:


{{notice|demospace=talk|small=yes|image=Stop hand nuvola.svg|header=Header text|Include text here.}}
{{notice|demospace=talk|small=yes|image=Stop hand nuvola.svg|header=Header text|Include text here.}}
<br clear=all>

You can also change the image size if necessary:

<pre>
{{notice|small=yes|image=Stop hand nuvola.svg|imagesize=50px
|header=Header text|Include text here.}}
</pre>

{{notice|demospace=talk|small=yes|image=Stop hand nuvola.svg|imagesize=50px|header=Header text|Include text here.}}

{{-}}


=== Image and category pages ===
=== Image and category pages ===

Revision as of 04:25, 8 August 2011

This is the {{notice}} message box.

When used in articles, this message box should only be used for important comments about the article that cannot be shown using a more specific template. Less important comments should as usual be put as text on the article's talk page instead.

This message box can also be used on other pages, such as on the top of talk or project pages. There it can be used in a more relaxed way.

This box automatically changes style depending on what kind of page it is shown on. That is, it uses the standardised message box styles for the different types of pages.

Articles

This is how this box looks on article (main space) pages. Here is a code example:

{{notice|Include text here.}}

Which renders like this:


An optional header text can be added. Like this:

{{notice|header=Header text|Include text here.}}

Which renders like this:


The message box can also take an image parameter, but that is discouraged when the box is used in articles. See example further down for how to use that parameter.

Talk pages

This is how this box looks on any talk page. That is, pages that start with "Talk:", "User talk:", "Image talk:" and so on. Here's the basic box again:

{{notice|Include text here.}}

Which renders like this:

The header parameter works on talk pages too. But there is one parameter that only works on talk pages, the small parameter. Like this:

{{notice|small=yes|header=Header text|Include text here.}}

As you can see, "small=yes" causes a smaller right floating box with a smaller image and smaller text size.
Let's try the image parameter too. Like this:

{{notice|small=yes|image=Stop hand nuvola.svg
  |header=Header text|Include text here.}}


Image and category pages

This is how this box looks on image pages:

Page Module:Message box/imbox.css has no content.

This is how this box looks on category pages:

Page Module:Message box/cmbox.css has no content.

Other pages

This is how this box looks on most other pages, such as pages that start with "User:", "Wikipedia:", "Help:" and so on.

{{notice|Include text here.}}

Which renders like this:

The box can also take an image parameter. Like this:

{{notice|image=Stop hand nuvola.svg|Include text here.}}

Which renders like this:

The header and image parameters can of course be used at the same time.

External links

In most cases, external links can be used in the template without any complications. However, links containing an equal sign ( = ) are not read properly, because everything on the left of the equal sign is interpreted as a parameter name. This is the suggested work-around:

{{notice|1=Following this parameter, an equal sign in an external link will be read properly.}}

See also

There are other message templates, which serve similar purposes:

  • {{consensus}} – For topics based around reaching consensus.
  • {{warning}} – For important warnings.
  • {{caution}} – For messages indicating serious problems.
  • {{ambox}} – Article message boxes of any type. There is comprehensive information in its documentation about the different options for article message boxes.