PGVWiki:Editierhilfe

Aus PGVWiki
Version vom 24. September 2006, 11:41 Uhr von Juergeninka (Diskussion | Beiträge) (→‎Bullet list)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
Artikel in Arbeit

Dieser Artikel wird zur Zeit bearbeitet. Anfragen, Ergänzungen, Anregungen, Kritik und Kommentare bitte in die Artikeldiskussion oder direkt an den Autor (siehe die Artikel-Versionsgeschichte).

Einleitung

Es ist sehr einfach eine Wikiseite zu bearbeiten. Klick auf den bearbeiten Reiter auf der oberen Seite. Du kommst dann direkt in den Editirmodus. Es erscheint eine Box in der der Text editiert wird.

Wenn du mit dem Editieren fertig bist klicke zuerst auf den Butten Vorschau zeigen um eine Übersicht deiner änderungen Anzeigen zu lassen.

Wenn du zufrieden bist klicke den Butten Artikel speichern an um deine änderungen zu übernehmen.

Kleine Änderungen

Wenn du eine Seite editierst und du eingelogt bist erscheint die Option Nur Kleinigkeiten wurden verändert. Dies hat Auswirkungen bei der Ansicht von Letzte Änderungen.

Vorlagen

Vorlagen werden in geschweifte Klammern gesetzt. z.B. {{name}}. Dies erzeugt eine Referenz zur Vorlage "Vorlage:name".

Hilfe Editieren Wiki Hilfeseiten

  1. Klick auf Edit this page
  2. Type in text
  3. Klick auf Show Preview.
  4. Wenn alles gut ist Klick auf Save page.

Wiki Code

Die meisten HTML Kommandos sind im einfacheren Wiki-Code eingebbar. z.B 3 hochkommas erzeugen Fettschrift. '''Fett''' erzeugt Fett, Im Html müsste man <b>Fett</> schreiben.

Box

Wenn sie ein Leerzeichen am Anfang der Zeile setzen erzeugen sie eine blaue Box um ihren Text. Das ist gut um Programmzeilen hervorzuheben. Du kanns dabei alle Formatierungszeichen verwenden.

Mustertext
Mustertext
Mustertext

Wenn du Formatierungszeichen anzeigen willst musst du den Text innerhalb von <pre> und </pre> eingeben. Der Text wird in einer Blauen Box angezeigt im Format wie er im Editierfenster zu sehen ist.

Mustertext
 '''Mustertext'''<br>
  <b>Mustertext</b>
   Mustertext

Kommentar

 
 Schreibe einen Kommentar zwischen <!-- und --> . Dieser erscheint nur im Editiermodus. Bei normaler Ansicht ist er unsichtbar.

Inhaltsverzeichniss (TOC)

Sobald 3 Überschriften definiert werden wird automatisch ein Inhaltsverzeichnis vor der ersten Überschrift eingefügt.

Um dieses zu Unterdrücken kann man mit folgendem Code das unterdrücken. Muss for der ersten Überschrift gesetzt werden.

__NOTOC__ 
__NOTOC__ Verbergen des Inhaltsverzeichnisses.
__TOC__ Manuelles Plazieren des Inhaltsverzeichnisses.

Listen

Nummerrierte Liste.

Schreibe # am Beginn einer Zeile.

# Zeile 1
## Zeile 2
# etc ...
  1. Zeile 1
    1. Zeile 2
  2. etc ...
Liste mit Aufzählungszeichen (Bullet)

Schreibe * am Beginn einer Zeile.

* Zeile 1
** Zeile 2
* etc ...
  • Zeile 1
    • Zeile 2
  • etc ...
Liste ohne Aufzählungszeichen

Schreibe  : am Beginn einer Zeile.

: Zeile 1
:: Zeile 2
: etc ...
Zeile 1
Zeile 2
etc ...

Line Break

If you put a break command <br>
at the end of a line you can get a
single spacing and format your code
like you wish.

Indent

adding  : at the beginning of a line will indent.

no indent

one indent
two
three

this also precludes having to place <br> at the end of a line to break it.

===Font Size=== (using HTML)

<font size = 1> Text </font> =  Text
<font size = 2> Text </font> =  Text
<font size = 3> Text </font> =  Text
<font size = 4> Text </font> =  Text
<font size = 5> Text </font> =  Text

Or, instead of using absolute sizes, you can adjust font sizes relative to the ones that the user has chosen. So for instance, if a user with visual difficulties has already set his or her font sizes to be large, you make them larger and will not accidentally set them smaller than the user can read.

<font size = +1> Text </font> =  Text
<font size = +2> Text </font> =  Text
<font size = +3> Text </font> =  Text
<font size = +4> Text </font> =  Text
<font size = +5> Text </font> =  Text

You can also make a font smaller:

<font size = -2> Text </font> =  Text


===Font Color=== (using HTML)

<font color="Red"> Text </font>   =  Text
<font color="Green"> Text </font> =  Text
<font color="Purple"> Text </font> =  Text
<font color=#FF8800> Text </font> =  Text

even R A I N B O W C O L O R S are possible

(Font colors may look different on different screens, but the basic colors such as red, green, blue, black and white are fairly consistent.)

Font color, face, size

<font color=#FF8890 face=Verdana size=5>
abcdefghijklmnopqrstuvwxyz

<font color=#0088CC face=Comic Sans MS size=6> 
abcdefghijklmnopqrstuvwxyz

(If the viewer does not have the font you select on his or her computer, it may not look the way you expect.)

Other HTML Commands

<B> Text </B> = Bold Text
<I> Text </I> = Italic Text
<U> Text </U> = Underlined Text
<S> Text </S> = Strikeout Text
or any combination:
<U><B> Text </B></U> = Underline/Bold Text 

Math Markup

Not sure this is a feature here yet ... will have to experiment.

<math> A = b ^ x</math>

Templates

Here is where all the major templates for this wikki will go.

  • delete - {{delete}} This is the rapid delete template, designed so users can request page deletes by admins

External Help

Help:WikiCities - Wikicities help area, very useful and informative Wiki Spam - A page on wikispam from wikimedia.

The wiki markup

In the left column of the TABLE below, you can see what effects are possible. In the right column, you can see how those effects were achieved. In other words, to make text look like it looks in the left column, type it in the format you see in the right column.

You may want to keep this page open in a separate browser window for reference. If you want to try out things without danger of doing any harm, you can do so in the Sandbox.

Sections, paragraphs, lists and lines

What it looks like What you type

Start your sections with header lines:


New section

Subsection

Sub-subsection


== New section ==

=== Subsection ===

==== Sub-subsection ====

A single 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 diff function.

But an empty line starts a new paragraph.

A single [[en:newline|newline]]
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 ''diff'' function.

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.
  • Lists are easy to do:
    • start every line with a star
    • more stars means deeper levels
* Lists are easy to do:
** start every line with a star
** more stars means deeper levels
  1. Numbered lists are also good
    1. very organized
    2. easy to follow
# Numbered lists are also good
## very organized
## easy to follow
  • You can even do mixed lists
    1. and nest them
      • like this
* You can even do mixed lists
*# and nest them
*#* like this
Definition list 
list of definitions
item 
the item's definition
; Definition list : list
of definitions
; item : the item's definition
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.
IF a line starts with a space THEN
 it will be formatted exactly
 as typed;
 in a fixed-width font;
 lines won't wrap;
ENDIF
this is useful for:
 * pasting preformatted text;
 * algorithm descriptions;
 * program source code
 * ascii art;

WARNING If you make it wide, you and hence less readable. 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 won't wrap;
 ENDIF
 this is useful for:
 * pasting preformatted text;
 * algorithm descriptions;
 * program source code
 * ascii art;
Centered text.
<center>Centered text.</center>
A: above

and below.

Mainly useful for separating threads on Talk pages.

A horizontal dividing line: above
----
and below. 



Character formatting

What it looks like What you type

Emphasize, strongly, very strongly.

  • These are double and triple apostrophes, not double quotes.
''Emphasize'', '''strongly''',
'''''very strongly'''''.

You can also write italic and bold if the desired effect is a specific font style rather than emphasis, as in mathematical formulae:

F = ma
  • However, the difference between these two methods is not very important for graphical browsers, and many people choose to ignore it.
You can also write <i>italic</i> and <b>bold</b>
if the desired effect is a specific font style
rather than emphasis, as in mathematical formulas:
:<b>F</b> = <i>m</i><b>a</b>
A typewriter font for technical terms.
A typewriter font for <tt>technical terms</tt>.
You can use small text for captions.
You can use <small>small text</small> for captions.
You can strike out deleted material

and underline new material.

You can <strike>strike out deleted material</strike>
and <u>underline new material</u>.

Umlauts and accents: (See MediaWiki User's Guide: Creating special characters)
è é ê ë ì í