×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Help:Editing: Difference between revisions

    Content added Content deleted
    No edit summary
    imported>mutante
    m (Reverted edits by 62.231.243.137 (Talk); changed back to last version by mutante)
    Line 38: Line 38:
    |tief<sub>gestellt</sub>
    |tief<sub>gestellt</sub>
    |----
    |----
    |&nbsp;space as first character in a line
    |
    |<pre>space as first character</pre>
    |----
    |<nowiki>[[Image:Groundhog.jpg|thumb|100px|a groundhog]]</nowiki><br /><br /> ([http://en.wikipedia.org/wiki/Wikipedia:Extended_image_syntax image syntax]),([http://en.wikipedia.org/wiki/Wikipedia:Picture_tutorial tutorial])<br />(Images must be uploaded first, see [[Special:Upload]])
    |[[Image:Groundhog.jpg|thumb|100px|a groundhog]]
    |----
    |<nowiki>~~~</nowiki>
    |[[User:mutante|mutante]]
    |----
    |<nowiki>~~~~</nowiki>
    |[[User:mutante|mutante]] 19:38, 7 February 2006 (CET)
    |----
    |#Alpha<br>#Beta<br>#Gamma
    |1. Alpha<br>2. Beta<br>3. Gamma
    |----
    |*fnord<br />*foobar
    |<ul><li>fnord</li><li>foobar</li></ul>
    |----
    |<nowiki><graph>
    [ S23 ] -> [ Neighbor1 ]
    [ S23 ] -> [ Neighbor2 ]
    [ S23 ] -> [ Neighbor3 ]
    </graph></nowiki><br /><br />([[Graph_Extension]])
    |<graph>
    [ S23 ] -> [ Neighbor1 ]
    [ S23 ] -> [ Neighbor2 ]
    [ S23 ] -> [ Neighbor3 ]
    </graph>
    |----
    |<nowiki><fnord></fnord></nowiki><br /><br />([[Template_talk:Fnord]])
    |<fnord></fnord>
    |----
    |<nowiki><toppages>3</toppages></nowiki><br /><br />([[MediawikiExtensions/Top_Pages|Top_Pages]])
    |<toppages>3</toppages>
    |----
    |<nowiki><topcat>3</topcat></nowiki><br /><br />([[MediawikiExtensions/Top_Categories|Top_Categories]])
    |<topcat>3</topcat>
    |----
    |<nowiki><tasks>
    [ ] Something to do here.
    </tasks>
    </nowiki><br /><br />([[Task_Extension]])
    |An entry on [[Special:Tasks]]
    |----
    |<nowiki>[[RFID]] has been viewed <counter>page=RFID&namespace=0</counter> times.</nowiki><br /><br /><nowiki>Help:Editing had <counter>page=Editing&namespace=12</counter> hits.</nowiki><br /><br />([[Counter]], [[MediawikiNamespaces]])
    |[[RFID]] has been viewed <counter>page=RFID&namespace=0</counter> times.<br /><br />Help:Editing had <counter>page=Editing&namespace=12</counter> hits.
    |----
    |<nowiki><math>\sqrt{23}=4.795831523312719</math></nowiki><br /><br /> (see [http://meta.wikimedia.org/wiki/Help:Formula],[[MatheSymbole]])
    |<math>\sqrt{23}=4.795831523312719</math>
    |}

    ==Sections / Überschriften==
    <!-- The following uses HTML headings markup instead of wiki headings. However, it messes up the section edit links, so please do not use it.--> <h2>Section1</h2> (type <nowiki>=Section1=</nowiki>) <br/> 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?

    <h3>Section2</h3>
    (type <nowiki>==Section2==</nowiki>)

    <h4>Section3</h4>
    (type <nowiki>===Section3===</nowiki>)



    ==Lists==
    *foo (type <nowiki>*foo</nowiki>)
    **foobar (type <nowiki>**foobar</nowiki>)
    ***foofoobar (type <nowiki>***foofoobar</nowiki>)

    or

    #one (type <nowiki>#one</nowiki>)
    #two (type <nowiki>#two</nowiki>)
    #three (type <nowiki>#three</nowiki>)

    ==Linking==
    *external link = blue ([[Wikipedia:Sandbox]])
    ** external: <nowiki>http://seti23.org</nowiki> = http://seti23.org
    ** external: <nowiki>[http://seti23.org]</nowiki> = [http://seti23.org]
    ** external labeled: <nowiki>[http://seti23.org seti23]</nowiki> = [http://seti23.org seti23]

    *internal link = green ([[Sandbox]])
    ** internal: <nowiki>[[Fnord]]</nowiki> = [[Fnord]]
    ** internal labeled: <nowiki>[[Fnord|lick here]]</nowiki> = [[Fnord|lick here]]

    Notice that external links have only one bracket, while wiki links have double brackets.<br>

    *broken* link = red ([[A fake sandbox]]) ( or a 'wanted link'; It means ''YOU'' should create it ;) )

    * interwiki: <nowiki>[[Wikipedia:Fnord]]</nowiki> = [[Wikipedia:Fnord]]
    * interwiki labeled: <nowiki>[[Wikipedia:Fnord|touch me]]</nowiki> = [[Wikipedia:Fnord|touch me]]
    [[InterWiki|Interwiki]] linking includes search engine links like <nowiki>[[Google:Fnord]]</nowiki> = [[Google:Fnord]] and you can use every other alias you find in the [[InterMap|Intermap]].

    ===internal linking to an anchor===
    [[The_S23_Quick_and_Dirty_Wiki_Tutorial_for_the_Impatient#how_to_link]]

    ===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 [http://www.december.com/html/spec/esccodes.html URL Escape Codes]

    ===Redirect===
    <nowiki>#REDIRECT [[Querfälltein]]</nowiki>

    see also [[S23_Wiki_Tips#Wiki_Organization_Tips]]

    == Math / Tex ==
    see http://meta.wikimedia.org/wiki/Help:Formula

    == Tables ==
    U may use ordinary html code or this:
    <pre>
    {|
    |cell1, row1
    |cell2, row1
    |----
    |cell1, row2
    |cell2, row2
    |}
    </pre>
    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

    [http://s23.org/wikistats/wikipedias_wiki.php Example of a complex table in wikisyntax]

    U may also use this [http://de.wikipedia.org/wiki/Wikipedia:Helferlein/EXCEL_Tabellenumwandlung 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






    == Learn first ==

    #Learn what the hell a Wiki really is @ [[Usemod:WhatIsAWiki|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 [[The_S23_Quick_and_Dirty_Wiki_Tutorial_for_the_Impatient|s23 quick and dirty wiki-tutorial for the impatient]]
    #Learn some Tips & Tricks from [[S23 Wiki Tips]]
    #[[Wiki Shortcuts]]

    ----

    Revision as of 18:59, 21 June 2007

    WikiCode

    What you type What you get
    '''bold''' bold
    ''italic'' italic
    <u>underlined</u> underlined
    <strike>strike out</strike> strike out
    <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)
    a groundhog
    ~~~ mutante
    ~~~~ mutante 19:38, 7 February 2006 (CET)
    #Alpha
    #Beta
    #Gamma
    1. Alpha
    2. Beta
    3. Gamma
    *fnord
    *foobar
    • fnord
    • foobar
    <graph> [ S23 ] -> [ Neighbor1 ] [ S23 ] -> [ Neighbor2 ] [ S23 ] -> [ Neighbor3 ] </graph>

    (Graph_Extension)
    <graph>
    [ S23 ] -> [ Neighbor1 ]
    [ S23 ] -> [ Neighbor2 ]
    [ S23 ] -> [ Neighbor3 ]
    

    </graph>

    <fnord></fnord>

    (Template_talk:Fnord)
    <fnord></fnord>
    <toppages>3</toppages>

    (Top_Pages)
    <toppages>3</toppages>
    <topcat>3</topcat>

    (Top_Categories)
    <topcat>3</topcat>
    <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 <counter>page=RFID&namespace=0</counter> times.

    Help:Editing had <counter>page=Editing&namespace=12</counter> hits.
    <math>\sqrt{23}=4.795831523312719</math>

    (see [1],MatheSymbole)
    <math>\sqrt{23}=4.795831523312719</math>

    Sections / Überschriften

    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?
    

    Section2

    (type ==Section2==)

    Section3

    (type ===Section3===)


    Lists

    • foo (type *foo)
      • foobar (type **foobar)
        • foofoobar (type ***foofoobar)

    or

    1. one (type #one)
    2. two (type #two)
    3. three (type #three)

    Linking

    • internal link = green (Sandbox)
      • internal: [[Fnord]] = Fnord
      • internal labeled: [[Fnord|lick here]] = lick here

    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 linking includes search engine links like [[Google:Fnord]] = Google:Fnord and you can use every other alias you find in the Intermap.

    internal linking to an anchor

    The_S23_Quick_and_Dirty_Wiki_Tutorial_for_the_Impatient#how_to_link

    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

    Redirect

    #REDIRECT [[Querfälltein]]

    see also S23_Wiki_Tips#Wiki_Organization_Tips

    Math / Tex

    see http://meta.wikimedia.org/wiki/Help:Formula

    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




    Learn first

    1. Learn what the hell a Wiki really is @ usemod-wiki: what is a wiki
    2. check http://wiki.blinkenarea.org/bin/view/TWiki/GoodStyle (wich is a TWiki, no MediaWiki...)
    3. 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
    1. Learn some Tips & Tricks from S23 Wiki Tips
    2. Wiki Shortcuts

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.