ထႅမ်းပလဵတ်ႉ:attention

လုၵ်ႉတီႈ ဝိၵ်ႇသျိၼ်ႇၼရီႇ မႃး


တူဝ်ယၢင်ႇ[မႄးထတ်း]

Adds entry to Category:Requests for attention concerning French:

Lua error in မေႃႇၵျူး:template_parser at line 1031: bad argument #1 to 'find' (string expected, got table).

လွင်ႈၸႂ်ႉတိုဝ်း[မႄးထတ်း]

Lua error in မေႃႇၵျူး:template_parser at line 1031: bad argument #1 to 'find' (string expected, got table). places an entry in [[Category:Requests for attention concerning Language]].

This template is normally invisible (see #Visibility).

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 Lua error in မေႃႇၵျူး:template_parser at line 1031: bad argument #1 to 'find' (string expected, got table). is called by another template.

ပိူင်ထၢၼ်ႈ[မႄးထတ်း]

Categories populated using the template Lua error in မေႃႇၵျူး:template_parser at line 1031: bad argument #1 to 'find' (string expected, got table). (see Category:Requests for attention by language for more):

လွင်ႈႁၼ်လႆႈ[မႄးထတ်း]

Users can make the Lua error in မေႃႇၵျူး:template_parser at line 1031: bad argument #1 to 'find' (string expected, got table). tag visible by adding CSS rules.

The following code will cause browsers to display "Text goes here" where Lua error in မေႃႇၵျူး:template_parser at line 1031: bad argument #1 to 'find' (string expected, got table). is.

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

When the tag is visible, the value of |2= 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 Lua error in မေႃႇၵျူး:template_parser at line 1031: bad argument #1 to 'find' (string expected, got table). is.

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

Lua error in မေႃႇၵျူး:template_parser at line 1031: bad argument #1 to 'find' (string expected, got table). tags for certain languages can be specifically targeted:

[lang|=he].attentionseeking:before {
	content: "!! Hebrew request for attention !!";
	color: red;
	font-size: larger;
	font-weight: bolder;
}