See also Wikimedia's Meta-Wiki for this page.

Wiktionary-specific useful styles edit

Highlight attentions edit

Users with most modern browsers can set their CSS stylesheets to display where in the page this tag has been added by using

.attentionseeking:before{content:"''any content''"}

This can be language-specific; for example,

.attentionseeking:before{content:"!!";color:red;font-size:larger;font-weight:bolder}
[lang|=ka].attentionseeking:before{content:"!!";color:red;font-size:larger;font-weight:bolder;background:yellow}

will cause some browsers to display a bold, red "!!" where the {{attention}} is, and the tooltip over those exclamation points will be the comment (second unnamed parameter) in the attention tag.