Actions

Difference between revisions of "Style guide for this Wiki"

From Online Dictionary of Crystallography

m (Formatting content)
m (Formatting content)
Line 177: Line 177:
 
equals signs.
 
equals signs.
 
</pre>
 
</pre>
 +
</td>
 +
</tr>
 +
<tr>
 +
<td colspan="2">
 +
== Lists ==
 
</td>
 
</td>
 
</tr>
 
</tr>
Line 445: Line 450:
 
</td>
 
</td>
 
</tr>
 
</tr>
</table>
 
  
<table>
 
  
</table>
+
<tr>
 
+
<td colspan="2">
<!--
+
== Images and tables ==
 
+
</td>
[edit]
+
</tr>
 
 
Images, tables, video, and sounds
 
 
 
This is a very quick introduction. For more information, see:
 
 
 
    * Help:Images and other uploaded files for how to upload files
 
    * Help:Extended image syntax for how to arrange images on the page
 
    * Help:Table for how to create a table
 
 
 
What it looks like What you type
 
  
 +
<tr>
 +
<td>
 
A picture, including alternate text:
 
A picture, including alternate text:
  
The logo for this Wiki
+
[[Image:Darwin.gif|Darwin's theory]]
  
 
You can put the image in a frame with a caption:
 
You can put the image in a frame with a caption:
The logo for this Wiki
+
 
The logo for this Wiki
+
[[Image:Darwin.gif|frame|Darwin's theory]]
+
</td>
 +
<td>
 +
<pre>
  
 
A picture, including alternate text:
 
A picture, including alternate text:
  
[[Image:Wiki.png|The logo for this Wiki]]
+
[[Image:Darwin.gif|Darwin's theory]]
  
 
You can put the image in a frame with a caption:
 
You can put the image in a frame with a caption:
[[Image:Wiki.png|frame|The logo for this Wiki]]
 
  
A link to Wikipedia's page for the image: Image:Wiki.png
+
[[Image:Darwin.gif|frame|Darwin's theory]]
 
+
</pre>
Or a link directly to the image itself: Media:Wiki.png
+
</td>
+
</tr>
 
 
A link to Wikipedia's page for the image:
 
[[:Image:Wiki.png]]
 
 
 
Or a link directly to the image itself:
 
[[Media:Wiki.png]]
 
 
 
Use media: links to link to sounds or videos: A sound file
 
 
 
 
Use '''media:''' links to link to sounds
 
or videos: [[media:Sg_mrob.ogg|A sound file]]
 
 
 
This is
 
a table
 
 
  
 +
<tr>
 +
<td>
 +
{| border="1" cellspacing="0" cellpadding="5" align="center"
 +
! This
 +
! is
 +
|-
 +
| a
 +
| table
 +
|}
 +
</td>
 +
<td>
 +
<pre>
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
{| border="1" cellspacing="0" cellpadding="5" align="center"
 
! This
 
! This
Line 509: Line 501:
 
| table
 
| table
 
|}
 
|}
 +
</pre>
 +
</td>
 +
</tr>
  
[edit]
+
<tr>
 +
<td colspan="2">
 +
== Mathematical formulas ==
 +
</td>
 +
</tr>
 +
<tr>
 +
<td>
  
Mathematical formulas
+
You can format mathematical formulas with TeX markup.
  
You can format mathematical formulas with TeX markup. See Help:Formula.
+
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
What it looks like What you type
 
 
 
\sum_{n=0}^\infty \frac{x^n}{n!}
 
 
 
 +
</td>
 +
<td>
 +
<pre>
 +
<nowiki><math>\sum_{n=0}^\infty \frac{x^n}{n!}</math></nowiki>
 +
</pre>
 +
</td>
 +
</tr>
  
<math>\sum_{n=0}^\infty \frac{x^n}{n!}</math>
+
<tr>
 +
<td colspan="2">
 +
== Special characters ==
 +
</td>
 +
</tr>
  
[edit]
+
<tr>
 
+
<td>
Special characters
+
Umlauts and accents:
  
Umlauts and accents: (See Help:Special characters)
 
 
À Á Â Ã Ä Å
 
À Á Â Ã Ä Å
 
Æ Ç È É Ê Ë
 
Æ Ç È É Ê Ë
Line 537: Line 545:
 
œ õ ö ø ù ú
 
œ õ ö ø ù ú
 
û ü ÿ
 
û ü ÿ
+
</td>
 +
<td>
 +
<pre>
 +
&amp;Agrave; &amp;Aacute; &amp;Acirc; &amp;Atilde; &amp;Auml; &amp;Aring;
 +
&amp;AElig; &amp;Ccedil; &amp;Egrave; &amp;Eacute; &amp;Ecirc; &amp;Euml;
 +
&amp;Igrave; &amp;Iacute; &amp;Icirc; &amp;Iuml; &amp;Ntilde; &amp;Ograve;
 +
&amp;Oacute; &amp;Ocirc; &amp;Otilde; &amp;Ouml; &amp;Oslash; &amp;Ugrave;
 +
&amp;Uacute; &amp;Ucirc; &amp;Uuml; &amp;szlig; &amp;agrave; &amp;aacute;
 +
&amp;acirc; &amp;atilde; &amp;auml; &amp;aring; &amp;aelig; &amp;ccedil;
 +
&amp;egrave; &amp;eacute; &amp;ecirc; &amp;euml; &amp;igrave; &amp;iacute;
 +
&amp;icirc; &amp;iuml; &amp;ntilde; &amp;ograve; &amp;oacute; &amp;ocirc;
 +
&amp;oelig; &amp;otilde; &amp;ouml; &amp;oslash; &amp;ugrave; &amp;uacute;
 +
&amp;ucirc; &amp;uuml; &amp;yuml;
 +
</pre>
 +
</td>
 +
</tr>
  
&Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring;
+
<tr>
&AElig; &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml;
+
<td>
&Igrave; &Iacute; &Icirc; &Iuml; &Ntilde; &Ograve;
+
Punctuation:
&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:
 
 
¿ ¡ « » § ¶
 
¿ ¡ « » § ¶
 
† ‡ • - – —
 
† ‡ • - – —
+
</td>
 +
<td>
 +
<pre>
 +
&amp;iquest; &amp;iexcl; &amp;laquo; &amp;raquo; &amp;sect; &amp;para;
 +
&amp;dagger; &amp;Dagger; &amp;bull; &amp;ndash; &amp;mdash;
 +
</pre>
 +
</td>
 +
</tr>
  
&iquest; &iexcl; &laquo; &raquo; &sect; &para;
+
<tr>
&dagger; &Dagger; &bull; &ndash; &mdash;
+
<td>
 +
Commercial symbols:
  
Commercial symbols:
 
 
™ © ® ¢ € ¥ £ ¤
 
™ © ® ¢ € ¥ £ ¤
+
</td>
 +
<td>
 +
<pre>
 +
&amp;trade; &amp;copy; &amp;reg; &amp;cent; &amp;euro; &amp;yen; &amp;pound; &amp;curren;
 +
</pre>
 +
</td>
 +
</tr>
  
&trade; &copy; &reg; &cent; &euro; &yen; &pound; &curren;
+
<tr>
 +
<td>
 
Greek characters:
 
Greek characters:
  
Line 571: Line 600:
 
Γ Δ Θ Λ Ξ Π
 
Γ Δ Θ Λ Ξ Π
 
Σ Φ Ψ Ω
 
Σ Φ Ψ Ω
+
</td>
 +
<td>
 +
<pre>
 +
&amp;alpha; &amp;beta; &amp;gamma; &amp;delta; &amp;epsilon; &amp;zeta;
 +
&amp;eta; &amp;theta; &amp;iota; &amp;kappa; &amp;lambda; &amp;mu; &amp;nu;
 +
&amp;xi; &amp;omicron; &amp;pi; &amp;rho; &amp;sigma; &amp;sigmaf;
 +
&amp;tau; &amp;upsilon; &amp;phi; &amp;chi; &amp;psi; &amp;omega;
 +
&amp;Gamma; &amp;Delta; &amp;Theta; &amp;Lambda; &amp;Xi; &amp;Pi;
 +
&amp;Sigma; &amp;Phi; &amp;Psi; &amp;Omega;
 +
</pre>
 +
</td>
 +
</tr>
  
&alpha; &beta; &gamma; &delta; &epsilon; &zeta;
+
<tr>
&eta; &theta; &iota; &kappa; &lambda; &mu; &nu;
+
<td>
&xi; &omicron; &pi; &rho; &sigma; &sigmaf;
+
Math characters:
&tau; &upsilon; &phi; &chi; &psi; &omega;
 
&Gamma; &Delta; &Theta; &Lambda; &Xi; &Pi;
 
&Sigma; &Phi; &Psi; &Omega;
 
  
Math characters:
 
 
∫ ∑ ∏ √ − ± ∞
 
∫ ∑ ∏ √ − ± ∞
 
≈ ∝ ≡ ≠ ≤ ≥
 
≈ ∝ ≡ ≠ ≤ ≥
Line 587: Line 623:
 
∈ ∩ ∪ ⊂ ⊃ ⊆ ⊇
 
∈ ∩ ∪ ⊂ ⊃ ⊆ ⊇
 
¬ ∧ ∨ ∃ ∀ ⇒ ⇔
 
¬ ∧ ∨ ∃ ∀ ⇒ ⇔
→ ↔ ↑
+
→ ↔ ↑ ℵ ∉
+
</td>
 
+
<td>
&int; &sum; &prod; &radic; &minus; &plusmn; &infin;
+
<pre>
&asymp; &prop; &equiv; &ne; &le; &ge;
+
&amp;int; &amp;sum; &amp;prod; &amp;radic; &amp;minus; &amp;plusmn; &amp;infin;
&times; &middot; &divide; &part; &prime; &Prime;
+
&amp;asymp; &amp;prop; &amp;equiv; &amp;ne; &amp;le; &amp;ge;
&nabla; &permil; &deg; &there4; &oslash;
+
&amp;times; &amp;middot; &amp;divide; &amp;part; &amp;prime; &amp;Prime;
&isin; &cap; &cup; &sub; &sup; &sube; &supe;
+
&amp;nabla; &amp;permil; &amp;deg; &amp;there4; &amp;oslash;
&not; &and; &or; &exist; &forall; &rArr; &hArr;
+
&amp;isin; &amp;cap; &amp;cup; &amp;sub; &amp;sup; &amp;sube; &amp;supe;
&rarr; &harr; &uarr;
+
&amp;not; &amp;and; &amp;or; &amp;exist; &amp;forall; &amp;rArr; &amp;hArr;
 
+
&amp;rarr; &amp;harr; &amp;uarr;
Problem symbols:
+
&amp;alefsym; &amp;notin;
ℵ ∉
+
</pre>
+
</td>
 +
</tr>
  
&alefsym; &notin;
 
[edit]
 
 
 
 
 
</table>
 
</table>
-->
 

Revision as of 15:27, 27 February 2006

This page provides some guidance to authors on creating and marking up definitions.

Creating a new definition

The preferred method (to maintain a properly managed index of terms) is to navigate to the appropriate alphabetical index page (accessible through the main page):

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z


Edit this page to add the new entry that you wish to work on in the form of a hyperlink, e.g. on the page for 'R' one could add

[[reciprocal space]]

IMPORTANT: use a lowercase initial letter, unless the term is itself a proper noun, e.g.

[[Miller indices]]

Now save the index page (the 'R' page that uou have been working on in this example). The new entry will appear as a hyperlink - if it is to a page that does not yet exist, it will show up in red. Now click on this new (red) hyperlink, and you will bring up an edit page where you can begin to enter the text of your new definition.

While you are editing the page, you can always click on the Show preview button to see what the formatted entry will look like, but remember that your work will not be saved until you click on the Save page button.


Intellectual content and overall structure

Each entry starts with the translation of the term in other languages (at present we are still experimenting with various formats suggested for doing so). The definition is then given, starting with a short statement as to what the object is, followed by a longer development as necessary. If the development is too long, it should be put in a separate page to which a link is given (see for instance the entries arithmetic crystal classes and Miller indices). A historical note can be added if it is useful. In 'See also', appropriate links to other entries or to IUCr resources (articles in the Journals, pamphlets, COMCIFS etc.) are given as well as references to the relevant chapters in International Tables. Generally speaking, one should always ask oneself: is the definition I am writing going to give the reader the answer he is looking for?

Each entry should be self-contained, and at the same time related to the others within a preconceived framework.

There is of course often a question as to whether a full definition of a rather general term should appear in a dictionary of crystallography, or in a dictionary of chemistry or physics. Our objective is to provide the information that a crystallographer would wish to know. 'chiral' may be considered a chemical term, but the reader who wants to know what 'chiral crystal' means ought to find the answer in our dictionary. A model definition might explain that the chirality of a crystal may either come from a structure built with achiral units (e.g. quartz, benzil) or from the chiral molecules that it contains (e.g. saccharose). It should have links to entries such as 'optical activity', 'gyrotropic', etc., and perhaps a historic note on Pasteur's experiment separating the left and right sodium ammonium tartrate crystals and the consequences for our understanding of enantiomers and racemates.


Formatting content

This information is an abbreviated set of tips from the relevant mediawiki help page.


<tr> <td>
  • 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: → </td> <td>
 Putting a space at the beginning of
 each line stops the text   from
 being reformatted. It still interprets
 Wiki markup and special characters: &rarr;

</td> </tr>


<tr> <td colspan="2">

Images and tables

</td> </tr>

<tr> <td> A picture, including alternate text:

Darwin's theory

You can put the image in a frame with a caption:

Darwin's theory

</td> <td>


A picture, including alternate text:

[[Image:Darwin.gif|Darwin's theory]]

You can put the image in a frame with a caption:

[[Image:Darwin.gif|frame|Darwin's theory]]

</td> </tr>

<tr> <td>

Emphasize text with two apostrophes on each side. Three apostrophes emphasize it strongly. Five apostrophes is even stronger.

''Emphasize text'' with two apostrophes
on each side. Three apostrophes
emphasize it '''strongly'''. Five
apostrophes is '''''even stronger'''''.

A single newline has no effect on the layout.

But an empty line starts a new paragraph.

A single newline has no
effect on the layout.

But an empty line
starts a new paragraph.

You can break lines
without starting a new paragraph.

You can break lines<br>
without starting a new paragraph.

You can use HTML tags, too. Some useful ways to use HTML:

Put text in a typewriter font. The same font is generally used for computer code.


Strike out or underline text, or write it in small caps.

Superscripts and subscripts: x2, x2

Invisible comments that only appear while editing the page. Comments should usually go on the talk page, though.

HTML markup should be used sparingly, and only if it is difficult or impossible to achieve the desired result otherwise.

You can use <b>HTML tags</b>, too.
Some useful ways to use HTML:

Put text in a <tt>typewriter font</tt>.
The same font is generally used for
<code>computer code</code>.

<strike>Strike out</strike> or
<u>underline</u> text, or write it
<span style="font-variant:small-caps">
in small caps</span>.

Superscripts and subscripts:
x<sup>2</sup>, x<sub>2</sub>

Invisible comments that only appear
while editing the page.
<!-- Note to editors: blah blah. -->
Comments should usually go on the
talk page,though.

HTML markup should be used sparingly,
and only if it is difficult or
impossible to achieve the desired
result otherwise.

Section headings

Headings organize your writing into sections. The Wiki software can automatically generate a table of contents from them.

Subsection

More equals signs creates a subsection.

A smaller subsection

Don't skip levels, e.g. from two to four equals signs. Start with two equals signs; don't use single equals signs.

== Section headings ==

Headings organize your writing into
sections. The Wiki software can
automatically generate a table of
contents from them.

=== Subsection ===

More equals signs creates a subsection.

==== A smaller subsection ====

Don't skip levels, (''e.g.''  from
two to four equals signs. Start with
two equals signs; don't use single
equals signs.

Lists

  • Unordered lists are easy to do:
    • Start every line with a star.
      • More stars indicate a deeper level.
  • A newline
  • in a list

marks the end of the list.

  • Of course you can start again.
* ''Unordered lists'' are easy to do:
** Start every line with a star.
*** More stars indicate a deeper level.
* A newline
* in a list  
marks the end of the list.
* Of course you can start again.
  1. Numbered lists are also good:
    1. Very organized
    2. Easy to follow

A newline marks the end of the list.

  1. New numbering starts with 1.
# Numbered lists are also good:
## Very organized
## Easy to follow
A newline marks the end of the list.
# New numbering starts with 1.

You can make horizontal lines to separate text.


But you should usually use sections instead, so that they go in the table of contents.

You can make horizontal lines
to separate text.
----
But you should usually use
sections instead, so that they
go in the table of contents.

Links

Here's a link to a page named reciprocal space.

You can put formatting around a link. Example: reciprocal space.

Here's a link to a page named
[[reciprocal space]].

You can put formatting around a link.
Example: ''[[reciprocal space]]''.

Link to a page section by its title:

If multiple sections have the same title, add a number. #Example section 3 goes to the third section named "Example section".

Link to a page section by its title:

* [[Ewald sphere#Definition]]
* [[Ewald sphere#History]]


If multiple sections have the same
title, add a number.
[[#Example section 3]] goes to the
third section named "Example section".

Make a link point to a different place with a 'piped link'. Put the link target first, then the pipe character "|", then the link text.

Make a link point to a different
place with a 'piped link'. Put
the link target first, then the
pipe character "|", then the link text.

* [[Main_Page|front page]]
* [[Ewald sphere#History|see below]]

Make an external link just by typing a URL: http://www.iucr.org

Give it a title: IUCr

or leave the title blank: [1]

Make an external link just by
typing a URL:
http://www.iucr.org

Give it a title:
[http://www.iucr.org IUCr]

or leave the title blank:
[http://www.iucr.org]

Category links don't show up, but add the page to a category.

Add an extra colon to actually link to the category: Category:English documentation

Category links don't show up, but
add the page to a category.
[[Category:English documentation]]

Add an extra colon to actually link
to the category:
[[:Category:English documentation]]

Just show what I typed

A few different kinds of formatting will tell the Wiki to display things as you typed them.

  • <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;
<nowiki>
</nowiki>

</pre>

This is
a table

</td> <td>

{| border="1" cellspacing="0" cellpadding="5" align="center"
! This
! is
|- 
| a
| table
|}

</td> </tr>

<tr> <td colspan="2">

Mathematical formulas

</td> </tr> <tr> <td>

You can format mathematical formulas with TeX markup.

[math]\sum_{n=0}^\infty \frac{x^n}{n!}[/math]

</td> <td>

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

</td> </tr>

<tr> <td colspan="2">

Special characters

</td> </tr>

<tr> <td> Umlauts and accents:

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

&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;

</td> </tr>

<tr> <td> Punctuation:

¿ ¡ « » § ¶ † ‡ • - – — </td> <td>

&iquest; &iexcl; &laquo; &raquo; &sect; &para;
&dagger; &Dagger; &bull; &ndash; &mdash;

</td> </tr>

<tr> <td> Commercial symbols:

™ © ® ¢ € ¥ £ ¤ </td> <td>

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

</td> </tr>

<tr> <td> Greek characters:

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

&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;

</td> </tr>

<tr> <td> Math characters:

∫ ∑ ∏ √ − ± ∞ ≈ ∝ ≡ ≠ ≤ ≥ × · ÷ ∂ ′ ″ ∇ ‰ ° ∴ ø ∈ ∩ ∪ ⊂ ⊃ ⊆ ⊇ ¬ ∧ ∨ ∃ ∀ ⇒ ⇔ → ↔ ↑ ℵ ∉ </td> <td>

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

</td> </tr>

</table>