Jump to content

User:Thomas Jedenfelt/Help/Knowledge Base

From Wikipedia, the free encyclopedia

Formating my user link[edit]

2007-03-07.
Use this code in websites.css.
a[href="/wiki/User:Thomas_Jedenfelt"] {
  font-weight: 900 !important;
  font-style: italic !important;
  }
(This is possible in the Web browser Mozilla Firefox.)

Adding the user page to a Category[edit]

2007-03-06.
Use this code: [[Category:Wikipedians in Sweden]].
The code will also create this link at the bottom of the user page: Category:Wikipedians in Sweden.

Creating links to Categories[edit]

2007-03-06.
This code (note the extra colon; compare with above code): [[:Category:Wikipedians in Sweden]] will create this link: Category:Wikipedians in Sweden.

Non-breaking space is accepted[edit]

2007-03-05.
Non-breaking space ( ) is useful in names and dates, for example.
(Non-breaking space does not cause line breaks.)

Removing the Contents box[edit]

2007-03-05.
"Putting __NOTOC__ anywhere forces the TOC to disappear."
"Putting __TOC__ anywhere forces the TOC to appear at that point (instead of just before the first header)."
Source: How to edit a page: Table of contents.
(__NOTOC__ means "no Table Of Content".)