|
|
| (135 intermediate revisions by 17 users not shown) |
| Line 1: |
Line 1: |
| <h2>IMPORTED REVISION FROM WIKISPACES</h2>
| | Wikis should be easy to edit, so most text you add or change will appear as you expect it. But you can do more if you want. |
| This is an imported revision from Wikispaces. The revision metadata is included below for reference:<br>
| |
| : This revision was by author [[User:guest|guest]] and made on <tt>2011-08-13 07:15:36 UTC</tt>.<br>
| |
| : The original revision id was <tt>245747093</tt>.<br>
| |
| : The revision comment was: <tt>linked to the how-to join page</tt><br>
| |
| The revision contents are below, presented both in the original Wikispaces Wikitext format, and in HTML exactly as Wikispaces rendered it.<br>
| |
| <h4>Original Wikitext content:</h4>
| |
| <div style="width:100%; max-height:400pt; overflow:auto; background-color:#f8f9fa; border: 1px solid #eaecf0; padding:0em"><pre style="margin:0px;border:none;background:none;word-wrap:break-word;white-space: pre-wrap ! important" class="old-revision-html">[[toc]]
| |
| Wikis should be easy to edit, so the most text you add or change will appear as you expect it. | |
| But you can do more if you want. | |
| This wiki is in [[http://wikiindex.org/Category:OpenEdit|open-edit mode]] (except during phases of spam or vandalism). If you want your name (or nick) to appear in the histories, you should create a wikispaces accout and join this wiki. (see [[How to Get Your Xenwiki Account]])
| |
|
| |
|
| ==Using links==
| | [https://wikiindex.org/Xenharmonic_Wiki This wiki] is currently in [https://wikiindex.org/Category:ConfirmEmail ConfirmEmail mode] after the move from Wikispaces to a MediaWiki-based installation (the edit mode may change again some time). For editing or adding information to the wiki, you have to join it. See [[Help:How to get your Xenharmonic Wiki account]] for more! |
| What you always have dreamed of (for your paper notes) - in a wiki it becomes true: fast links!
| |
|
| |
|
| If you enclose a word in double brackets (like {{``[[word]]``}}), you get a link, hopefully to an already existing page - if not, you just created the opportunity fo your co-authors do add the detais. If you want a text differing from the link target, you can place it after a pipe symbol {{``[[word|different text]]``}}. The same syntax can be used for external links like {{``[[http://en.wikipedia.org|English Wikipedia]]``}} for a link to the [[http://en.wikipedia.org|English Wikipedia]].
| | == Using links == |
| | : ''Shortcut: [[Help: Links]]'' |
| | What you always have dreamed of (for your paper notes)—in a wiki it becomes true: fast links! |
|
| |
|
| ==Page layout== | | === Internal links === |
| ===Emphasis===
| | If you enclose a word in double brackets (like <code><nowiki>[[word]]</nowiki></code>), you get an internal link, hopefully to an already existing page—if not, it appears red, and you just created the opportunity for your co-authors to add the details. If you want a text differing from the link target, you can place it after a pipe symbol: <code><nowiki>[[word|different text]]</nowiki></code>. |
| Some typographic markup can easy be added by including the phrase in doubled * (asterisk) or / (slash) chars:
| |
| * //italic// using {{``//italic//``}}
| |
| * **bold** using {{``**bold**``}}
| |
| * **//bold italic//** using {{``**//bold italic//**``}}
| |
| * or //**italic bold**// using {{``//**italic bold**//``}}
| |
|
| |
|
| ===Lists=== | | === Linking to sections === |
| You can create bulleted lists by one or more * (asterisk) chars at the beginning of the line: | | You may link to sections in the same page by using the section title with the prefix <code>#</code>. MediaWiki automatically converts it into a link with the correct anchor identifier. For example to link to the beginning of this section use <code><nowiki>[[#Using links]]</nowiki></code> (rendered as [[#Using links]]) or with changed text <code><nowiki>[[#Using links|top of this section]]</nowiki></code> (rendered as [[#Using links|top of this section]]). |
| * first level
| |
| ** second level
| |
| ** second level
| |
| * first level
| |
|
| |
|
| You can create numbered lists by one or more # (number sign) at the beginning of the line:
| | === Interwiki links === |
| # first level
| | Links to some wikis are supported by placing a specific wiki alias and a colon (<code>:</code>) to the common in-wiki link syntax: <code><nowiki>[[otherwiki: name there]]</nowiki></code> as a prefix, for example, <code><nowiki>[[Wikipedia: Microtonal music]]</nowiki></code> gets rendered as [[Wikipedia: Microtonal music]]. Although this features is named "interwiki", is also includes some services that are definitively not wiki-like, for instance a google search can as well be embedded in wiki syntax: <code><nowiki>[[Google: 159edo]]</nowiki></code> (rendered as: [[Google: 159edo]]) The sites currently supported are managed in [[Special:Interwiki]]. A space after the prefix doesn't change the effect but looks better. |
| ## second level
| |
| ## second level
| |
| # first level
| |
|
| |
|
| ...and you can of course mix both, if you know what you're doing ;) | | === External links === |
| # first level
| | For external links, simply place the URL into the text, certain protocols (http, https, mailto) will be automatically transformed into links. For alternate text, use single brackets, start with the URL and after a space enter the title, like so <code><nowiki>[http://acid3.acidtests.org the Acid3 test]</nowiki></code> which renders to [http://acid3.acidtests.org the Acid3 test]. |
| ** second level
| |
| ## second level
| |
| * first level
| |
|
| |
|
| | === Link text === |
| | The link text should ideally relate to the link target, try to avoid "[[help:here-links|here]]" links. There is an interesting extension for Firefox, [https://addons.mozilla.org/de/firefox/addon/url2clipboard/ Copy URL To Clipboard], that does automatic formatting of page URL and page title in MediaWiki syntax into the clipboard. |
|
| |
|
| ===Tables=== | | === Redirects === |
| You can add tables with doubled | (pipe) chars:
| | Redirects can be [[#Regular redirect|regular]] or [[#Smart redirect|"smart"]] (definition redirect). |
|
| |
|
| ||~ what you want for the cell ||~ what you do to get it ||
| | ==== Regular redirect ==== |
| || left aligned text || nothing to do ||
| | A regular redirect is performed by <code><nowiki>#REDIRECT [[Page title]]</nowiki></code>. |
| ||= centered text || equals sign (=) immediately after the opening double pipe ||
| |
| ||> right aligned || greater-than sign (>) immediately after the opening double pipe ||
| |
| ||~ headline style || title (~) immediately after the opening double pipe ||
| |
|
| |
|
| ===Maths formulas===
| | Redirects can be used to join alternative names (titles, ({{w|Headword|"lemmata"}}) for the same thing to reduce duplication. |
| ...can be used [[http://en.wikipedia.org/wiki/Help:Displaying_a_formula|like in the Wikipedia]] but the enclosing tags ({{``[[math]]``}} - the same for begin and end) differ. Take care: using the math tags you'll break paragraphs.
| |
|
| |
|
| [[math]]
| | Redirects are also useful to directly link into sections (especially if they have the potential to grow to an article in future). |
| V =\frac{4}{3} \pi r^3
| |
| [[math]]
| |
|
| |
|
| ===Table of contents===
| | Redirects to redirects should be fixed by skipping intermediate targets. The page [[Special:DoubleRedirects]] can be used to detect them. |
| Place {{``[[toc]]``}} on top of the page, or - ifyou prefer flat tocs - use {{``[[toc|flat]]``}}
| |
|
| |
|
| ==Social aspects== | | ==== Smart redirect ==== |
| In wikispaces wikis, you can use tags and discussions.
| | A "smart redirect" is a page that has a small definition of a term with a link to a broader presentation of the corresponding area. Don't forget to categorize such a page by placing <code><nowiki>[[Category:Smart redirect]]</nowiki></code> at its end. |
| If you want to discuss the wiki itself, do it on the page [[wikifuture]]. | | |
| | A smart redirect should not point to another smart redirect. |
| | |
| | See [[:Category:Smart redirect]] for a list of pages tagged as smart redirect. |
| | |
| | ==== Soft redirect ==== |
| | This kind of redirect has been eliminated and should not be used anymore. It was there for a historical reason: to overcome usability issues on Wikispaces (the former wiki platform): Editing redirects was restricted to administrators, so normal users could not expand a redirect page into a full article. (See also [https://yahootuninggroupsultimatebackup.github.io/tuning/topicId_101227.html Yahoo! Tuning Group] for the discussion on the tuning list) |
| | |
| | == Text formatting == |
| | === Emphasis === |
| | Some typographic markup can easy be added by including the phrase in doubled <code><nowiki>''</nowiki></code> or tripled <code><nowiki>'''</nowiki></code> (apostrophe chars): |
| | |
| | * '''Bold''' using <code><nowiki>'''bold'''</nowiki></code> |
| | * ''Italic'' using <code><nowiki>''italic''</nowiki></code> |
| | * '''''Bold italic''''' using <code><nowiki>'''''bold italic'''''</nowiki></code> |
| | |
| | === Preformatted text === |
| | ==== Code ==== |
| | <code><<nowiki />code></code> can be used to include small snippets of source code, variable names, or {{w|regex}}es within a line of normal text. All Wiki markup within is interpreted as markup except for text in <code><nowiki></code> tags. |
| | |
| | ==== Pre ==== |
| | <code><<nowiki />pre></code> tags define preformatted text that is displayed in a monospace font and enclosed in a dashed box. It doubles as both a parser tag and an HTML tag, since the parser will escape all HTML-like and wiki markup tags and preserve spaces and line breaks, but HTML elements are parsed. |
| | |
| | For example: |
| | |
| | <syntaxhighlight lang="wikitext"> |
| | <pre> |
| | <!-- Comment --> |
| | |
| | [[Wiki]] markup & '''bold''' ''italic'' text |
| | </pre> |
| | </syntaxhighlight> |
| | |
| | gives |
| | |
| | <pre> |
| | <!-- Comment --> |
| | |
| | [[Wiki]] markup & '''bold''' ''italic'' text |
| | </pre> |
| | |
| | It is also possible to use Wiki markup within <code><<nowiki />pre></code> tags, and have it actually be interpreted as markup instead of being escaped. This can be done by inserting an <code>includeonly</code> directive in the opening tag, as <code style="white-space: nowrap;"><includeonly /></code> or (as seen on Wikipedia and many other sites) <code style="white-space: nowrap;"><includeonly></includeonly></code>, as follows: |
| | |
| | <syntaxhighlight lang="wikitext"> |
| | <pre<includeonly />> |
| | <!-- Comment --> |
| | |
| | [[Wiki]] markup & '''bold''' ''italic'' text |
| | </pre> |
| | </syntaxhighlight> |
| | |
| | gives |
| | |
| | <pre<includeonly />> |
| | <!-- Comment --> |
| | |
| | [[Wiki]] markup & '''bold''' ''italic'' text |
| | </pre> |
| | |
| | The <code><<nowiki />pre></code> tag also accepts styling, just like other HTML elements. Here, if you use the aformentioned <code>includeonly</code> directive, the styling should come after the directive: |
| | <syntaxhighlight lang="wikitext"> |
| | <pre<includeonly /> style="color: blue;"> |
| | <!-- Comment --> |
| | |
| | [[Wiki]] markup & '''bold''' ''italic'' text |
| | </pre> |
| | </syntaxhighlight> |
| | |
| | gives |
| | |
| | <pre<includeonly /> style="color: blue;"> |
| | <!-- Comment --> |
| | |
| | [[Wiki]] markup & '''bold''' ''italic'' text |
| | </pre> |
| | |
| | ==== Syntax highlighting ==== |
| | [[mw:extension:SyntaxHighlight|Syntax highlighting]] is a feature to display source code in different colors and fonts to indicate the structure to readers. Wrap the desired code between <code><<nowiki />syntaxhighlight></code> tags and input the desired programming language using the <code>lang</code> parameter in the opening tag. Unlike in <code><<nowiki />code></code> and <code><<nowiki />pre></code> tags, everything is escaped. |
| | |
| | For example: |
| | |
| | {{#tag: syntaxhighlight |
| | |{{^(}}syntaxhighlight lang="wikitext"{{)^}} |
| | {{^(}}!-- Comment --{{)^}} |
| | |
| | [[Wiki]] markup & '''bold''' ''italic'' text |
| | {{^(}}/syntaxhighlight{{)^}} |
| | |lang = wikitext |
| | }} |
| | |
| | gives |
| | |
| | <syntaxhighlight lang="wikitext"> |
| | <!-- Comment --> |
| | |
| | [[Wiki]] markup & '''bold''' ''italic'' text |
| | </syntaxhighlight> |
| | |
| | === Lists === |
| | : ''See [[Help: List]] for advanced use cases.'' |
| | There are tree basic types of lists in HTML that are supported in MediaWiki markup: [[#unordered|unordered]] (or "bulleted") lists, [[#numbered|numbered]] lists, [[#description|description]] lists. Each type of lists can be created within wiki source code by just indicating the items at the beginning of the line (the list is automatically built around them). Each item has to start on a new line. |
| | |
| | ==== Unordered ==== |
| | Unordered list items are marked by <code>*</code> (asterisk): |
| | |
| | * Coffee |
| | * Wine |
| | * Milk |
| | |
| | ==== Numbered ==== |
| | Numbered list items are marked by <code>#</code> (number sign): |
| | |
| | # Coffee |
| | # Wine |
| | # Milk |
| | |
| | ==== Description ==== |
| | Description items are marked by <code>;</code> (semicolon) for term and <code>:</code> (colon) for the description, where <code>;</code> bolds the entire line and <code>:</code> indents the line: |
| | |
| | ; Coffee |
| | : A brewed drink prepared from roasted coffee beans. (from: ''[[Wikipedia: Coffee]]) |
| | |
| | ; Wine |
| | : An alcoholic beverage made from fermented grapes. (from: ''[[Wikipedia: Wine]]'') |
| | |
| | ; Milk |
| | : A white liquid nutrient-rich food produced by the mammary glands of mammals. (from: ''[[Wikipedia: Milk]]'') |
| | |
| | ==== Combined List Styles ==== |
| | # Morning |
| | #* Coffee |
| | #* Milk |
| | # Evening |
| | #* Coffee |
| | #* Wine |
| | |
| | === Tables === |
| | : ''For advanced examples, see [[Help:Table]]'' |
| | |
| | You can add tables to wiki pages: |
| | {| class="wikitable" |
| | |- |
| | ! You write<br />in [[Help:Wikitext editor|wikitext]] |
| | | style="border-right: none;" | |
| | <pre> |
| | {| class="wikitable" |
| | |+ Caption text |
| | |- |
| | ! Head A |
| | ! Head B |
| | ! Head C |
| | |- |
| | | Cell A1 |
| | | Cell B1 |
| | | Cell C1 |
| | |- |
| | | Cell A2 |
| | | Cell B2 |
| | | Cell C2 |
| | |- |
| | | Cell A3 |
| | | Cell B3 |
| | | Cell C3 |
| | |- |
| | | Cell A4 |
| | | Cell B4 |
| | | Cell C4 |
| | |} |
| | </pre> |
| | | style="border-left: none; border-right: none;" | or |
| | | style="border-left: none;" | |
| | <pre> |
| | {| class="wikitable" |
| | |+ Caption text |
| | |- |
| | ! Head A !! Head B !! Head C |
| | |- |
| | | Cell A1 || Cell B1 || Cell C1 |
| | |- |
| | | Cell A2 || Cell B2 || Cell C2 |
| | |- |
| | | Cell A3 || Cell B3 || Cell C3 |
| | |- |
| | | Cell A4 || Cell B4 || Cell C4 |
| | |} |
| | </pre> |
| | |- |
| | ! You get<br />(rendered) |
| | <!-- Begin result --> |
| | | colspan="3" | {{(!}} class{{=}}"wikitable" style{{=}}"margin: 20px auto 20px auto;" |
| | {{!+}} Caption text |
| | {{!-}} |
| | ! Head A !! Head B !! Head C |
| | {{!-}} |
| | {{!}} Cell A1 {{!!}} Cell B1 {{!!}} Cell C1 |
| | {{!-}} |
| | {{!}} Cell A2 {{!!}} Cell B2 {{!!}} Cell C2 |
| | {{!-}} |
| | {{!}} Cell A3 {{!!}} Cell B3 {{!!}} Cell C3 |
| | {{!-}} |
| | {{!}} Cell A4 {{!!}} Cell B4 {{!!}} Cell C4 |
| | {{!)}} |
| | <!-- End result --> |
| | |} |
| | |
| | You can also copy some cells from a spreadsheet and paste them into the [[mw:Extension:VisualEditor|visual editor]], and a table will automatically be created. Though, users should be aware that the resulting Wiki markup generated by the visual editor is often poorly formatted (e.g. without spaces that would otherwise make it easier to read). |
| | |
| | ==== Horizontal alignment of column content ==== |
| | Text alignment can be an issue. The table default is cell text being left-alignened, but decimal numbers usually are right-aligned and common fractions center-aligned. |
| | |
| | You may add inline [[CSS]] styling to '''each cell''' of the table (i.e. <code>style="text-align: right;"</code>), but this is a lot of work, makes the wiki markup confusing, and also makes pages really big which slows down loading. |
| | |
| | It's now (by June 2020) possible to define the column alignment '''once in the table header'''. This can be done by adding further classes to the <code>class="wikitable"</code> statement. |
| | |
| | For example, write <code>class="wikitable right-1 left-5 center-all"</code> to align the cell text to |
| | * '''right''' in the '''1'''st column, |
| | * '''left''' in the '''5'''th column, and |
| | * '''center''' in '''all''' other columns. |
| | |
| | === Images === |
| | Inserting a JPEG, GIF, or PNG image is pretty straightforward – when using the visual page editor, click the "File" button and upload the image. Or in Wikitext, use <code><nowiki>[[image:filename]]</nowiki></code> or <code><nowiki>[[file:filename]]</nowiki></code>. Also SVG images are supported (<code><nowiki>[[file:some.svg]]</nowiki></code>), they are automatically transformed into PNG images by the MediaWiki software, because not all Browsers come with native SVG support. A possible problem can arise when the image uses fonts that are not available on the wiki server. To prevent such errors, you can transform text into graphic objects before uploading the image here. |
| | |
| | === Maths formulas === |
| | … can be used {{w|Help:Displaying a formula|like in Wikipedia}}. For inline math, start it with <code><nowiki><math></nowiki></code> and end it with <code><nowiki></math></nowiki></code>. For example: <math>V =\frac{4}{3} \pi r^3</math>. For display-style math, open and close the formulas with both <code><nowiki>$$</nowiki></code>; this will render it centered in a new line. |
| | |
| | Here is a browser-based formula editor that may be helpful: [https://editor.codecogs.com/ Equation Editor] |
| | |
| | === Table of contents === |
| | Place <code><nowiki>__TOC__</nowiki></code> where you wish to place the table of contents, mostly this will be at the top of the page. |
| | |
| | === Notes and references === |
| | A reference mark is added by <code><nowiki><ref></nowiki></code> and <code><nowiki></ref></nowiki></code> parenthesising the reference text. |
| | |
| | The reference texts are shown in the bottom of the article by default; you can optionally insert <code><nowiki><references/></nowiki></code> where you wish to show them. |
| | |
| | For footnotes, the practice is similar. Insert the text in the note itself between <code><nowiki><ref group="note"></nowiki></code> and <code><nowiki></ref></nowiki></code> and insert <code><nowiki><references group="note" /></nowiki></code> where you wish to show them. |
| | |
| | Here is an example for a page with footnotes and references: |
| | <pre> |
| | == Notes == |
| | <references group="note" /> |
| | |
| | == References == |
| | <references /> |
| | </pre> |
| | |
| | References can be reused throughout an article by giving then names. The first time this reference is used, type the full text of the note or reference between the tags (<code><nowiki><ref name="example1">Note 1</ref></nowiki></code>). If you want to reference <code>example1</code> multiple times in the same page, type <code><nowiki><ref name="example1" /></nowiki></code> on all subsequent instances. |
| | |
| | == Article structure == |
| | * Articles should start with an introduction (summary, synopsis) that helps to get a basic understanding what it is about. Don't introduce another heading for the introduction – it's already provided by the h1 heading of the lemma itself. |
| | * After this section (about one to five sentences), subheadings may follow to deepen the concept. |
| | * The end of the article is typically for see-also suggestions and external links. |
| | * After the last section (in wikitext: separated by an empty line) follow [[#categories|categories]] (in wikitext: each on a separate line). |
| | |
| | == Subpages == |
| | {{Wikipedia|Wikipedia: Subpages}} |
| | |
| | '''Subpages''' are pages whose title contains one or more slashes ("/"). In general, every subpage includes a breadcrumb link at the top, allowing the reader to navigate to the parent page (and further if there are multiple levels of subpages). However, the subpage feature is disabled in the main namespace, mainly to prevent rational interval pages (e.g. [[3/2]]) from incorrectly including a breadcrumb link to a nonexistent page. |
| | |
| | Subpages can nonetheless be used in the main namespace in certain circumstances, such as: |
| | * Splitting large sections; e.g. [[Color notation/Temperament names]] |
| | * Splitting large tables or lists; e.g. [[17edo/Music]] |
| | * Splitting personal approaches; e.g. [[22edo/Eliora's approach]] |
| | |
| | In subpages, a link to the main page should be added manually, either in the page's first sentence, in a hatnote using [[Template:Main]], or by putting {{tlx|breadcrumb}} at the top of the page. |
| | |
| | == Categories == |
| | Categories all serve different purposes: sometimes they say what something is or the context in which it belongs ([[:Category: Temperaments]], [[:Category: Intervals]]). Sometimes they are used for annotation purposes ([[:Category: Todo:add examples]]), etc. All these forms have in common is that they can combine wiki pages in a way that is independent of their authors. |
| | |
| | A category may have its own content (and category) |
| | : ''See [https://en.xen.wiki/w/Special:AllPages?from=&to=&namespace=14 Pages in the namespace '''Category''']'' |
| | or not yet (despite being used to categorize other pages): |
| | : ''See [[Special: WantedCategories]]'' |
| | |
| | Some more examples: |
| | |
| | * [[:Category: Todo:add definition]] – here a term needs to be defined |
| | * [[:Category: Todo]] – category of categories that flag articles |
|
| |
|
| ===Tags=== | | == Social aspects == |
| Tags all serve different purposes: sometimes they say what something is or the context in which it belongs ([[http://xenharmonic.wikispaces.com/tag/view/edo|edo]], [[http://xenharmonic.wikispaces.com/tag/view/interval|interval]]). Sometimes they are used for annotation purposes ([[http://xenharmonic.wikispaces.com/tag/view/todo%3Areduce+mathslang|todo:reduce mathslang]]), etc. All these forms have in common is that they can combine wiki pages in a way that is independent of their authors.
| | In this wiki, you can use talk pages and [[user talk]] pages. |
|
| |
|
| You can look at the [[http://xenharmonic.wikispaces.com/tag/list|tist of used tags]] or link to particular tags using the prefix [[nowiki:http://xenharmonic.wikispaces.com/tag/view/]]
| | If you want to discuss the wiki itself, do it on the page [[wikifuture]]. |
|
| |
|
| ===Discussion=== | | === Discussion === |
| Discussion pages are provided to each content page. Sadly you have not preview function in this wiki, but if you made something fully wrong, you can delete your post. Please keep in mind, that the email notification to people, monitoring the topic or wiki, cannot be taken back! | | Discussion pages are provided to each content page. Please keep in mind that the email notification to people who are observing the page cannot be taken back! |
| Sometimes you will wait infinitely on a reply because nobody monitors the page or topic. In this case you should find out who is familiar with the topic at best and ask him directly. You can check the history of pages for its authors. Another opportunity is to ask questions on further media, examples are listed on the page [[GeneralDiscussion]].
| |
|
| |
|
| ==Links==
| | Sometimes you will wait forever for a reply because nobody monitors the page or topic. In this case you should find out who is most familiar with the topic and ask that person directly. You can check the history of pages for its authors. Another approach is to ask questions on further media, examples are listed on the page [[General discussion]]. |
| * http://help.wikispaces.com/Wikitext
| |
| * http://help.wikispaces.com/Editing+a+Page
| |
| * http://help.wikispaces.com</pre></div>
| |
| <h4>Original HTML content:</h4>
| |
| <div style="width:100%; max-height:400pt; overflow:auto; background-color:#f8f9fa; border: 1px solid #eaecf0; padding:0em"><pre style="margin:0px;border:none;background:none;word-wrap:break-word;width:200%;white-space: pre-wrap ! important" class="old-revision-html"><html><head><title>wiki help</title></head><body><!-- ws:start:WikiTextTocRule:33:&lt;img id=&quot;wikitext@@toc@@normal&quot; class=&quot;WikiMedia WikiMediaToc&quot; title=&quot;Table of Contents&quot; src=&quot;/site/embedthumbnail/toc/normal?w=225&amp;h=100&quot;/&gt; --><div id="toc"><h1 class="nopad">Table of Contents</h1><!-- ws:end:WikiTextTocRule:33 --><!-- ws:start:WikiTextTocRule:34: --><div style="margin-left: 2em;"><a href="#x-Using links">Using links</a></div>
| |
| <!-- ws:end:WikiTextTocRule:34 --><!-- ws:start:WikiTextTocRule:35: --><div style="margin-left: 2em;"><a href="#x-Page layout">Page layout</a></div>
| |
| <!-- ws:end:WikiTextTocRule:35 --><!-- ws:start:WikiTextTocRule:36: --><div style="margin-left: 3em;"><a href="#x-Page layout-Emphasis">Emphasis</a></div>
| |
| <!-- ws:end:WikiTextTocRule:36 --><!-- ws:start:WikiTextTocRule:37: --><div style="margin-left: 3em;"><a href="#x-Page layout-Lists">Lists</a></div>
| |
| <!-- ws:end:WikiTextTocRule:37 --><!-- ws:start:WikiTextTocRule:38: --><div style="margin-left: 3em;"><a href="#x-Page layout-Tables">Tables</a></div>
| |
| <!-- ws:end:WikiTextTocRule:38 --><!-- ws:start:WikiTextTocRule:39: --><div style="margin-left: 3em;"><a href="#x-Page layout-Maths formulas">Maths formulas</a></div>
| |
| <!-- ws:end:WikiTextTocRule:39 --><!-- ws:start:WikiTextTocRule:40: --><div style="margin-left: 3em;"><a href="#x-Page layout-Table of contents">Table of contents</a></div>
| |
| <!-- ws:end:WikiTextTocRule:40 --><!-- ws:start:WikiTextTocRule:41: --><div style="margin-left: 2em;"><a href="#x-Social aspects">Social aspects</a></div>
| |
| <!-- ws:end:WikiTextTocRule:41 --><!-- ws:start:WikiTextTocRule:42: --><div style="margin-left: 3em;"><a href="#x-Social aspects-Tags">Tags</a></div>
| |
| <!-- ws:end:WikiTextTocRule:42 --><!-- ws:start:WikiTextTocRule:43: --><div style="margin-left: 3em;"><a href="#x-Social aspects-Discussion">Discussion</a></div>
| |
| <!-- ws:end:WikiTextTocRule:43 --><!-- ws:start:WikiTextTocRule:44: --><div style="margin-left: 2em;"><a href="#x-Links">Links</a></div>
| |
| <!-- ws:end:WikiTextTocRule:44 --><!-- ws:start:WikiTextTocRule:45: --></div>
| |
| <!-- ws:end:WikiTextTocRule:45 -->Wikis should be easy to edit, so the most text you add or change will appear as you expect it.<br />
| |
| But you can do more if you want.<br />
| |
| This wiki is in <a class="wiki_link_ext" href="http://wikiindex.org/Category:OpenEdit" rel="nofollow">open-edit mode</a> (except during phases of spam or vandalism). If you want your name (or nick) to appear in the histories, you should create a wikispaces accout and join this wiki. (see <a class="wiki_link" href="/How%20to%20Get%20Your%20Xenwiki%20Account">How to Get Your Xenwiki Account</a>)<br />
| |
| <br />
| |
| <!-- ws:start:WikiTextHeadingRule:11:&lt;h2&gt; --><h2 id="toc0"><a name="x-Using links"></a><!-- ws:end:WikiTextHeadingRule:11 -->Using links</h2>
| |
| What you always have dreamed of (for your paper notes) - in a wiki it becomes true: fast links!<br />
| |
| <br />
| |
| If you enclose a word in double brackets (like <tt><!-- ws:start:WikiTextRawRule:00:``[[word]]`` -->[[word]]<!-- ws:end:WikiTextRawRule:00 --></tt>), you get a link, hopefully to an already existing page - if not, you just created the opportunity fo your co-authors do add the detais. If you want a text differing from the link target, you can place it after a pipe symbol <tt><!-- ws:start:WikiTextRawRule:01:``[[word|different text]]`` -->[[word|different text]]<!-- ws:end:WikiTextRawRule:01 --></tt>. The same syntax can be used for external links like <tt><!-- ws:start:WikiTextRawRule:02:``[[http://en.wikipedia.org|English Wikipedia]]`` -->[[http://en.wikipedia.org|English Wikipedia]]<!-- ws:end:WikiTextRawRule:02 --></tt> for a link to the <a class="wiki_link_ext" href="http://en.wikipedia.org" rel="nofollow">English Wikipedia</a>.<br />
| |
| <br />
| |
| <!-- ws:start:WikiTextHeadingRule:13:&lt;h2&gt; --><h2 id="toc1"><a name="x-Page layout"></a><!-- ws:end:WikiTextHeadingRule:13 -->Page layout</h2>
| |
| <!-- ws:start:WikiTextHeadingRule:15:&lt;h3&gt; --><h3 id="toc2"><a name="x-Page layout-Emphasis"></a><!-- ws:end:WikiTextHeadingRule:15 -->Emphasis</h3>
| |
| Some typographic markup can easy be added by including the phrase in doubled * (asterisk) or / (slash) chars:<br />
| |
| <ul><li><em>italic</em> using <tt><!-- ws:start:WikiTextRawRule:03:``//italic//`` -->//italic//<!-- ws:end:WikiTextRawRule:03 --></tt></li><li><strong>bold</strong> using <tt><!-- ws:start:WikiTextRawRule:04:``**bold**`` -->**bold**<!-- ws:end:WikiTextRawRule:04 --></tt></li><li><strong><em>bold italic</em></strong> using <tt><!-- ws:start:WikiTextRawRule:05:``**//bold italic//**`` -->**//bold italic//**<!-- ws:end:WikiTextRawRule:05 --></tt></li><li>or <em><strong>italic bold</strong></em> using <tt><!-- ws:start:WikiTextRawRule:06:``//**italic bold**//`` -->//**italic bold**//<!-- ws:end:WikiTextRawRule:06 --></tt></li></ul><br />
| |
| <!-- ws:start:WikiTextHeadingRule:17:&lt;h3&gt; --><h3 id="toc3"><a name="x-Page layout-Lists"></a><!-- ws:end:WikiTextHeadingRule:17 -->Lists</h3>
| |
| You can create bulleted lists by one or more * (asterisk) chars at the beginning of the line:<br />
| |
| <ul><li>first level<ul><li>second level</li><li>second level</li></ul></li><li>first level</li></ul><br />
| |
| You can create numbered lists by one or more # (number sign) at the beginning of the line:<br />
| |
| <ol><li>first level<ol><li>second level</li><li>second level</li></ol></li><li>first level</li></ol><br />
| |
| ...and you can of course mix both, if you know what you're doing ;)<br /> | |
| <ol><li>first level<ul><li>second level</li></ul><ol><li>second level</li></ol></li></ol><ul><li>first level</li></ul><br />
| |
| <br />
| |
| <!-- ws:start:WikiTextHeadingRule:19:&lt;h3&gt; --><h3 id="toc4"><a name="x-Page layout-Tables"></a><!-- ws:end:WikiTextHeadingRule:19 -->Tables</h3>
| |
| You can add tables with doubled | (pipe) chars:<br />
| |
| <br />
| |
|
| |
|
| | Sign your contributions to a Talk page by using two hyphens (<code>--</code>) (or an em dash (<code>—</code>), if you like) and four tildes (<code><nowiki>~~~~</nowiki></code>); the latter will be converted to your username and a time/date stamp upon submission. |
|
| |
|
| <table class="wiki_table">
| | == See also == |
| <tr>
| | * [[Xenharmonic Wiki: Conventions]] |
| <th>what you want for the cell<br />
| | * [[Xenharmonic Wiki: Article guidelines]] |
| </th>
| | * [[Help: Help]] |
| <th>what you do to get it<br />
| | * [[Help: Visual editor]] – especially helpful for new users, that's why it's enabled by default |
| </th>
| |
| </tr>
| |
| <tr>
| |
| <td>left aligned text<br />
| |
| </td>
| |
| <td>nothing to do<br />
| |
| </td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: center;">centered text<br />
| |
| </td>
| |
| <td>equals sign (=) immediately after the opening double pipe<br />
| |
| </td>
| |
| </tr>
| |
| <tr>
| |
| <td style="text-align: right;">right aligned<br />
| |
| </td>
| |
| <td>greater-than sign (&gt;) immediately after the opening double pipe<br />
| |
| </td>
| |
| </tr>
| |
| <tr>
| |
| <th>headline style<br />
| |
| </th>
| |
| <td>title (~) immediately after the opening double pipe<br />
| |
| </td>
| |
| </tr>
| |
| </table>
| |
|
| |
|
| <br />
| | [[Category:Help]] |
| <!-- ws:start:WikiTextHeadingRule:21:&lt;h3&gt; --><h3 id="toc5"><a name="x-Page layout-Maths formulas"></a><!-- ws:end:WikiTextHeadingRule:21 -->Maths formulas</h3>
| |
| ...can be used <a class="wiki_link_ext" href="http://en.wikipedia.org/wiki/Help:Displaying_a_formula" rel="nofollow">like in the Wikipedia</a> but the enclosing tags (<tt><!-- ws:start:WikiTextRawRule:07:``[[math]]`` -->[[math]]<!-- ws:end:WikiTextRawRule:07 --></tt> - the same for begin and end) differ. Take care: using the math tags you'll break paragraphs.<br />
| |
| <br />
| |
| <!-- ws:start:WikiTextMathRule:10:
| |
| [[math]]&lt;br/&gt;
| |
| V =\frac{4}{3} \pi r^3&lt;br/&gt;[[math]]
| |
| --><script type="math/tex">V =\frac{4}{3} \pi r^3</script><!-- ws:end:WikiTextMathRule:10 --><br />
| |
| <br />
| |
| <!-- ws:start:WikiTextHeadingRule:23:&lt;h3&gt; --><h3 id="toc6"><a name="x-Page layout-Table of contents"></a><!-- ws:end:WikiTextHeadingRule:23 -->Table of contents</h3>
| |
| Place <tt><!-- ws:start:WikiTextRawRule:08:``[[toc]]`` -->[[toc]]<!-- ws:end:WikiTextRawRule:08 --></tt> on top of the page, or - ifyou prefer flat tocs - use <tt><!-- ws:start:WikiTextRawRule:09:``[[toc|flat]]`` -->[[toc|flat]]<!-- ws:end:WikiTextRawRule:09 --></tt><br />
| |
| <br />
| |
| <!-- ws:start:WikiTextHeadingRule:25:&lt;h2&gt; --><h2 id="toc7"><a name="x-Social aspects"></a><!-- ws:end:WikiTextHeadingRule:25 -->Social aspects</h2>
| |
| In wikispaces wikis, you can use tags and discussions.<br />
| |
| If you want to discuss the wiki itself, do it on the page <a class="wiki_link" href="/wikifuture">wikifuture</a>.<br />
| |
| <br />
| |
| <!-- ws:start:WikiTextHeadingRule:27:&lt;h3&gt; --><h3 id="toc8"><a name="x-Social aspects-Tags"></a><!-- ws:end:WikiTextHeadingRule:27 -->Tags</h3>
| |
| Tags all serve different purposes: sometimes they say what something is or the context in which it belongs (<a class="wiki_link_ext" href="http://xenharmonic.wikispaces.com/tag/view/edo" rel="nofollow">edo</a>, <a class="wiki_link_ext" href="http://xenharmonic.wikispaces.com/tag/view/interval" rel="nofollow">interval</a>). Sometimes they are used for annotation purposes (<a class="wiki_link_ext" href="http://xenharmonic.wikispaces.com/tag/view/todo%3Areduce+mathslang" rel="nofollow">todo:reduce mathslang</a>), etc. All these forms have in common is that they can combine wiki pages in a way that is independent of their authors.<br />
| |
| <br />
| |
| You can look at the <a class="wiki_link_ext" href="http://xenharmonic.wikispaces.com/tag/list" rel="nofollow">tist of used tags</a> or link to particular tags using the prefix [[nowiki:<!-- ws:start:WikiTextUrlRule:192:http://xenharmonic.wikispaces.com/tag/view/ --><a class="wiki_link_ext" href="http://xenharmonic.wikispaces.com/tag/view/" rel="nofollow">http://xenharmonic.wikispaces.com/tag/view/</a><!-- ws:end:WikiTextUrlRule:192 -->]]<br />
| |
| <br />
| |
| <!-- ws:start:WikiTextHeadingRule:29:&lt;h3&gt; --><h3 id="toc9"><a name="x-Social aspects-Discussion"></a><!-- ws:end:WikiTextHeadingRule:29 -->Discussion</h3>
| |
| Discussion pages are provided to each content page. Sadly you have not preview function in this wiki, but if you made something fully wrong, you can delete your post. Please keep in mind, that the email notification to people, monitoring the topic or wiki, cannot be taken back!<br />
| |
| Sometimes you will wait infinitely on a reply because nobody monitors the page or topic. In this case you should find out who is familiar with the topic at best and ask him directly. You can check the history of pages for its authors. Another opportunity is to ask questions on further media, examples are listed on the page <a class="wiki_link" href="/GeneralDiscussion">GeneralDiscussion</a>.<br />
| |
| <br />
| |
| <!-- ws:start:WikiTextHeadingRule:31:&lt;h2&gt; --><h2 id="toc10"><a name="x-Links"></a><!-- ws:end:WikiTextHeadingRule:31 -->Links</h2>
| |
| <ul><li><!-- ws:start:WikiTextUrlRule:193:http://help.wikispaces.com/Wikitext --><a href="http://help.wikispaces.com/Wikitext">http://help.wikispaces.com/Wikitext</a><!-- ws:end:WikiTextUrlRule:193 --></li><li><!-- ws:start:WikiTextUrlRule:194:http://help.wikispaces.com/Editing+a+Page --><a href="http://help.wikispaces.com/Editing+a+Page">http://help.wikispaces.com/Editing+a+Page</a><!-- ws:end:WikiTextUrlRule:194 --></li><li><!-- ws:start:WikiTextUrlRule:195:http://help.wikispaces.com --><a href="http://help.wikispaces.com">http://help.wikispaces.com</a><!-- ws:end:WikiTextUrlRule:195 --></li></ul></body></html></pre></div>
| |