Template:At School
This user is taking a wikibreak and may be away or inactive for varying periods of time.
Although they may occasionally be able to do some editing, messages left for them may not be replied to for a while.
They will be back on Wikipedia when school is over.
This is a template for indicating that you are in an educational institute and may be inactive for periods of time. Note that the "be able to do some editing" link will work, providing it is placed on a user page or user talk page.
Parameters
This template has four parameters:
type
exams
returndate
institutionname
occupation
name
style
type
The type
parameter conveys what type of educational institute you are learning in. It is conveyed using the following syntax:
{{At school|type=school}}
Valid types are:
- college
- university
- graduate
- vocational
exams
The exams
parameter conveys if you're taking exams. It is conveyed using the following syntax:
{{At school|exams=yes}}
returndate
The returndate
parameter conveys when you will return back to edit on Wikipedia. It is conveyed using the following syntax:
{{At school|returndate=31 December 2199}}
institutionname
The institutionname
parameter conveys the name of your school. It is conveyed using the following syntax:
{{At school|institutionname=Singapore Management University}}
Note: This doesn't link to the institution's Wikipedia article, even if it is available.
occupation
The occupation
parameter conveys the occupation or other role you're studying for. It is conveyed using the following syntax:
{{At school|occupation=an [[electrician]]}}
Note: This doesn't link to the occupation's Wikipedia article, even if it is available. This is due to the indefinite article in english language.
name
The name
parameter conveys the user's name. It is conveyed using the following syntax:
{{At school|name=ExampleUser}}
style
The style parameter takes in CSS style. The default CSS style takes after {{tmbox}} (for talk pages) and {{mbox}} for other spaces (as inherited from {{wikibreak}}), with text-align: center;
added for the centered text alignment. It is conveyed using the following syntax:
{{At school|style=text-align: center; background-color: #E75480; color:#000;}}
Note: if the style
parameter is used, text-align: center;
has to be included in the style
parameter to keep the centered text alignment.
Example Usage
This code:
{{At school}}
Produces this:
This user is in school. This user is taking a wikibreak and may be away or inactive for varying periods of time. |
This code:
{{At school|exams=yes}}
Produces this:
This user is in school. This user is taking a wikibreak and may be away or inactive for varying periods of time. |
This code:
{{At school|type=college|exams=yes}}
Produces this:
This user is in college. This user is taking a wikibreak and may be away or inactive for varying periods of time. |
This code:
{{At school|type=college|occupation=an [[electrician]]|exams=yes}}
Produces this:
This user is in college, to become an electrician. This user is taking a wikibreak and may be away or inactive for varying periods of time. |
This code:
{{At school|type=college|exams=yes|institutionname=Singapore Management University}}
Produces this:
This user is in college, attending Singapore Management University. This user is taking a wikibreak and may be away or inactive for varying periods of time. |
This code:
{{At school|type=college|exams=yes|institutionname=Singapore Management University|returndate=31 December 2199}}
Produces this:
This user is in college, attending Singapore Management University. This user is taking a wikibreak and may be away or inactive for varying periods of time. |
This code:
{{At school|type=college|exams=yes|institutionname=Singapore Management University|returndate=31 December 2199|name=Example User}}
Produces this:
Example User is in college, attending Singapore Management University. Example User is taking a wikibreak and may be away or inactive for varying periods of time. |
This code:
{{At school|type=college|exams=yes|institutionname=Singapore Management University|occupation=an [[electrician]]|returndate=31 December 2199|name=Example User}}
Produces this:
Example User is in college, attending Singapore Management University, to become an electrician. Example User is taking a wikibreak and may be away or inactive for varying periods of time. |
Consolidation of education wikibreak templates
On 5 February 2020 and 24 February 2020, consensus were reached to delete the following templates and consolidate under this template. The following table maps the deleted templates to the relevant parameters here:
Deleted template | This template |
---|---|
{{University wikibreak}} | {{At school|type=university}} |
{{College wikibreak}} | {{At school|type=college}} |
{{Education wikibreak}} {{Attempting school wikibreak}} |
{{At school}} |