PK ref
From Sagataflwiki
(Difference between revisions)
(Wanting to see if this works) |
(I think this is working) |
||
Line 1: | Line 1: | ||
- | |||
- | |||
{| | {| | ||
! Thing !! Wikitext !! Notes | ! Thing !! Wikitext !! Notes | ||
Line 6: | Line 4: | ||
| 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> || Use XYZ|UVW to alphabetize under UVW |
|- | |- | ||
- | | | + | | Linking to a category || <pre>[[:Category:XYZ]]</pre> || ... |
|- | |- | ||
- | | | + | | Making a redirect || <pre>#REDIRECT [[pagename]]</pre> || Must be on 1st line of page |
|- | |- | ||
| y || <pre></pre> || ... | | y || <pre></pre> || ... | ||
Line 17: | Line 15: | ||
|} | |} | ||
+ | '''Basic table structure''' | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<pre> | <pre> | ||
{| | {| |
Revision as of 07:19, 24 January 2011
Thing | Wikitext | Notes |
---|---|---|
Making a piped link | [[Destination|ClickMe]] | ... |
Adding a category | [[Category:XYZ]] | UVW to alphabetize under UVW |
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.