CZ:How to edit an article: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Gareth Leng
imported>Gareth Leng
Line 23: Line 23:


== Introduction ==
== Introduction ==
The Citizendium is a [[Wiki]], which means that anyone can edit any page and save those changes immediately. Whether [[:Category:CZ_Authors|authors]], [[:Category:CZ_Editors|editors]], or [[:Category:CZ_Constables|constables]], ''anyone'' taking part in Citizendium can edit almost ''any'' article.
The Citizendium is a [[Wiki]], which means that anyone can edit any page and save those changes immediately.  


Editing most Citizendium pages is easy. Click on the "'''edit this page'''" tab at the top of the page, and this will show you the editable text of the original page. Make the changes you want to, and put a short explanation in the small field below the edit-box. When you have finished, press the "'''show preview'''" button to see how your changes will look. You can also see the difference between the page with your edits and the previous version of the page by pressing the "show changes" button. When you're satisfied, press "'''Save page'''" .  
Whether [[:Category:CZ_Authors|authors]], [[:Category:CZ_Editors|editors]], or [[:Category:CZ_Constables|constables]], ''anyone'' taking part in Citizendium can edit almost ''any'' article.  
 
Just click on the "'''edit this page'''" tab at the top of the page, and you will see the editable text of that page. Make any changes you want to, and put a short explanation in the small field below the edit-box. When you have finished, press the "'''show preview'''" button to see how your changes will look. You can also see the difference between the page with your edits and the previous version by pressing the "show changes" button. When you're satisfied, press "'''Save page'''" .  


If you click on the "'''Discussion'''" tab you will see the  "'''talk page'''", which contains comments about the article from other Citizendium users. Edit the page in the same way as an article page.
If you click on the "'''Discussion'''" tab you will see the  "'''talk page'''", which contains comments about the article from other Citizendium users. Edit the page in the same way as an article page.

Revision as of 13:30, 1 February 2009

Template:TOC-right

Quick start

This page is about the code.

When you work on your article, it's mostly just like writing a long e-mail. But to make text bold or italicized, or to create links, you'll be using wiki "markup." Don't worry--it's not complicated!

There are just a few bits of code you'll be using again and again:

  • To start a new paragraph, skip down two lines. Skipping down one line has no effect.
  • To make text bold, put three single quotation marks around it: '''bold'''
  • To italicize text, use two single quotes: ''italicized text''
  • To link to a page, surround the text to be linked with double brackets: [[link]]
  • To make a link that points to an article that is different from the text of the link, you use a "pipe," : [[Biology|link]]
  • To start a new section, surround the section title by two equals signs (flush left): == My New Section ==
  • To start a new subsection, surround the section title by three equals signs (flush left): === My New Sub-Section ===
  • To make a bulleted list, precede a list item with * and make sure it's flush left: * My bullet point
  • To make a numbered list, use #, like this: # My numbered point

If you see some bit of formatting you'd like to replicate, just click the "edit" button to see how it's done. This is how most of us learned!

See below for a more complete list.

Introduction

The Citizendium is a Wiki, which means that anyone can edit any page and save those changes immediately.

Whether authors, editors, or constables, anyone taking part in Citizendium can edit almost any article.

Just click on the "edit this page" tab at the top of the page, and you will see the editable text of that page. Make any changes you want to, and put a short explanation in the small field below the edit-box. When you have finished, press the "show preview" button to see how your changes will look. You can also see the difference between the page with your edits and the previous version by pressing the "show changes" button. When you're satisfied, press "Save page" .

If you click on the "Discussion" tab you will see the "talk page", which contains comments about the article from other Citizendium users. Edit the page in the same way as an article page.

Always sign your messages on talk pages. Signing is easy -- just type four tildes (~~~~) at the end of what you post. The software will convert this to your name or signature and a timestamp, i.e. Matt Innis 08:24, 16 April 2007 (CDT). Note that three tildes (~~~) will only sign your name, i.e. Matt Innis. Please use the four tildes on all talk pages.

You should not sign edits you make to regular articles. Each article's page histories function within the MediaWiki software keeps track of which user makes each change.

Minor edits

When you save a page that you've just changed, you can mark your changes as "minor" in the edit summary. Minor edits generally mean spelling corrections, formatting, and minor rearrangement of text - any small and uncontroversial changes. It is possible to "hide" minor edits when viewing the "recent changes" link on the left side navigation bar of the Citizendium. If you accidentally mark an edit as minor, please edit the source again, and in the new edit summary, say that your previous edit was a major, not a minor edit.

Wiki markup

The wiki markup is the syntax system you can use to format a Citizendium page.

The table below is an extensive list of various edits users can make. The left column shows the effects available. The right column shows the wiki markup used to achieve them. Please note, though, that some of these edits can also be made using the formatting buttons at the top of any page's edit box.

Examples

What it looks like What you type

Start sections of articles as follows:

New section
Subsection
Sub-subsection
  • Start with a second-level heading (==); don't use first-level headings (=) (consider the article heading to be the first-level heading if you like).
  • If possible, place subsections in an appropriate order. If listing countries, place them in alphabetical order rather than, say, relative to population of OECD countries or some random order.
  • A Table of Contents will automatically be added to an article that has four or more sections.
==New section==
===Subsection===
====Sub-subsection====

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 function diff (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 function ''diff'' 
(used internally to compare
different versions of a page).

But an empty line
starts a new paragraph.

You can break lines
without starting a new paragraph.

  • Please use this sparingly.
  • Close markup between lines, do not start a link or italics or bold on one line and close it on the next.
You can break lines<br/>
without starting a new paragraph.
  • It's easy to create a list:
    • Start every line with a star (asterisk).
      • More stars means deeper levels.
        • A newline in a list

marks the end of a list item.

  • An empty line starts a new list.
* It's easy to create a list:
** Start every line with a star.
*** More stars means deeper levels.
**** A newline in a list
marks the end of a list item.

* An empty line starts a new list.
  1. Numbered lists are also good
    1. very organized
    2. easy to follow
      1. easier still
# Numbered lists are also good
## very organized
## easy to follow
### easier still
Definition list
list of definitions
item
the item's definition
another item
the other item's definition
  • Begin with a semicolon. One item per line; a newline can appear before the colon, but using a space before the colon improves parsing.
; Definition list : list of definitions
; item : the item's definition
; another item
: the other item's definition
  • You can even create mixed lists
    1. and nest them
      • like this
        can I mix definition list as well?
        yes
        how?
        it's easy as
        • a
        • b
        • c
* You can even create mixed lists
*# and nest them
*#* like this
*#*; can I mix definition list as well?
*#*: yes
*#*; how?
*#*: it's easy as
*#*:* a 
*#*:* b
*#*:* c
A colon indents a line or paragraph.

A manual newline starts a new paragraph.

  • This is primarily for displayed material, but is also used for discussion on Talk pages.
: A colon indents a line or paragraph.
A manual newline starts a new paragraph.

When there is a need for separating a block of text

The blockquote command will indent both margins when needed instead of the left margin only as the colon does.

This is useful for (as the name says) inserting blocks of quoted (and cited) text.

<blockquote>
The '''blockquote''' command will indent 
both margins when needed instead of the 
left margin only as the colon does.  
</blockquote>

(See formula on right):

  • This is useful for:
    • pasting preformatted text;
    • algorithm descriptions;
    • program source code;
    • ASCII art;
    • chemical structures;
  • WARNING: If you make it wide, you force the whole page to be wide and hence less readable, especially for people who use lower resolutions. Never start ordinary lines with spaces.
 IF a line starts with a space THEN
     it will be formatted exactly
         as typed;
     in a fixed-width font;
     lines will not wrap;
 END IF
Centered text.
  • Please note the American spelling of "center".
<center>Centered text.</center>

A horizontal dividing line: this is above it


and this is below it.

  • Mainly useful for
    • disambiguation - but to be used sparsely, only when separating completely different, unrelated (groups of) meanings
    • separating threads on Talk pages.
A [[horizontal dividing line]]:
this is above it
----
and this is below it.

Links and URLs

What it looks like What you type

London has public transport.

  • A link to another Citizendium article.
  • Internally, the first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).
  • Thus the link above is to the URL en.Citizendium.org/wiki/Public_transport, which is the Citizendium article with the name "Public transport". See also Citizendium:Canonicalization.
London has [[public transport]].

San Francisco also has public transportation.

  • Same target, different name.
  • This is a piped link.
  • The "piped" text must be placed first, then the text that will be displayed second.
  • Because the software assumes all article titles start with a capital letter, there is no need to pipe links merely for capitalization. For example, [[Piped link|piped link]] is redundant.
San Francisco also has
[[public transport|
public transportation]].

San Francisco also has public transportation.

Examples include buses, taxicabs and streetcars.

  • Endings are blended into the link.
  • Preferred style is to use this instead of a piped link, if possible.
  • Blending can be suppressed by using <nowiki></nowiki> tags, which may be desirable in some instances. Example: a microsecond.
San Francisco also has
[[public transport]]ation.

Examples include [[bus]]es,
 [[taxicab]]s, and [[streetcar]]s.

[[micro]]<nowiki>second
</nowiki>

See the Citizendium:Manual of Style.

See the 
[[Citizendium:Manual of Style]].

Automatically hide stuff in parentheses: kingdom.

Automatically hide namespace: Village Pump.

Or both: Manual of Style

But not: [[Citizendium:Manual of Style#Links|]]

  • The server fills in the part after the pipe character (|) when you save the page. The next time you open the edit box you will see the expanded piped link. When previewing your edits, you will not see the expanded form until you press Save and Edit again. The same applies to links to sections within the same page (see previous entry).
Automatically hide stuff
in parentheses:
[[kingdom (biology)|]].

Automatically hide namespace: 
[[Citizendium:Village Pump|]].

Or both:
[[Citizendium:
Manual of Style (headings)|]]

But not:
[[Citizendium:
Manual of Style#Links|]]

See Citizendium:Pipe trick for details.

National sarcasm society is a page that does not exist yet.

  • You can create it by clicking on the link.
  • To create a new page:
    1. Create a link to it on some other (related) page.
    2. Save that page.
    3. Click on the link you just made. The new page will open for editing.
  • For more information, see How to start a page and check out Citizendium's naming conventions.
  • Please do not create a new article without linking to it from at least one other article.
[[National sarcasm society]]
is a page 
that does not exist yet.

Citizendium:How to edit a page is this page.

  • Self links appear as bold text when the article is viewed.
  • Do not use this technique to make the article name bold in the first paragraph; see the Manual of Style.
[[Citizendium:
How to edit a page]]
is this page.

When adding a comment to a Talk page, you should sign it by adding three tildes to add your user name:

Ben Brockert

or four to add user name plus date/time:

Ben Brockert 00:18, Nov 19, 2004 (UTC)

Five tildes gives the date/time alone:

00:18, Nov 19, 2004 (UTC)
  • The first two both provide a link to your user page.
When adding a comment
to a Talk page,you should 
sign it by adding three tildes
to add your user name:
: ~~~
or four for user name plus 
date/time:
: ~~~~
Five tildes gives the date/time
 alone:
: ~~~~~
  • Redirect one article title to another by placing a directive like the one shown to the right on the first line of the article (such as at a page titled "USA").
  • Note that, while it is possible to link to a section, it is not possible to redirect to a section. For example, "#REDIRECT [[United States#History]]" will redirect to the United States page, but not to any particular section on it. This feature may be implemented in the future - see feature request 218 (it appears as a bug).
#REDIRECT [[United States]]
  • Link to a page on the same subject in another language by using a link of the form: [[language code:Title]].
  • It does not matter where you put these links while editing as they will always show up in the same place when you save the page, but placement at the end of the edit box is recommended.
  • Please see Citizendium:Interlanguage links and the list of languages and codes.
[[fr:Wikipédia:Aide]]

What links here and Related changes pages can be linked as: Special:Whatlinkshere/Citizendium:How to edit a page and Special:Recentchangeslinked/Citizendium:How to edit a page

'''What links here''' and
'''Related changes'''
pages can be linked as:
[[Special:Whatlinkshere/
Citizendium:How to edit a page]]
and
[[Special:Recentchangeslinked/
Citizendium:How to edit a page]]

A user's Contributions page can be linked as: Special:Contributions/UserName or Special:Contributions/192.0.2.0

A user's '''Contributions''' page
can be linked as:
[[Special:Contributions/UserName]]
or
[[Special:Contributions/192.0.2.0]]

ISBN 012345678X

ISBN 0-12-345678-X

  • Link to books using their ISBN. This is preferred to linking to a specific online bookstore, because it gives the reader a choice of vendors. However, if one bookstore or online service provides additional free information, such as table of contents or excerpts from the text, then a link to that source will aid the user and is recommended.
  • ISBN links do not need any extra markup, provided you use one of the indicated formats.
ISBN 012345678X

ISBN 0-12-345678-X

Text mentioning RFC 4321 anywhere

Text mentioning RFC 4321 
anywhere

Date formats:

  1. July 20, 1969
  2. 20 July 1969
  3. 1969-07-20
  4. 1969-07-20
  • Link dates in one of the above formats, so that everyone can set their own display order. If logged in, you can use Special:Preferences to change your own date display setting.
  • All of the above dates will appear as "20 July 1969" if you set your date display preference to "15 January 2001", but as "July 20, 1969" if you set it to "January 15, 2001", or as "1969-07-20" if you set it to "2001-01-15".
Date formats:
# [[July 20]], [[1969]]
# [[20 July]] [[1969]]
# [[1969]]-[[07-20]]
# [[1969-07-20]]

Special WP:AO links like this year needing future maintenance

Special [[WP:AO]] links 
like [[As of 2006|this year]]
needing future maintenance

Sound

  • To include links to non-image uploads such as sounds, use a "media" link. For images, see next section.

Some uploaded sounds are listed at Citizendium:Sound.

[[media:Sg_mrob.ogg|Sound]]

Images

Only images that have been uploaded to Citizendium can be used. To upload images, use the Upload Wizard.

After you upload an image with the Upload Wizard, the basic code to place it will appear right on the image page. Some things you can do to vary the placement are described below.

All uploaded images are at the image list.

NOTE: Citizendium is currently not able to totally support all of the following coding for image resizing and such. It is believed that this support will become available in the coming weeks.

What it looks like What you type
A picture:

Logo200gr.jpg

A picture: 
[[Image:Logo200gr.jpg]]
With alternative text:

citi key logo

With alternative text:
[[Image:Logo200gr.jpg|citi key logo]]
  • Alternative text, used when a mouse hovers over the image or when the image is not loaded in a text-only browser, or when spoken aloud, is strongly encouraged. See Alternate text for images for help on choosing it.
Floating to the right side of the page and with a caption:
Citizendium Encyclopedia

Floating to the right side of the page
and with a caption:
[[Image:Logo200gr.jpg|frame|Citizendium Encyclopedia]]
  • The frame tag automatically floats the image right.
  • The caption is also used as alternate text.
Floating to the right side of the page without a caption:
Citizendium Encyclopedia
Floating to the right side of the page
''without'' a caption:
[[Image:Logo200gr.jpg|right|Citizendium Encyclopedia]]
A picture resized to 100 pixels...

citi key logo

A picture resized to 100 pixels...
[[Image:Logo200gr.jpg|100 px|citi key logo]]
A picture resized to 100 pixels with a caption:
citi key logo
A picture resized to 100 pixels with a caption:
[[Image:Logo200gr.jpg|thumb|100 px|citi key logo]]
  • Thumb tag must be used to resize a picture with a caption.
  • The thumb tag automatically floats the image right.
A picture resized to 100 pixels floating in the center with a caption:
citi key logo
A picture resized to 100 pixels floating in the center with a caption:
[[Image:Logo200gr.jpg|thumb|center|100 px|citi key logo]]
  • Note that the location can be defined as being center or left (not shown).
A failed attempt to resize to 100 pixels, float in the center with a caption using frame:
citi key logo
A failed attempt to resize to 100 pixels, float in the center with a caption using '''frame''':
[[Image:Logo200gr.jpg|frame|center|100 px|citi key logo]]
  • If frame is used to try and resize a picture with a caption it will displays the picture at its actual size (in this case 200px). Always use thumb.
  • The help topic on Extended image syntax explains more options.
Linking directly to the description page of an image:

Image:Logo200gr.jpg

Linking directly to the description page
of an image:
[[:Image:Logo200gr.jpg]]
  • Clicking on an image displayed on a page

(such as any of the ones above) also leads to the description page

Linking directly to an image without displaying it:

Image of the citi key logo

Linking directly to an image
without displaying it:
[[media:Logo200gr.jpg|Image of the citi key logo]]
  • To include links to images shown as links instead of drawn on the page, use a "media" link.
Using the div tag to separate images from text (note that this may allow images to cover text):
Example:
<div style="display:inline;
width:220px; float:right;">
Place images here </div>
Using wiki markup to make a table in which to place a vertical column of images (this helps edit links match headers, especially in Firefox browsers):
Example: {| align=right
|-
| 
Place images here
|}

See the Citizendium's image use policy as a guideline used on Citizendium.

For further help on images, including some more versatile abilities, see the topic on Extended image syntax.

Character formatting

What it looks like What you type

Emphasized text
Strong emphasis
Even stronger emphasis

''Emphasized text''
'''Strong emphasis'''
'''''Even stronger emphasis'''''

A typewriter font for monospace text or for computer code: int main()

  • For semantic reasons, using <code> where applicable is preferable to using <tt>.
A typewriter font for <tt>monospace text</tt>
or for computer code: <code>int main()</code>

You can use small text for captions.

You can use <small>small text</small> for captions.

Better stay away from big text, unless it's within small text.

Better stay away from <big>big text</big>, unless
<small> it's <big>within</big> small</small> text.

You can strike out deleted material and underline new material.

You can also mark deleted material and inserted material using logical markup. For backwards compatibility better combine this potentially ignored new logical with the old physical markup.

  • When editing regular Citizendium articles, just make your changes and do not mark them up in any special way.
  • When editing your own previous remarks in talk pages, it is sometimes appropriate to mark up deleted or inserted material.
You can <s>strike out deleted material</s>
and <u>underline new material</u>.

You can also mark <del>deleted material</del> and
<ins>inserted material</ins> using logical markup.
For backwards compatibility better combine this
potentially ignored new <del>logical</del> with
the old <s><del>physical</del></s> markup.

Suppressing interpretation of markup:
Link → (''to'') the [[Citizendium FAQ]]

  • Used to show literal data that would otherwise have special meaning.
  • Escape all wiki markup, including that which looks like HTML tags.
  • Does not escape HTML character references.
  • To escape HTML character references such as &rarr; use &amp;rarr;


<nowiki>Link &rarr; (''to'') 
the [[Citizendium FAQ]]</nowiki>

Commenting page source:
not shown when viewing page

  • Used to leave comments in a page for future editors.
  • Note that most comments should go on the appropriate Talk page.


<!-- comment here -->

Diacritical marks:
À Á Â Ã Ä Å
Æ Ç È É Ê Ë
Ì Í Î Ï Ñ Ò
Ó Ô Õ Ö Ø Ù
Ú Û Ü ß à á
â ã ä å æ ç
è é ê ë ì í
î ï ñ ò ó ô
œ õ ö ø ù ú
û ü ÿ


&Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring; 
&AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; 
&Igrave; &Iacute; &Icirc; &Iuml; &Ntilde; &Ograve; 
&Oacute; &Ocirc; &Otilde; &Ouml; &Oslash; &Ugrave; 
&Uacute; &Ucirc; &Uuml; &szlig; &agrave; &aacute; 
&acirc; &atilde; &auml; &aring; &aelig; &ccedil; 
&egrave; &eacute; &ecirc; &euml; &igrave; &iacute;
&icirc; &iuml; &ntilde; &ograve; &oacute; &ocirc; 
&oelig; &otilde; &ouml; &oslash; &ugrave; &uacute; 
&ucirc; &uuml; &yuml;

Punctuation:
¿ ¡ §
† ‡ • – —
‹ › « »
‘ ’ “ ”


&iquest; &iexcl; &sect; &para;
&dagger; &Dagger; &bull; &ndash; &mdash;
&lsaquo; &rsaquo; &laquo; &raquo;
&lsquo; &rsquo; &ldquo; &rdquo;

Commercial symbols:
™ © ® ¢ € ¥
£ ¤


&trade; &copy; &reg; &cent; &euro; &yen; 
&pound; &curren;

Subscripts:
x1 x2 x3 or
xxxxx
xxxxx

Superscripts:
x1 x2 x3 or
xx¹ x² x³ x
xxxxx

  • The latter methods of sub/superscripting cannot be used in the most general context, as they rely on Unicode support which may not be present on all users' machines. For the 1-2-3 superscripts, it is nevertheless preferred when possible (as with units of measurement) because most browsers have an easier time formatting lines with it.

ε0 = 8.85 × 10−12 C² / J m.

1 hectare = 1 E4 m²


''x''<sub>1</sub> ''x''<sub>2</sub> ''x''<sub>3</sub> or
<br/>
''x''&#8320; ''x''&#8421; ''x''&#8322; ''x''&#8323; ''x''&#8324;
<br/>
''x''&#8325; ''x''&#8326; ''x''&#8327; ''x''&#8328; ''x''&#8329;
''x''<sup>1</sup> ''x''<sup>2</sup> ''x''<sup>3</sup> or
<br/>
''x''&#8304; ''x''&sup1; ''x''&sup2; ''x''&sup3; ''x''&#8308;
<br/>
x&#8309; x&#8310; x&#8311; x&#8312; x&#8313;

&epsilon;<sub>0</sub> =
8.85 &times; 10<sup>&minus;12</sup>
C&sup2; / J m.

1 [[hectare]] = [[1 E4 m&sup2;]]

Greek characters:
α β γ δ ε ζ
η θ ι κ λ μ ν
ξ ο π ρ σ ς
τ υ φ χ ψ ω
Γ Δ Θ Λ Ξ Π
Σ Φ Ψ Ω


&alpha; &beta; &gamma; &delta; &epsilon; &zeta; 
&eta; &theta; &iota; &kappa; &lambda; &mu; &nu; 
&xi; &omicron; &pi; &rho; &sigma; &sigmaf;
&tau; &upsilon; &phi; &chi; &psi; &omega;
&Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi; 
&Sigma; &Phi; &Psi; &Omega;

Mathematical characters:
∫ ∑ ∏ √ − ± ∞
≈ ∝ ≡ ≠ ≤ ≥
× · ÷ ∂ ′ ″
∇ ‰ ° ∴ ℵ ø
∈ ∉ ∩ ∪ ⊂ ⊃ ⊆ ⊇
¬ ∧ ∨ ∃ ∀ ⇒ ⇐ ⇓ ⇑ ⇔
→ ↓ ↑ ← ↔


&int; &sum; &prod; &radic; &minus; &plusmn; &infin;
&asymp; &prop; &equiv; &ne; &le; &ge;
&times; &middot; &divide; &part; &prime; &Prime;
&nabla; &permil; &deg; &there4; &alefsym; &oslash;
&isin; &notin; &cap; &cup; &sub; &sup; &sube; &supe;
&not; &and; &or; &exist; &forall; &rArr; &lArr; &dArr; &uArr; &hArr;
&rarr; &darr; &uarr; &larr; &harr;


sin x + ln y


x = 0

Ordinary text should use wiki markup for emphasis, and should not use <i> or <b>. However, mathematical formulas often use italics, and sometimes use bold, for reasons unrelated to emphasis. Complex formulas should use <math> markup, and simple formulas may use <math>; or <i> and <b>; or '' and '''. According to WikiProject Mathematics, wiki markup is preferred over HTML markup like <i> and <b>. In non-TeX mathematical notation, variables, but not digits and not punctuation, should usually be italicized, thus matching TeX style. In some simple instances of TeX, seemingly superfluous spacing created by \, (a backslash followed by a comma) is sometimes needed for proper rendering.

<math>\sin x + \ln y\,</math>
sin ''x'' + ln ''y''

<math>\mathbf{x} = 0</math>
'''x''' = 0

Spacing in simple math formulas:
Obviously, x² ≥ 0 is true when x is a real number.

  • To space things out without allowing line breaks to interrupt the formula, use non-breaking spaces: &nbsp;.


Obviously, ''x''&sup2;&nbsp;&ge;&nbsp;0 is true when ''x'' is a real number.

Complicated formulas:

  • See Help:Formula for how to use <math>.
  • A formula displayed on a line by itself should probably be indented by using the colon (:) character.


: <math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>

(see also: Chess symbols in Unicode)

No or limited formatting - showing exactly what is being typed

A few different kinds of formatting will tell the Wiki to display things as you typed them - what you see, is what you get!

What it looks like What you type
<nowiki> tags

The nowiki tag ignores [[Wiki]] ''markup''. It reformats text by removing newlines and multiple spaces. It still interprets special characters: →

<nowiki>
The nowiki tag ignores [[Wiki]] ''markup''.
It reformats text by removing newlines    and multiple spaces.
It still interprets special characters: &rarr;
</nowiki>
<pre> tags
The pre tag ignores [[Wiki]] ''markup''.
It also doesn't     reformat text.
It still interprets special characters: →
<pre>
The pre tag ignores [[Wiki]] ''markup''.
It also doesn't     reformat text.
It still interprets special characters: &rarr;
</pre>
Leading spaces

Leading spaces are another way to preserve formatting.

Putting a space at the beginning of each line
stops the text   from being reformatted. It still
interprets Wiki markup and special
characters: →
Leading spaces are another way to preserve formatting.

 Putting a space at the beginning of each line
 stops the text   from being reformatted. It still
 interprets [[Wiki]] ''markup'' and special
 characters: &rarr;

Table of contents

At the current status of the wiki markup language, having at least four headers on a page triggers the TOC to appear in front of the first header (or after introductory sections). Putting __TOC__ anywhere forces the TOC to appear at that point (instead of just before the first header). Putting __NOTOC__ anywhere forces the TOC to disappear. See also compact TOC for alphabet and year headings.

Tables

There are two ways to build tables:

  • in special Wiki-markup (see How to make tables)
  • with the usual HTML elements: <table>, <tr>, <td> or <th>.

References and citations

  • The markup <ref>Put text to appear in note here</ref> creates a numbered note
  • A collected citation list is created by <references/>
  • The markup <ref name=Smith>Put text to appear in note here</ref> gives a name to a note which can be marked up again by calling the name. No space can be used in the name.
  • Named references are called upon later in the text by <ref name=Smith />

Citation tools for Citizendium

There are some tools available to assist citations into Citizendium. See CZ:MediaWiki Citation Tools.

Enhancing your editing with JavaScript

You can enhance and make easier your experience using wiki markup through the use of JavaScript extensions. See Enhancing your editing with javascript extensions.


Citizendium Technical Help
How to edit an article | Searching | Start article with subpages
The Article Checklist | Subpage template
See also: Getting Started
How to Edit
Getting Started Organization Technical Help
Policies Content Policy
Welcome Page