Template:attention

Hello, you have come here looking for the meaning of the word Template:attention. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:attention, but we will also tell you about its etymology, its characteristics and you will know how to say Template:attention in singular and plural. Everything you need to know about the word Template:attention you have here. The definition of the word Template:attention will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:attention, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

Examples

Adds entry to Category:Requests for attention concerning French:

{{attention|fr|is this example sentence missing a word?}}

Usage

{{attention}} places an entry in [[Category:Requests for attention concerning Language]].

This template is normally invisible. However, you can make it visible by turning on the Catch My Attention gadget in your gadget preferences (for logged-in users) or Wiktionary:Preferences for users without an account (for logged-out users).

Parameters:

|1= (required)
The language code (see Wiktionary:Languages).
|2= (optional)
A comment explaining why this entry needs attention.
|sort= (optional)
A sortkey for the tagged entry.
|id= (optional)
A value that refers unambiguously to the calling template, to be used when {{attention}} is called by another template.

Categories

Categories populated using the template {{attention}} (see Category:Requests for attention by language for more):

Visibility

As noted above, the easiest way to make the {{attention}} tag visible is by turning on the Catch My Attention gadget.

However, users can finely customise the appearance of {{attention}} by adding CSS rules to Special:MyPage/common.css. (Turn off the Catch My Attention gadget before using these rules.)

The following code will cause browsers to display "Text goes here" where {{attention}} is.

.attentionseeking:before {
	content: "Text goes here";
}

When the tag is visible, the comment in parameter |2=, if any, can also be viewed by hovering over the tag with your mouse.

It is easily customizable; the following code will cause browsers to display a bold, red "!!" where {{attention}} is.

.attentionseeking:before {
	content: "!!";
	color: red;
	font-size: larger;
	font-weight: bolder;
}

{{attention}} tags for certain languages can be specifically targeted:

.attentionseeking:before {
	content: "!! Hebrew request for attention !!";
	color: red;
	font-size: larger;
	font-weight: bolder;
}