Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/tangowiki/languages/LanguageConverter.php on line 694

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/tangowiki/extensions/SemanticForms/includes/SF_Utils.php on line 262

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/tangowiki/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_Sql3SmwIds.php on line 816

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/tangowiki/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 399

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/tangowiki/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_SQLStore3_Readers.php on line 487

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/tangowiki/extensions/SemanticMediaWiki/src/PropertyAliasFinder.php on line 74

Deprecated: Array and string offset access syntax with curly braces is deprecated in /var/www/vhosts/tangowiki/extensions/SemanticMediaWiki/includes/storage/SQLStore/SMW_DIHandler_WikiPage.php on line 112

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201

Warning: Parameter 2 to Cite::checkRefsNoReferences() expected to be a reference, value given in /var/www/vhosts/tangowiki/includes/Hooks.php on line 201
Difference between revisions of "Help:Style guide" - TangoWiki

Difference between revisions of "Help:Style guide"

From Tangowiki
(Weblinks)
(Special symbols)
 
(13 intermediate revisions by the same user not shown)
Line 18: Line 18:
  
 
==Special symbols==
 
==Special symbols==
The usage of different symbols shall be
 
 
 
===Apostrophe===
 
===Apostrophe===
 
The apostrophe ’ or '  is used in these cases:
 
The apostrophe ’ or '  is used in these cases:
Line 28: Line 26:
  
 
<small>
 
<small>
{| class="wikitable"
+
{| class="wikitable" style="border-color:#fff;"
|-
+
! Apostrophe !! description !! Short codes !! Unicode HEX code, NAME !! HTML
+
|-
+
| style="font-size:150%; background-color:#a2c59b;"| &rsquo; || correct apostrophe, looks like a "9", correct "single comma quotation mark" || Windows: Alt+0146<br />Mac: Alt+Shift+#|| U+2019, RIGHT SINGLE QUOTATION MARK || <syntaxhighlight lang="html5">&rsquo;</syntaxhighlight>
+
|-
+
| style="font-size: 150%; background-color:#e5dd8c;"|  ' || "typewriter apostrophe", substitute character, straight tail || Mac: Shift+# || U+0027, APOSTROPHE
+
|-
+
| style="font-size: 150%; background-color:#e5dd8c;"| &lsquo; || single turned comma quotation mark ||  || U+2018, LEFT SINGLE QUOTATION MARK ||  <syntaxhighlight lang="html5">&lsquo;</syntaxhighlight>
+
|-
+
| style="font-size: 150%; background-color:#c590a4;"| &sbquo; || &rarr; use the one above! &uarr;, used as opening single quotation mark in some languages ||  || U+201A, SINGLE LOW-9 QUOTATION MARK ||  <syntaxhighlight lang="html5">&sbquo;</syntaxhighlight>
+
|-
+
| style="font-size:150%; background-color:#c590a4;"| &#8242;  || Prime, units for mathematics, linguistics and music || || U+2032  || <code><nowiki>&prime;</nowiki></code> <code><nowiki>&#8242;</nowiki></code>
+
|-
+
| style="font-size: 150%; background-color:#c590a4;"| || single reversed comma quotation mark, has same semantic as 2018, but differs in appearance ||  || U+201B, SINGLE HIGH-REVERSED-9 QUOTATION MARK || 
+
|-
+
| style="font-size:150%; background-color:#c590a4;"| ´ || Akut || ´ || U+00B4
+
 
|-
 
|-
| style="font-size: 150%; background-color:#c590a4;"| ` || Grave || Mac: Shift+´ || U+00B4
+
! Symbol !! Example !! description !! Short codes !! Unicode HEX code, NAME !! HTML
 +
|-
 +
| style="font-size:150%;background-color:#a2c59b;"| &rsquo;
 +
| style="background-color:#a2c59b;" | D&rsquo;Agostino
 +
| correct apostrophe, looks like a "9", correct "single comma quotation mark"
 +
| Windows: Alt+0146<br />Mac: Alt+Shift+#
 +
| U+2019, RIGHT SINGLE QUOTATION MARK
 +
| <syntaxhighlight lang="html5">&rsquo;</syntaxhighlight>
 +
|-
 +
| style="font-size: 150%;background-color:#e5dd8c;"|  ’
 +
| style="background-color:#e5dd8c;" | D&#39;Agostino
 +
| "typewriter apostrophe", substitute character, straight tail
 +
| Mac: Shift+#
 +
| U+0027, APOSTROPHE 
 +
| <syntaxhighlight lang="html5">&#39;</syntaxhighlight>
 +
|-
 +
| style="font-size: 150%;background-color:#c590a4;"| &lsquo;
 +
| style="background-color:#c590a4;" | D&lsquo;Agostino
 +
| single turned comma quotation mark
 +
 +
| U+2018, LEFT SINGLE QUOTATION MARK
 +
|  <syntaxhighlight lang="html5">&lsquo;</syntaxhighlight>
 +
<!--|-
 +
| style="font-size: 150%;background-color:#c590a4;"| &sbquo;
 +
| style="background-color:#c590a4;" | D&sbquo;Agostino
 +
| &rarr; use the one above! &uarr;, used as opening single quotation mark in some languages
 +
 +
| U+201A, SINGLE LOW-9 QUOTATION MARK
 +
|  <syntaxhighlight lang="html5">&sbquo;</syntaxhighlight>
 +
-->
 +
|-
 +
| style="font-size:150%; background-color:#c590a4;"| &#8242;
 +
| style="background-color:#c590a4;" | D&#8242;Agostino
 +
| Prime, units for mathematics, linguistics and music
 +
|
 +
| U+2032
 +
| <syntaxhighlight lang="html5">&prime;</syntaxhighlight><syntaxhighlight lang="html5">&#8242;</syntaxhighlight>
 +
<!--
 +
|-
 +
| style="font-size: 150%;" |
 +
|
 +
| single reversed comma quotation mark, has same semantic as 2018, but differs in appearance
 +
 +
| U+201B, SINGLE HIGH-REVERSED-9 QUOTATION MARK
 +
| -->
 +
|-
 +
| style="font-size:150%;background-color:#c590a4;"| ´
 +
| style="background-color:#c590a4;" | D´Agostino
 +
| Akut
 +
| ´
 +
| U+00B4  
 +
| <syntaxhighlight lang="html5">&acute;</syntaxhighlight><syntaxhighlight lang="html5">&#180;</syntaxhighlight>
 +
|-
 +
| style="font-size: 150%;background-color:#c590a4;"| `
 +
| style="background-color:#c590a4;" | D`Agostino
 +
|Grave
 +
|Mac: Shift+´
 +
| U+0060
 +
| <syntaxhighlight lang="html5">&#96;</syntaxhighlight>
 
|}
 
|}
 
</small>
 
</small>
  
  
 
+
<!----  for later
 
<small>
 
<small>
 
{| class="wikitable"
 
{| class="wikitable"
Line 65: Line 105:
 
| style="font-size:150%; background-color:#c590a4;"|  || double reversed comma quotation mark, has same semantic as 201C, but differs in appearance|| || U+201F, DOUBLE HIGH-REVERSED-9 QUOTATION MARK ||  
 
| style="font-size:150%; background-color:#c590a4;"|  || double reversed comma quotation mark, has same semantic as 201C, but differs in appearance|| || U+201F, DOUBLE HIGH-REVERSED-9 QUOTATION MARK ||  
 
|-
 
|-
| style="font-size:150%; background-color:#c590a4;"| &#8243;  || Double prime || || U+2033  || <code><nowiki>&Prime;</nowiki></code> <code><nowiki>&#8243; </nowiki></code>
+
| style="font-size:150%; background-color:#c590a4;"| &#8243;  || Double prime || || U+2033  || <syntaxhighlight lang="html5">&Prime;</syntaxhighlight><syntaxhighlight lang="html5">&#8243; </syntaxhighlight>
 
|-
 
|-
| style="font-size:150%; background-color:#c590a4;"| &#8244;  || Triple prime || || U+2034  || <code><nowiki>&tprime;</nowiki></code> <code><nowiki>&#8244;</nowiki></code>
+
| style="font-size:150%; background-color:#c590a4;"| &#8244;  || Triple prime || || U+2034  || <syntaxhighlight lang="html5">&tprime;</syntaxhighlight> <syntaxhighlight lang="html5">&#8244;</syntaxhighlight>
 
|}
 
|}
 
</small>
 
</small>
In the German language, the usage of the "99"+"66" (201E, 201C) as quotation marks is correct: <code>This is not &bdquo;real&ldquo; German.</code>
+
 
 +
The usage of apostrophes is language specific. For example, in the German language, the usage of the "99"+"66" (201E, 201C) as quotation marks is correct: <code>This is not &bdquo;real&ldquo; German.</code> <ref>See more on this on [https://en.wikipedia.org/wiki/Quotation_mark quotation mark on Wikipedia].</ref>
 +
-->
  
 
==See also==
 
==See also==
Line 76: Line 118:
  
 
==Weblinks==
 
==Weblinks==
*[http://en.wikipedia.org/wiki/Prime_(symbol) Prime (symbol) on Wikipedia]
+
*[https://en.wikipedia.org/wiki/Apostrophe Wikipedia: Apostrophe]
*[https://en.wikipedia.org/wiki/Quotation_mark Quotation mark on Wikipedia]
+
*[http://en.wikipedia.org/wiki/Prime_(symbol) Wikipedia: Prime (symbol)]
 +
*[https://en.wikipedia.org/wiki/Quotation_mark Wikipedia: Quotation mark]
 
*[http://www.unicode.org/charts/PDF/U2000.pdf Unicode chart "General punctuation"] (PDF)
 
*[http://www.unicode.org/charts/PDF/U2000.pdf Unicode chart "General punctuation"] (PDF)
 +
*[http://www.typewolf.com/cheatsheet Typewolf typography cheatsheet]
  
 
==References==
 
==References==
 
<references />
 
<references />

Latest revision as of 12:33, 16 August 2015

User manual edit TOC
Short instruction
Find and read articles
Important terms
Search for an article
User account
Registration/New user account
Preferences: User settings
Create new article
Sandbox on subpage
Cite a source & quotes
Style guide
Use forms
Create TJ page
Create milonga
Create venue
Create festival article
Add a song recording
Edit an article
Text formatting
Links
Add categories to article
Watchlist
Move (rename) a page
Images
Use templates
Message boxes
Note boxes
Guidelines
Collaborate
Discussion page
Translate a page
Get help
Expert manual

This style guide tries to help with writing text for the wiki. It shall describe no rules, really – instead recommendations, guidelines and best practices.

Know the rules before you break them.


Writing text for the wiki

In free text, stick to a clear and simple language. Enjoy your own text! There is no "wrong", only "could be improved". Like in an encyclopedia, the writing style shall be neutral, factual, objective, descriptive, non-personal.

  • Write in neutral style. Neutral means, do not write opinonated. If there are opposing opinions to a subject, include all of them and investigate their plausibility.
  • Use hard facts. If there exist hard facts, include them wherever possible. Hard facts are the basis of all texts.
  • Cite your sources. Whether you use quotations, you quote a sentence from a source, rephrase a thought or an opinion or you became influenced in your writing by a certain source – always cite it. See Cite a source for more on how to quote.
  • Be objective, not subjective. Do not write "I" in texts. There is no first person.
  • Use common words. Remember that your readers might be non-native speakers of the English language. If the translation into their language is not yet available, they might as well do with English. Here, rather opt for "simple" words than their "complicated" siblings.[1]
  • Do not advertise. TangoWiki is no place for advertisement. Text parts like "the best festival in the world, get now 20 % discount if you book until Sunday" won't last long – they will either get re-written or deleted entirely. Platforms like personal websites are a better place for this. This has two exceptions:
    • One might argue that it might still be of good influence for events and places to be present in the wiki. Factual, objective information is of high use for the reader. So to call it, "indirect advertisment".
    • If you love advertising, please help out with promoting TangoWiki to the world.

Special symbols

Apostrophe

The apostrophe ’ or ' is used in these cases:

  • Omission of letters: Juan D’Arienzo
  • Possessive case: D’Agostino’s film

The correct apostrophe is a point with a downwards tail curving clockwise, like in the comma (the "9"). Its look also depends on the typeface in use!

Symbol Example description Short codes Unicode HEX code, NAME HTML
D’Agostino correct apostrophe, looks like a "9", correct "single comma quotation mark" Windows: Alt+0146
Mac: Alt+Shift+#
U+2019, RIGHT SINGLE QUOTATION MARK
&rsquo;
D'Agostino "typewriter apostrophe", substitute character, straight tail Mac: Shift+# U+0027, APOSTROPHE
&#39;
D‘Agostino single turned comma quotation mark U+2018, LEFT SINGLE QUOTATION MARK  
&lsquo;
D′Agostino Prime, units for mathematics, linguistics and music U+2032
&prime;
&#8242;
´ D´Agostino Akut ´ U+00B4
&acute;
&#180;
` D`Agostino Grave Mac: Shift+´ U+0060
&#96;


See also

Weblinks

References

  1. "[…] so prefer let to permit, people to persons, buy to purchase, colleague to peer, way out to exit, present to gift, rich to wealthy, show to demonstrate, break to violate. "The Economist: Introduction to the writing style guide.