PK ref

From Sagataflwiki

(Difference between revisions)
Jump to: navigation, search
(explaining the entry)
(removing "not tested" text since it has now been tested and found to work)
 
(42 intermediate revisions not shown)
Line 1: Line 1:
-
'''For starting new articles''': [[Article in wikitext]]
+
{|style="margin: 3px 3px 3px 3px;"
-
{|
+
! Thing
-
! Thing !! Wikitext !! Notes !!  !!  !!  !! Thing !! Wikitext !! Notes
+
! Wikitext
 +
! Notes
 +
! scope="col" style="width: 1%;" |
 +
! 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.
+
| Control column width ||colspan=5| <pre>!!scope="col" style="width: 25em;" | Stuff A !! Stuff B </pre> || Preferably place in header row. Controls the width of the Stuff A column.
|-
|-
-
| Adding a category || <pre>[[Category:XYZ]]</pre> || || ||  ||  || Non-breaking space || <pre>&amp;nbsp;</pre> || Inserted into any normal text.
+
| colspan in table ||colspan=5| <pre>|colspan=2| 1st colspan cell ||colspan=2| 2nd colspan cell</pre> || use rowspan=X in the same way
|-
|-
-
| Linking to a category || <pre>[[:Category:XYZ]]</pre> ||  ||  ||  ||  ||rowspan=2| The basic structure of a table ||rowspan=2|
+
| Making a piped link || <pre>[[Destination|ClickMe]]</pre> ||  ||  ||rowspan=2| The basic structure of a table ||rowspan=2|
-
<pre>{|style="margin: 1px;"
+
<pre>
 +
{|style="margin: 2px;"
! A !! B !! C
! A !! B !! C
|-
|-
| 1 || 2 || 3
| 1 || 2 || 3
-
|-
 
-
| 4 || 5 || 6
 
|}
|}
</pre>
</pre>
-
|rowspan=2| includes 1 pixel margin on top, bottom, right and left.
+
|rowspan=2| 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 invisibly to a category || <pre>[[Category:XYZ| ]]</pre> || Article does not show up on category page ||  ||  ||  
+
| Adding to a category || <pre>[[Category:XYZ]]</pre> || use on an article or category page ||  
|-
|-
-
| Comment || <pre><!-- comment --></pre> ||  ||  ||  || ||  ||  ||
+
| Linking to a category || <pre>[[:Category:XYZ]]</pre> ||  ||  || Control font size || <pre><font size="+1">word</font></pre> || Use only values of -2, +1 and higher
-
|}
+
-
<!-- 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 -->
+
-
 
+
-
 
+
-
'''Basic table structure'''
+
-
 
+
-
<pre>
+
-
{|style="margin: 1px 1px 1px 1px;"
+
-
! A !! B !! C
+
|-
|-
-
| 1 || 2 || 3
+
| Ending part w. horiz. stacked tables || <pre><br style="clear:left"></pre> || Presumably use "right" for right-stacked tables? ||  || For starting a new article ||align="center"| <br>[[Article in wikitext|Click me!]] || Leads to the template or structure for new articles
 +
|-
 +
| Comment || <pre><!-- comment --></pre> ||  ||  ||  || <pre></pre> ||
 +
|-
 +
| Making a redirect to another page || <pre>#REDIRECT [[pagename]]</pre> || Must be on 1st line of page ||  ||  || <pre></pre> ||  
|-
|-
-
| 4 || 5 || 6
+
| Soft hyphen || <pre>&amp;shy;</pre> || Tells browser it's OK to break up word there ||  ||  || <pre></pre> ||
 +
|-
 +
| Non-breaking space || <pre>&amp;nbsp;</pre> || Inserted into any normal text ||  ||  || <pre></pre> ||
 +
|-
 +
| Non-breaking hyphen || <pre>&amp;#8209;</pre> ||  ||  ||  || <pre></pre> ||
 +
|-
 +
|  || <pre></pre> ||  ||  ||  || <pre></pre> ||
 +
|-
 +
|  || <pre></pre> ||  ||  ||  || <pre></pre> ||
 +
|-
 +
! Thing !! Wikitext !! Notes !!  !! Thing !! Wikitext !! Notes
|}
|}
-
</pre>
 
<br><br>
<br><br>
-
'''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.'''<br><br>
+
'''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'''<br><br>
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.  
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.  
[[Category:Personal reference]]
[[Category:Personal reference]]

Latest revision as of 14:45, 18 June 2011

Thing Wikitext Notes Thing Wikitext Notes
Control column width
!!scope="col" style="width: 25em;" | Stuff A !! Stuff B 
Preferably place in header row. Controls the width of the Stuff A column.
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
Ending part w. horiz. stacked tables
<br style="clear:left">
Presumably use "right" for right-stacked tables? For starting a new article
Click me!
Leads to the template or structure for new articles
Comment
<!-- comment -->
 
Making a redirect to another page
#REDIRECT [[pagename]]
Must be on 1st line of page
 
Soft hyphen
&shy;
Tells browser it's OK to break up word there
 
Non-breaking space
&nbsp;
Inserted into any normal text
 
Non-breaking hyphen
&#8209;
 
 
 
 
 
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