Lua error in package.lua at line 80: module 'strict' not found.
Parameters
- The code is:
{{User SUL Box|[1=]Language|[2=]Project|[3=]username}}
where Language
is the language of your main account (default: your current interface language) and Project
is the project of your main account (default: Wikipedia). The template assumes that the name of the current page is your username, but you may optionally provide a different username by using the username
parameter.
- The template appears in your current interface language if a subtemplate in that language has been created. Otherwise, it appears in English.
Examples
- «
{{User SUL Box|fr}}
» :
- «
{{User SUL Box|2=q}}
» :
- «
{{User SUL Box|1=fr|2=n}}
» :
To create a new language subtemplate
- Place the subtemplate at
[[Template:User SUL Box/''langcode'']]
.
TemplateData
<templatedata>
{
"params": {
"1": {
"label": "Language",
"default": "current interface language"
},
"2": {
"label": "Project",
"default": "Wikipedia"
},
"3": {
"label": "Username"
},
"text_align": {
"label": "text align",
"example": "right"
}
}
}
</templatedata>