PK ref
From Sagataflwiki
(Difference between revisions)
(Adding content between PRE tags) |
(explaining table structure better) |
||
Line 16: | Line 16: | ||
|} | |} | ||
</pre> | </pre> | ||
- | |rowspan=2| includes 1 pixel margin on top, bottom, right and left. | + | |rowspan=2| Table is 3 columns, 3 rows, and includes 1 pixel margin on top, bottom, right and left. |
|- | |- | ||
| Adding invisibly to a category || <pre>[[Category:XYZ| ]]</pre> || Article does not show up on category page || || || | | Adding invisibly to a category || <pre>[[Category:XYZ| ]]</pre> || Article does not show up on category page || || || |
Revision as of 22:05, 20 May 2011
For starting new articles: Article in wikitext
Thing | Wikitext | Notes | Thing | Wikitext | Notes | |||
---|---|---|---|---|---|---|---|---|
Making a piped link | [[Destination|ClickMe]] | Making a redirect | #REDIRECT [[pagename]] | Must be on 1st line of page. | ||||
Adding a category | [[Category:XYZ]] | Non-breaking space | | Inserted into any normal text. | ||||
Linking to a category | [[:Category:XYZ]] | The basic structure of a table |
{|style="margin: 1px;" ! A !! B !! C |- | 1 || 2 || 3 |- | 4 || 5 || 6 |} | Table is 3 columns, 3 rows, and includes 1 pixel margin on top, bottom, right and left. | ||||
Adding invisibly to a category | [[Category:XYZ| ]] | Article does not show up on category page | ||||||
Comment | <!-- comment --> | x | ||||||
x | x | |||||||
x | x | |||||||
x | x |
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.
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.