This is a documentation subpage for Template:User Five Year Society. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
editThis userbox may be used by members of the Five Year Society of Wikipedians that have been editing for five years or more to indicate their membership if they so wish. This userbox will automatically add your userpage to category Members of the Five Year Society of Wikipedia editors.
You can disable automatic categorization using |nocat=true
.
Parameters
editIf no parameters are given, the userbox displays as above. Optionally, the following parameters may be supplied to modify the display of the userbox.
Unnamed parameter
editIf the first parameter is unnamed, it will specify free text to append to the end of the default text. No space will appear between the two unless given at the beginning of the supplied text.
{{User Five Year Society| (since 2017)}}
renders as:
This user has been editing Wikipedia for more than five years (since 2017). |
{{User Five Year Society|—since July 28, 2017}}
(note the lack of a space after "|" here) renders as:
This user has been editing Wikipedia for more than five years—since July 28, 2017. |
year, month, and day
editIf desired, the named parameters year
, month
, and day
can be given as the date the user first started editing Wikipedia, to cause the userbox to calculate the amount of time that has elapsed since then automatically.
{{User Five Year Society|year=2017|month=7|day=28}}
renders as:
This user has been editing Wikipedia for more than five years (7 years, 3 months, and 6 days). |
format
editBy default, the duration is output as years, months, and days, but format=ym
can be specified to only show years and months, or format=y
can be used to display only the years.
{{User Five Year Society|year=2017|month=7|day=28|format=ym}}
renders as:
This user has been editing Wikipedia for more than five years (7 years, 3 months). |
{{User Five Year Society|year=2017|month=7|day=28|format=y}}
renders as:
This user has been editing Wikipedia for more than five years (7+). |
period
editBy default, the sentence in the userbox will end with a period (full stop). This can be suppressed by setting period
to a blank value.
{{User Five Year Society|year=2017|month=7|day=28|period=}}
renders as:
This user has been editing Wikipedia for more than five years (7 years, 3 months, and 6 days) |
period
can be set to a non-blank value to provide a substitute for the usual ".", but note that due to template limitations (and unlike the unnamed parameter), if the value contains leading (or trailing) spaces, they need to be specified as HTML character references, e.g.
or  
.
sc
editSpecifying sc=n
or sc=no
will suppress the serial comma used before the "and" in ymd format.
{{User Five Year Society|year=2017|month=7|day=28|sc=n}}
renders as:
This user has been editing Wikipedia for more than five years (7 years, 3 months and 6 days). |
whitespace
editBy default, one space will appear between the userbox's default text and the calculated duration. whitespace=<br>
can be used to output a line break before the duration instead.
{{User Five Year Society|year=2017|month=7|day=28|whitespace=<br />}}
renders as:
This user has been editing Wikipedia for more than five years (7 years, 3 months, and 6 days). |
Note that due to template limitations (and unlike the unnamed parameter), if the value of whitespace
contains leading or trailing spaces, they need to be specified as HTML character references, e.g.
or  
.
{{User Five Year Society|year=2017|month=7|day=28|period=|whitespace=<br /> }}
renders as:
This user has been editing Wikipedia for more than five years (7 years, 3 months, and 6 days) |
nocat
editIf you need to avoid categorization where the template is used, set nocat=true
.
{{User Five Year Society|nocat=true}}
renders as:
This user has been editing Wikipedia for more than five years. |