Help:Editing: Difference between revisions
Ross Burgess (talk | contribs) No edit summary |
Ross Burgess (talk | contribs) No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
The following table shows some of the main codes used when editing a page on the LGBT UK History Project. It is a modified version of the equivalent page on Wikipedia (http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet). | |||
{|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" | {|align="center" style="width:100%; border:2px #a3b1bf solid; background:#f5faff; text-align:left;" | ||
|colspan="3" align="center" style="background:#cee0f2; text-align:center;" | | |colspan="3" align="center" style="background:#cee0f2; text-align:center;" | | ||
| Line 55: | Line 55: | ||
|Show an image | |Show an image | ||
| | | | ||
<tt><nowiki>[[</nowiki></tt>File:Wiki.png<tt>|thumb | <tt><nowiki>[[</nowiki></tt>File:Wiki.png<tt>|thumb|</tt>Caption<tt><nowiki>]]</nowiki></tt> | ||
| | | | ||
[[File:LGBTHistory.gif|thumb | [[File:LGBTHistory.gif|thumb|Caption]] | ||
|- | |- | ||
|Size an image | |Size an image | ||
| | | | ||
<tt><nowiki>[[</nowiki></tt>File:Wiki.png<tt>|thumb|60px | <tt><nowiki>[[</nowiki></tt>File:Wiki.png<tt>|thumb|60px|Cap<nowiki>]]</nowiki></tt><br /><br /><span style="font-size:0.9em;">(''option'' "60px" ''means 60 pixels wide'')</span> | ||
| | | | ||
[[File:LGBTHistory.gif|thumb|60px | [[File:LGBTHistory.gif|thumb|60px|Cap]] | ||
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
| Line 81: | Line 81: | ||
|- | |- | ||
| colspan="3" style="background:#E6F2FF" | | | colspan="3" style="background:#E6F2FF; text-align:center" | | ||
'''Works only at the beginning of lines''' | |||
|-<!--COLUMN HEADINGS--> style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;" | |-<!--COLUMN HEADINGS--> style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;" | ||
| width="30%" | Description | | width="30%" | Description | ||
| Line 160: | Line 160: | ||
## Two point one | ## Two point one | ||
# Three | # Three | ||
|- | |||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |||
|- | |||
|multi-column list<br /> | |||
''using the <tt><nowiki>{{columns-list}}</nowiki></tt> template | |||
| | |||
<tt><nowiki>{{columns-list|3|</nowiki></tt><br /> | |||
<tt>* One</tt><br /> | |||
<tt>* Two</tt><br /> | |||
<tt>* Three</tt><br /> | |||
<tt>* Four</tt><br /> | |||
<tt>* Five</tt><br /> | |||
<tt>* Six</tt><br /> | |||
<tt>* Seven</tt><br /> | |||
<tt>* Eight</tt><br /> | |||
<tt><nowiki>}}</nowiki></tt> | |||
| | |||
{{columns-list|3| | |||
* One | |||
* Two | |||
* Three | |||
* Four | |||
* Five | |||
* Six | |||
* Seven | |||
* Eight | |||
}} | |||
|- | |- | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
| Line 176: | Line 203: | ||
:::third indent | :::third indent | ||
|-<!--ADDING FOOTNOTE REFERENCES--> | |-<!--ADDING FOOTNOTE REFERENCES--> | ||
| colspan="3" style="background:#E6F2FF" | | | colspan="3" style="background:#E6F2FF; text-align:center" | | ||
'''Adding footnote references''' | |||
|- | |- | ||
| colspan="3" style="text-align:center;"| | | colspan="3" style="text-align:center;"| | ||
| Line 188: | Line 215: | ||
<br /><br /> | <br /><br /> | ||
<tt><nowiki> | <tt><nowiki> | ||
==References==</nowiki><br /><nowiki> | ==References==</nowiki><br /><nowiki> | ||
| Line 194: | Line 222: | ||
</nowiki></tt> | </nowiki></tt> | ||
Hello,<ref>Encyclopædia Britannica</ref> World.<ref>http://www.w3.org/</ref> | |Hello,<ref>Encyclopædia Britannica</ref> World.<ref>http://www.w3.org/</ref> | ||
<strong>References</strong> | <strong>References</strong> | ||
Latest revision as of 15:52, 12 November 2012
The following table shows some of the main codes used when editing a page on the LGBT UK History Project. It is a modified version of the equivalent page on Wikipedia (http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet).
Checklist for editing | ||
|
| ||
| Description | You type | You get |
| Italic text |
''italic'' |
italic |
| Bold text |
'''bold''' |
bold |
| Bold and italic text |
'''''bold & italic''''' |
bold & italic |
| Link to another page on this Wiki |
[[Name of page]] |
|
| Link internal heading |
[[#Heading name]] |
|
| Show an image |
[[File:Wiki.png|thumb|Caption]] |
![]() |
| Size an image |
[[File:Wiki.png|thumb|60px|Cap]] |
|
| Add a page to a category | [[Category:Category name]] (place near the bottom of a page) |
Shows "Category name" in a bar at bottom when the page is previewed or saved. |
| Signature
Sign your contributions when posting to a Talk Page.
|
~~~~ |
|
|
Works only at the beginning of lines | ||
| Description | You type | You get |
| Redirect to another page
Redirects must be placed at the start of the first line.
|
#REDIRECT [[Target page]] |
|
| Redirect to a section of another page |
#REDIRECT [[Target page#anchorName]] |
|
A Table of Contents will automatically be generated when four headings are added to an article.
|
==Level 2== |
Level 2Level 3Level 4Level 5Level 6 |
| Nonindexed headers (left out of Table of Contents)
|
; Header name (has a leading semicolon ";" in front)
|
Header name (will not appear in Table of Contents)
|
| Bulleted list |
* One |
|
| Numbered list |
# One |
|
| multi-column list using the {{columns-list}} template |
{{columns-list|3| |
|
| Indenting text |
no indent (normal) |
no indent (normal)
|
|
Adding footnote references | ||
| Insert footnotes as references in a page to list at page bottom |
Hello,<ref>Encyclopædia Britannica</ref> World.<ref>http://www.w3.org/</ref>
|
Hello,[1] World.[2]
References <references> |
- ↑ Encyclopædia Britannica
- ↑ http://www.w3.org/

