PK ref

From Sagataflwiki

(Difference between revisions)
Jump to: navigation, search
(removing final cells from 5th row (they're overwritten by rowspan))
(re-adding deleted cells, changing rowspan to 2, I think it'll more or less fit now)
Line 7: Line 7:
| Adding a category || <pre>[[Category:XYZ]]</pre> ||  ||  ||  ||  || Non-breaking space || <pre>&amp;nbsp;</pre> || Inserted into any normal text
| 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=3| x ||rowspan=3| <pre>
+
| Linking to a category || <pre>[[:Category:XYZ]]</pre> ||  ||  ||  ||  ||rowspan=2| x ||rowspan=2|
-
{|style="margin: 1px;"
+
<pre>{|style="margin: 1px;"
! A !! B !! C
! A !! B !! C
|-
|-
Line 14: Line 14:
|-
|-
| 4 || 5 || 6
| 4 || 5 || 6
-
|}</pre>
+
|}
-
|rowspan=3| x
+
</pre>
 +
|rowspan=2| x
|-
|-
| 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 ||  ||  ||  
|-
|-
-
| Comment || <pre><!-- comment --></pre> ||  ||  ||  ||  
+
| Comment || <pre><!-- comment --></pre> ||  ||  ||  ||  ||  ||  ||  
|}
|}
<!-- the middle cells are to add more spacing between the two "parts" of the table. Put content into only the first 3 cells and the last 3 cells of each row -->
<!-- the middle cells are to add more spacing between the two "parts" of the table. Put content into only the first 3 cells and the last 3 cells of each row -->

Revision as of 22:00, 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
&nbsp;
Inserted into any normal text
Linking to a category
[[:Category:XYZ]]
x
{|style="margin: 1px;"
! A !! B !! C
|-
| 1 || 2 || 3
|-
| 4 || 5 || 6
|}
x
Adding invisibly to a category
[[Category:XYZ| ]]
Article does not show up on category page
Comment
<!-- comment -->


Basic table structure

{|style="margin: 1px 1px 1px 1px;"
! 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.

Personal tools