Difference between revisions of "Wiki editing guide"
(Created page with "{| cellpadding=5 style="margin:7px 30px 0 30px; <!-- --> float:right; border:1px solid #AA6633" |- bgcolor="#fbfeff" |- | Documentation |- | HOW TOs | HOW TOs for shi...") |
m |
||
Line 12: | Line 12: | ||
<br><br> | <br><br> | ||
[[Main_Page|<B>PREX Main</B>]] << [[PREX wiki info]] | [[Main_Page|<B>PREX Main</B>]] << [[PREX wiki info]] | ||
+ | |||
+ | |||
+ | = Wiki editing guide = | ||
+ | |||
+ | == Basic text formatting == | ||
+ | You can format the page using Wikitext special characters. | ||
+ | |||
+ | {| border="1" cellpadding="2" cellspacing="0" | ||
+ | !width="1000"|What it looks like | ||
+ | !width="500"|What you type | ||
+ | |- | ||
+ | | | ||
+ | You can ''italicize'' text by putting 2 | ||
+ | apostrophes on ''each'' side. | ||
+ | |||
+ | 3 apostrophes will '''bold''' the text. | ||
+ | |||
+ | |||
+ | 5 apostrophes will '''''bold and italicize''''' | ||
+ | the text. | ||
+ | |||
+ | (Using 4 apostrophes doesn't do anything | ||
+ | special -- <br /> 3 of them '''bold''' the text as | ||
+ | usual; the others are ''''just'''' apostrophes | ||
+ | around the text.) | ||
+ | |||
+ | |<pre> | ||
+ | You can ''italicize'' text by putting 2 | ||
+ | apostrophes on ''each'' side. | ||
+ | |||
+ | 3 apostrophes will '''bold''' the text. | ||
+ | |||
+ | 5 apostrophes will '''''bold and italicize''''' | ||
+ | the text. | ||
+ | |||
+ | (Using 4 apostrophes doesn't do anything | ||
+ | special -- <br /> 3 of them '''bold''' the text as | ||
+ | usual; the others are ''''just'''' apostrophes | ||
+ | around the text.) | ||
+ | </pre> | ||
+ | |- | ||
+ | | | ||
+ | A single newline | ||
+ | generally has no effect on the layout. | ||
+ | These can be used to separate | ||
+ | sentences within a paragraph. | ||
+ | Some editors find that this aids editing | ||
+ | and improves the ''diff'' function | ||
+ | (used internally to compare | ||
+ | different versions of a page). | ||
+ | |||
+ | But an empty line | ||
+ | starts a new paragraph. | ||
+ | |||
+ | When used in a list, a newline ''does'' affect the layout ([[#lists|see below]]). | ||
+ | |<pre> | ||
+ | A single newline | ||
+ | generally has no effect on the layout. | ||
+ | These can be used to separate | ||
+ | sentences within a paragraph. | ||
+ | Some editors find that this aids editing | ||
+ | and improves the ''diff'' function | ||
+ | (used internally to compare | ||
+ | different versions of a page). | ||
+ | |||
+ | But an empty line | ||
+ | starts a new paragraph. | ||
+ | |||
+ | When used in a list, a newline ''does'' | ||
+ | affect the layout ([[#lists|see below]]). | ||
+ | </pre> | ||
+ | |- | ||
+ | | | ||
+ | You can break lines<br/> | ||
+ | without a new paragraph.<br/> | ||
+ | Please use this sparingly. | ||
+ | |||
+ | Please do not start a link or ''italics'' or '''bold''' text on one line and end on the next. | ||
+ | |<pre> | ||
+ | You can break lines<br/> | ||
+ | without a new paragraph.<br/> | ||
+ | Please use this sparingly. | ||
+ | |||
+ | Please do not start a link or | ||
+ | ''italics'' or '''bold''' text on one line | ||
+ | and end on the next. | ||
+ | </pre> | ||
+ | |- | ||
+ | |||
+ | |You should "sign" your comments on talk pages: <br/> | ||
+ | * Three tildes gives your signature: [[User:Example|Example]] <br/> | ||
+ | * Four tildes give your signature plus date/time: [[User:Example|Example]] 07:46, 27 November 2005 (UTC) <br/> | ||
+ | * Five tildes gives the date/time alone: 07:46, 27 November 2005 (UTC) <br/> | ||
+ | |<pre> | ||
+ | You should "sign" your comments | ||
+ | on talk pages: | ||
+ | * Three tildes gives your | ||
+ | signature: ~~~ | ||
+ | * Four tildes give your | ||
+ | signature plus date/time: ~~~~ | ||
+ | * Five tildes gives the | ||
+ | date/time alone: ~~~~~ | ||
+ | </pre> | ||
+ | |} |
Revision as of 22:41, 4 February 2020
Documentation |
HOW TOs for shift crew |
Expert Tools |
Wiki editing guide
Basic text formatting
You can format the page using Wikitext special characters.
What it looks like | What you type |
---|---|
You can italicize text by putting 2 apostrophes on each side. 3 apostrophes will bold the text.
(Using 4 apostrophes doesn't do anything
special -- |
You can ''italicize'' text by putting 2 apostrophes on ''each'' side. 3 apostrophes will '''bold''' the text. 5 apostrophes will '''''bold and italicize''''' the text. (Using 4 apostrophes doesn't do anything special -- <br /> 3 of them '''bold''' the text as usual; the others are ''''just'''' apostrophes around the text.) |
A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the diff function (used internally to compare different versions of a page). But an empty line starts a new paragraph. When used in a list, a newline does affect the layout (see below). |
A single newline generally has no effect on the layout. These can be used to separate sentences within a paragraph. Some editors find that this aids editing and improves the ''diff'' function (used internally to compare different versions of a page). But an empty line starts a new paragraph. When used in a list, a newline ''does'' affect the layout ([[#lists|see below]]). |
You can break lines Please do not start a link or italics or bold text on one line and end on the next. |
You can break lines<br/> without a new paragraph.<br/> Please use this sparingly. Please do not start a link or ''italics'' or '''bold''' text on one line and end on the next. |
You should "sign" your comments on talk pages: |
You should "sign" your comments on talk pages: * Three tildes gives your signature: ~~~ * Four tildes give your signature plus date/time: ~~~~ * Five tildes gives the date/time alone: ~~~~~ |