Template:Wikibreak/doc

From Test Wiki
Revision as of 01:25, 8 March 2024 by Sav (talk | contribs) (Created page with "{{Documentation subpage}} === Usage === The simplest use is to place <code><nowiki>{{wikibreak}}</nowiki></code> on your user and/or user talk pages and the above will be displayed, but with your user name in place of "'''Wikibreak'''".<br> To change only the message, use <code><nowiki>{{wikibreak|message=</nowiki>''YourMessage''}}</code>, where ''YourMessage'' is the message you wish to use instead of the default above. Putting <code><nowiki>{{wikibreak|message=</nowi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage[edit source]

The simplest use is to place {{wikibreak}} on your user and/or user talk pages and the above will be displayed, but with your user name in place of "Wikibreak".

To change only the message, use {{wikibreak|message=YourMessage}}, where YourMessage is the message you wish to use instead of the default above. Putting {{wikibreak|message=I will be on holiday}} will produce...

It is possible to adjust the size and change the type of image for your Wikibreak template. Note that to change the file name you should not add "File:". {{wikibreak|message=I will be on holiday.|image=Clipart island.svg|imagesize=75px}}

For more options, in particular for the |type= parameter, see below.

Syntax[edit source]

Any and all parameters optional.

{{wikibreak
| [Name]
| begin     =
| back      =
| type      =
| message   =
| align     =
| image     =
| noimage   =
| imagesize =
| spacetype =
| style     =
}}
Parameter Description Example and default
Name Your username or nickname. {{wikibreak | Joe | ...}}
Default: {{BASEPAGENAME}}
type Type of break:
  1. exams (changes image and message)
  2. attempting (changes message)
  3. semi (changes message)
  4. long (changes message)
  5. wikibreak, normal, short (the default message)
{{wikibreak | type=long | ...}}
Default: #default
begin Adds starting date for wikibreak to default message. {{wikibreak | begin=April 10, 2024 | ...}}
Default: <none>
back Replaces "soon" in the default message. Deprecated. {{wikibreak | back=in January | ...}}
Default: soon
message Your own message rather than the default. {{wikibreak | message=Joe is elsewhere for now, but will check his talk page now and then. | ...}}
Default: "Name is taking a short wikibreak and will be back on Wikipedia soon."
align The alignment of the message. Options are "left" and "center". {{wikibreak | message=Joe is elsewhere for now, but will check his talk page now and then. | align=left |...}}
Default: left
image Filename of the image you wish to appear
beside the message (omitting "Image:" prefix).
{{wikibreak ...| image=MyImage.jpg | ...}}
Default: Sunset at Huntington Beach.jpg
noimage To display the template without a picture. {{wikibreak ...| noimage= | ...}}
Default: unused
spacetype Type of box:

tmbox (makes it appear like a tmbox)

{{wikibreak | spacetype=tmbox | ...}}
Default: mbox
imagesize Size of the image. {{wikibreak ...| imagesize=100px | ...}}
Default: 75px
style CSS style {{wikibreak ...| style=background:#ffffff; | ...}}
Default: mbox