Template:Logentry
Appearance
This is a log entry. Each log entry has three standard parameters:
- $1 - link to the user page of the user who performed the action
- $2 - (optional) username of the user who performed the action (to be used with GENDER)
- $3 - link to the affected page
- Usage:
- Documentation for all log entry messages. (These are the messages shown in the list on Special:Log that say things like "User:Foo deleted Bar". They are typically called
logentry-<type>-<action>
.)
- First optional parameter is a link to the log page filtered to the given log type, ie.
[[Special:Log/<type>]]
.
- Syntax:
-
{{ logentry | [[Special:Log/<type>]] }}
- Example:
{{ logentry | [[Special:Log/foo]] }}
generates: This is a log entry used on Special:Log/foo. Each log entry has three standard parameters:
- $1 - link to the user page of the user who performed the action
- $2 - (optional) username of the user who performed the action (to be used with GENDER)
- $3 - link to the affected page