Help:Style guide: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


There are basically three types of pages in this reference, each having its own structure :
There are basically three types of pages in this reference, each having its own structure :
*Overview pages
*Overview–pages
*Glossary/Reference–articles
*Glossary/Reference–articles
*Announcement/News
*Announcement/News
Line 10: Line 10:
=== Overviews ===
=== Overviews ===


Overviews — like the ''Main page'' — provide for quick information about and navigation–aids through a thematically coherent section.
Overviews — like the [[main page]] —  


They need to present a lot of information on a few screens; therefore these are the only pages that use the full width of the text–area instead of reserving space on the left side for margin–notes. Remember to avoid templates utilizing these such as ''definition'' or ''quotation''.
=== Glossary–articles ===


Switching to this layout isn't yet automatic; page margins have to be moved manually like in the following example:
=== Announcements ===


<pre>
== Emphasis and quotation ==
<div style="margin-left:-80px; margin-top:0em;">
... page content ...
</div>
<nowiki>__NOTOC__</nowiki>
</pre>
 
=== Glossary articles ===
 
Glossary articles may be seen as the core content of this reference. Their most remarkable feature is the ''definition''&ndash;section at the top of the page &mdash; in case of further structuring even before the first section title. This paragraph should provide a short quotable description of the article presented below.
 
<tt><nowiki>{{Definition|... text ...}}</nowiki></tt> results in
{{Definition|... text ...}}


== Typesetting ==
== Typesetting ==
Many characters ([[Glyph|glyphs]]) appear to be interchangable at first sight; when used in typesetting however, they can have completely different meanings. Consistent use of correct punctuation and typefaces builds a harmonic and clear impression for readers.
=== Punctuation ===
The ''-'' sign is obsolete: Use &ndash; or &mdash; instead.
=== Typefaces ===
In all reference articles the title should be mentioned in the first sentence or at least within the first paragraph and set in bold letters.
=== Emphasis and quotation ===
Sequences within a sentence can be emphasized by setting them in italic letters. Technical terms, names, or terms in foreign languages should also be set in itlaic.
Inline quotation is done by adding a refernce number in brackets at the end of the passage. Citing complete paragraphs is done by using the ''quotation''&ndash;template:
<tt><nowiki>{{Quotation|... text ...| Source}}</nowiki></tt> results in
{{Quotation|... text ...|Source}}

Revision as of 21:37, 8 May 2005

All present InfoVis Glossary–articles implement a certain layout and style that makes them easily readable and fit into the glossary–framework. To maintain this coherent style we strongly encourage you to stick to the following guidelines.

General

There are basically three types of pages in this reference, each having its own structure :

  • Overview–pages
  • Glossary/Reference–articles
  • Announcement/News

Overviews

Overviews — like the main page

Glossary–articles

Announcements

Emphasis and quotation

Typesetting