User:LittleWhole/User language box/doc

{{Documentation subpage}}

The {{tl|User language box}} metatemplate is a wrapper for {{tl|Userbox-level}}. It is to be used in user language templates like {{tl|User en-3}}. It simplifies their code and facilitates their migration to other wikis, because it does not require them to supply the categories – they are generated automatically.

Example

The following code is meant to be inserted into {{tl|User en-3}}:

{{User language box

| id = en

| level = 3

| info = This user can contribute with an {level:advanced} level of {lang:English}.

| nocat = {{{nocat|}}}

}}

Result:

{{User language box

| id = en

| level = 3

| info = This user can contribute with an {level:advanced} level of {lang:English}.

| nocat = yes

}}

{{sandbox other||

Category:Language user templates

}}