Help:Editing
From S23Wiki
Contents |
[edit] WikiCode
| What you type | What you get | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| '''bold''' | bold | ||||||||||
| ''italic'' | italic | ||||||||||
| <u>underlined</u> | underlined | ||||||||||
| <strike>strike out</strike> | |||||||||||
| <pre>preformatted</pre> | preformatted | ||||||||||
| <nowiki>WikiCode disabled<nowiki> | WikiCode disabled | ||||||||||
| <code>Code</code> | Code
| ||||||||||
| <tt>Typewriter</tt> | Typewriter | ||||||||||
| <small>small</small> | small | ||||||||||
| hoch<sup>gestellt</sup> | hochgestellt | ||||||||||
| tief<sub>gestellt</sub> | tiefgestellt | ||||||||||
| space as first character in a line | space as first character | ||||||||||
| [[Image:Groundhog.jpg|thumb|100px|a groundhog]] (image syntax),(tutorial) (Images must be uploaded first, see Special:Upload) | |||||||||||
| ~~~ | Mutante | ||||||||||
| ~~~~ | Mutante 19:38, 7 February 2006 (CET) | ||||||||||
| #Alpha #Beta #Gamma | 1. Alpha 2. Beta 3. Gamma | ||||||||||
| *fnord *foobar |
| ||||||||||
| <graph>
[ S23 ] -> [ Neighbor1 ]
[ S23 ] -> [ Neighbor2 ]
[ S23 ] -> [ Neighbor3 ]
</graph> (Graph_Extension) | Couldn't execute graph/graphcnv See the manual for help.
| ||||||||||
| <fnord></fnord> (Template_talk:Fnord) | Fnord is notified that a fnord product requires warranty service ((K)fnord_id #87)) | ||||||||||
| <toppages>3</toppages> (Top_Pages) |
| ||||||||||
| <topcat>3</topcat> (Top_Categories) |
| ||||||||||
| <tasks>
[ ] Something to do here.
</tasks>
(Task_Extension) | An entry on Special:Tasks | ||||||||||
| [[RFID]] has been viewed <counter>page=RFID&namespace=0</counter> times. Help:Editing had <counter>page=Editing&namespace=12</counter> hits. (Counter, MediawikiNamespaces) | RFID has been viewed 6375 times. Help:Editing had 3427 hits. | ||||||||||
| <math>\sqrt{23}=4.795831523312719</math> (see [1],MatheSymbole) |
| ||||||||||
[edit] Sections / Überschriften
[edit] Section1
(type =Section1=)A Table of Contents will automatically be added to an article that has four or more sections.
Und wie geht das wenn ich bei weniger als 4 sections ein TOC haben will?
[edit] Section2
(type ==Section2==)
[edit] Section3
(type ===Section3===)
[edit] Lists
- foo (type *foo)
- foobar (type **foobar)
- foofoobar (type ***foofoobar)
- foobar (type **foobar)
or
- one (type #one)
- two (type #two)
- three (type #three)
[edit] Linking
- external link = blue (Wikipedia:Sandbox)
- external: http://seti23.org = http://seti23.org
- external: [http://seti23.org] = [2]
- external labeled: [http://seti23.org seti23] = seti23
- internal link = green (Sandbox)
Notice that external links have only one bracket, while wiki links have double brackets.
- broken* link = red (A fake sandbox) ( or a 'wanted link'; It means YOU should create it ;) )
- interwiki: [[Wikipedia:Fnord]] = Wikipedia:Fnord
- interwiki labeled: [[Wikipedia:Fnord|touch me]] = touch me
Interwiki linking includes search engine links like [[Google:Fnord]] = Google:Fnord and you can use every other alias you find in the Intermap.
[edit] internal linking to an anchor
The_S23_Quick_and_Dirty_Wiki_Tutorial_for_the_Impatient#how_to_link
[edit] external linking with square-brackets in url
If an [ or ] appears in external URLs you need to escape it using %5B for [ and %5D for ] to make the link work properly. see URL Escape Codes
[edit] Redirect
#REDIRECT [[Querfälltein]]
see also S23_Wiki_Tips#Wiki_Organization_Tips
[edit] Math / Tex
see http://meta.wikimedia.org/wiki/Help:Formula
[edit] Tables
U may use ordinary html code or this:
{|
|cell1, row1
|cell2, row1
|----
|cell1, row2
|cell2, row2
|}
will look like
| cell1, row1 | cell2, row1 |
| cell1, row2 | cell2, row2 |
U may also use ! instead of | to creat a title.
There are a lot of other options. --> Somebody: Pls explain all ot them here or give a link
This link isn't that great http://en.wikipedia.org/wiki/How_to_use_tables
http://meta.wikimedia.org/wiki/Help:Table is better
Example of a complex table in wikisyntax
U may also use this VBA-Macro for converting excel-tables to wikicode. This Macro converts any selected range of cells into a wiki-text, that are copied via the clipboard into the wiki-editor. Maybe usefull
[edit] Learn first
- Learn what the hell a Wiki really is @ usemod-wiki: what is a wiki
- check http://wiki.blinkenarea.org/bin/view/TWiki/GoodStyle (wich is a TWiki, no MediaWiki...)
- Learn how to edit a Wiki page from Tutorial
- or if you have ADD or are impatient try the s23 quick and dirty wiki-tutorial for the impatient
- Learn some Tips & Tricks from S23 Wiki Tips
- Wiki Shortcuts

