PK ref
From Sagataflwiki
(Difference between revisions)
(Adding clarifying text) |
(deleted alphabetizatio info) |
||
Line 3: | Line 3: | ||
! Thing !! Wikitext !! Notes | ! Thing !! Wikitext !! Notes | ||
|- | |- | ||
- | | Making a piped link || <pre>[[Destination|ClickMe]]</pre> || | + | | Making a piped link || <pre>[[Destination|ClickMe]]</pre> || |
|- | |- | ||
- | | Adding a category || <pre>[[Category:XYZ]]</pre> || | + | | Adding a category || <pre>[[Category:XYZ]]</pre> || |
|- | |- | ||
- | | Linking to a category || <pre>[[:Category:XYZ]]</pre> || | + | | Linking to a category || <pre>[[:Category:XYZ]]</pre> || |
|- | |- | ||
| Making a redirect || <pre>#REDIRECT [[pagename]]</pre> || Must be on 1st line of page | | Making a redirect || <pre>#REDIRECT [[pagename]]</pre> || Must be on 1st line of page |
Revision as of 07:15, 27 January 2011
For starting new articles: Article in wikitext
Thing | Wikitext | Notes |
---|---|---|
Making a piped link | [[Destination|ClickMe]] | |
Adding a category | [[Category:XYZ]] | |
Linking to a category | [[:Category:XYZ]] | |
Making a redirect | #REDIRECT [[pagename]] | Must be on 1st line of page |
y | ... | |
y | ... |
Basic table structure
{| ! A !! B !! C |- | 1 || 2 || 3 |- | 4 || 5 || 6 |}
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.