Template:User status/doc

This template allows you to have a box indicating your current status on Wikipedia. It can be placed in the header of the page, have it float to the right, the left, or just normally in the page.

Usage

{{User status
 | status = 
 | user   = 
 | reason = 
 | position = 
 | float    = 
 | bt = 
 | br = 
 | bb = 
 | bl = 
 | useimage = 
 | images   = 
}}

Options

Parameter name Parameter description Required or optional
Status
Status can be anything
Value Result
"online"
Green colors
"offline"
Red colors
"busy"
Orange colors
Everything else
Blue colors
Required
User Replaces default user setting of base page. Optional
Reason If status is busy, this will set the reason to display of why you are away. Optional
Position How to position the box. Options are float and top. Default is float. Optional
Float Where the box is positioned. Options can be left, right or none. Default is left. Optional
bt Top border width. Default is 1px. Optional
br Right border width. Default is 1px. Optional
bb Bottom border width. Default is 1px. Optional
bl Left border width. Default is 1px. Optional
useimage Set to "True" to have images corresponding to the setting status be displayed. Default is to display no images. Optional
images Set to a page containing the code to display the images based on status to allow custom images to be used. Default is to use default images. Optional

Examples

Status set to online, floating to the right, with no border on the right side.

Code:

{{User status
 | status = online
 | user   = 
 | reason = 
 | float = right
 | bt = 
 | br = 0px
 | bb = 
 | bl = 
}}

Output:

User status is online


Status set to offline, floating to the left, with no border on the top or bottom.

Code:

{{User status
 | status = offline
 | user   = 
 | reason = 
 | float = 
 | bt = 0px
 | br = 
 | bb = 0px
 | bl = 
}}

Output:

User status is offline


Status set to busy, floating to the left, with borders on all sides.

Code:

{{User status
 | status = busy
 | user   = 
 | reason = 
 | float = 
 | bt = 
 | br = 
 | bb = 
 | bl = 
}}

Output:

User status is busy

See also


Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.