PK ref

From Sagataflwiki

(Difference between revisions)
Jump to: navigation, search
(Fixing a broken cell)
(Deleting the old table (I thought I had already done that?))
Line 40: Line 40:
! Thing !! Wikitext !! Notes !!  !! Thing !! Wikitext !! Notes
! Thing !! Wikitext !! Notes !!  !! Thing !! Wikitext !! Notes
|}
|}
-
spacer
 
-
{|
 
-
! Thing !! Wikitext !! Notes !!  !!  !!  !! Thing !! Wikitext !! Notes
 
-
|-
 
-
| Making a piped link || <pre>[[Destination|ClickMe]]</pre> ||  ||  ||  ||  || Making a redirect || <pre>#REDIRECT [[pagename]]</pre> || Must be on 1st line of page.
 
-
|-
 
-
| Adding a category || <pre>[[Category:XYZ]]</pre> ||  ||  ||  ||  || Non-breaking space || <pre>&amp;nbsp;</pre> || Inserted into any normal text.
 
-
|-
 
-
| Linking to a category || <pre>[[:Category:XYZ]]</pre> ||  ||  ||  ||  ||rowspan=2| The basic structure of a table ||rowspan=2|
 
-
<pre>{|style="margin: 1px;"
 
-
! A !! B !! C
 
-
|-
 
-
| 1 || 2 || 3
 
-
|-
 
-
| 4 || 5 || 6
 
-
|}
 
-
</pre>
 
-
|rowspan=2| Table is 3 columns, 3 rows, and includes 1 pixel external buffer/margin on top, bottom, right and left.
 
-
|-
 
-
| Adding invisibly to a category || <pre>[[Category:XYZ| ]]</pre> || Article does not show up on category page ||  ||  ||
 
-
|-
 
-
| Comment || <pre><!-- comment --></pre> ||  ||  ||  ||  || For starting a new article ||align="center"| <br>[[Article in wikitext|Click me!]] || Leads to the template or structure for new articles
 
-
|-
 
-
| colspan in table ||colspan=7| <pre>|colspan=2| 1st colspan column ||colspan=2| 2nd colspan column</pre> || use rowspan in the same way.
 
-
|-
 
-
| Control font size || <pre><font size="+1">word</font></pre> ||  ||  ||  ||  ||  || <pre>x</pre> ||
 
-
|-
 
-
|  || <pre>x</pre> ||  ||  ||  ||  ||  || <pre>x</pre> ||
 
-
|}
 
-
<!-- the middle cells are to add more spacing between the two "parts" of the table. Put ontent into only the first 3 cells and the last 3 cells of each row -->
 
<br><br>
<br><br>

Revision as of 15:21, 22 May 2011

Thing Wikitext Notes Thing Wikitext Notes
colspan in table
|colspan=2| 1st colspan cell ||colspan=2| 2nd colspan cell
use rowspan=X in the same way
Making a piped link
[[Destination|ClickMe]]
The basic structure of a table
{|style="margin: 2px;"
! A !! B !! C
|-
| 1 || 2 || 3
|}
Table is 3 columns, 2 rows (1st row is header formatted), and includes a 2 pixel external buffer/margin on top, bottom, right and left.
Adding to a category
[[Category:XYZ]]
use on an article or category page
Linking to a category
[[:Category:XYZ]]
Control font size
<font size="+1">word</font>
Use only values of -2, +1 and higher
Adding invisibly to a category
[[Category:XYZ| ]]
Article does not show up on category page For starting a new article
Click me!
Leads to the template or structure for new articles
Comment
<!-- comment -->
x
Making a redirect to another page
#REDIRECT [[pagename]]
Must be on 1st line of page
x
Non-breaking space
&nbsp;
Inserted into any normal text
x
x
x
x
x
x
x
Thing Wikitext Notes Thing Wikitext Notes



Note, this is a personal reference page for editor Peter Knutsen. Nobody else should ever make any alterations to this page, without explicit permisson from Peter Knutsen. You are, however, welcome to copy from it

This page contains the wikitext usage references most frequently used by Peter Knutsen, which he finds hard or impossible to remember at the present time.

Personal tools