User:Jerem43/Toolbox
The main one
[edit]I stole this tool box from Esprit15d, a useful set of links to templates often used on WP.
Quick links
[edit]Another stolen toolbox (from Kudpung), this time links to the most common Wikipedia tools and boards.
Administrator's Notice Board | PROD template | Guild home page | |||
Wikiquette alerts | Help:Merging | Cite templates | |||
Editor Assistance Requests | Wikichecker user activity | My template collection | |||
Reporting copyright violations | Soxred's edit counter | Template:Infobox person | |||
User Warning Templates | Article traffic statistics | Template:Infobox musical artist | |||
Wikimedia Commons | Buttons and gizmos | worldcat.org | |||
Catscan | Checklinks finds dead links | Wiktionary |
A couple of more
[edit]Message boxes
[edit]This is a list of the various templates used to post messages on WP:
You can learn how to customize these templates by following the links to their individual pages.
Discussions
[edit]When there is a discussion on articles for such things as merge proposals or RfC's, at the end of the discussion you should close it with the following templates:
- The following discussion is closed. Please do not modify it. Subsequent comments should be made in a new section.
{{discussion top}}
This is a closed and archived discussion.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
You can learn more about discussions and achieving a consensus here.
Shortcuts
[edit]On WikiProject and Portal pages, you often need to establish a quick way to jump to the page without typing a long name on the search field. So instead of typing Wikipedia:WikiProject Food and drink, all you would need to type is WP:Food or WP:Drink; this is done by creating a redirect page. Once the shortcut has been created, you can put the {{shortcut}} template on the Project or Portal talk page.
Look on the right side of the section for an example →
Columns
[edit]There are several ways to create columns on pages without going into wiki-code. Here are several templates that can be used to do this:
<span id="With {{Col-begin}}"> {{Col-begin}} and its helpers {{col-break}} and {{col-end}} are one way of creating columns. They are formatted like this:
{{Col-begin}} This text appears in the first column. {{col-break}} This text appears in the second column. {{col-break}} This text appears in the third column. {{col-end}}
Will produce:
This text appears in the first column. |
This text appears in the second column. |
This text appears in the third column. |
<span id="With {{Columns-list}}"> {{Columns-list}} is rather simple method of creating columns of bulleted lists. It is formatted like this:
{{Columns-list|colwidth=22em| * This text appears in the first column. * This text appears in the second column. * This text appears in the third column. }}
Will produce:
- This text appears in the first column.
- This text appears in the second column.
- This text appears in the third column.
You can vary the number of columns by changing the number after the first pipe (|).
<span id="With {{Div col}}"> {{Div col}} is one way of creating columns of bulleted lists. It is formatted like this:
{{div col|colwidth=22em}} * This text appears in the first column. * This text appears in the second column. * This text appears in the third column. {{div col end}}
Will produce:
- This text appears in the first column.
- This text appears in the second column.
- This text appears in the third column.
You can vary the number of columns by changing the number after the pipe (|).
<span id="With {{Multicol}}">
{{Multicol}} and its helpers {{multicol-break}} and {{multicol-end}} are another way of creating columns. They are formatted like this:
{{Multicol}} This text appears in the first column. {{Multicol-break}} This text appears in the second column. {{Multicol-break}} This text appears in the third column. {{Multicol-end}}
Will produce:
This text appears in the first column. |
This text appears in the second column. |
This text appears in the third column. |
This section is transcluded from here