×
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
    imported>Took
    No edit summary
     
    (18 intermediate revisions by 8 users not shown)
    Line 1: Line 1:
    Hello! dfbgckd interesting dfbgckd site! I'm really like it! Very, very dfbgckd good!
    === WikiGoodStyle ===


    Very nice site!
    check http://wiki.blinkenarea.org/bin/view/TWiki/GoodStyle (wich is a TWiki, no MediaWiki...)


    Hello! eabecdk interesting eabecdk site! I'm really like it! Very, very eabecdk good!
    --[[User:Took|Took]] 17:58, 7 February 2006 (CET)


    === WikiCode ===

    {| border=1 align=center
    !What you type
    !What you get
    |----
    |<nowiki>'''bold'''</nowiki>
    |'''bold'''
    |----
    |<nowiki>''italic''</nowiki>
    |''italic''
    |----
    |<nowiki><u>underlined</u></nowiki>
    |<u>underlined</u>
    |----
    |<nowiki><strike>strike out</strike></nowiki>
    |<strike>strike out</strike>
    |----
    |<nowiki><pre>preformatted</pre></nowiki>
    |<pre>preformatted</pre>
    |----
    |<nowiki><nowiki>WikiCode disabled<nowiki></nowiki>
    |<nowiki>WikiCode disabled</nowiki>
    |----
    |<nowiki><code>Code</code></nowiki>
    |<code>Code</code>
    |----
    |<nowiki><tt>Typewriter</tt></nowiki>
    |<tt>Typewriter</tt>
    |----
    |<nowiki><small>small</small></nowiki>
    |<small>small</small>
    |----
    |<nowiki>hoch<sup>gestellt</sup></nowiki>
    |hoch<sup>gestellt</sup>
    |----
    |<nowiki>tief<sub>gestellt</sub></nowiki>
    |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.

    <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==
    ==Linking==
    *external link = blue ([[Wikipedia:Sandbox]])
    *external link = blue ([[Wikipedia:Sandbox]])
    ** external: <nowiki>http://seti23.org</nowiki> = http://seti23.org
    ** 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]
    ** external labeled: <nowiki>[http://seti23.org seti23]</nowiki> = [http://seti23.org seti23]
    Line 129: Line 17:
    Notice that external links have only one bracket, while wiki links have double brackets.<br>
    Notice that external links have only one bracket, while wiki links have double brackets.<br>


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


    * interwiki: <nowiki>[[Wikipedia:Fnord]]</nowiki> = [[Wikipedia:Fnord]]
    * interwiki: <nowiki>[[Wikipedia:Fnord]]</nowiki> = [[Wikipedia:Fnord]]
    Line 135: Line 23:
    [[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]].
    [[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===
    ===internal linking to an anchor===
    [[The_S23_Quick_and_Dirty_Wiki_Tutorial_for_the_Impatient#how_to_link:]]
    [[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 ==
    == Math / Tex ==
    Line 167: Line 63:
    This link isn't that great http://en.wikipedia.org/wiki/How_to_use_tables
    This link isn't that great http://en.wikipedia.org/wiki/How_to_use_tables


    http://meta.wikimedia.org/wiki/Help:Table is better
    == Redirects / Umleitungen ==

    Wie funktioniert das??!?
    [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





    pls fix [[Quichotte]] - thx




    <br>
    <br>
    == Learn first ==
    == Learn first ==


    #Learn what the hell a Wiki really is @ [[Usemod:WhatIsAWiki|usemod-wiki: what is a wiki]]
    #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]]
    #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]]
    :: 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]]
    Line 184: Line 84:


    ----
    ----

    ==Related Links==

    [http://cargames.com.au/ '''car games''']

    [http://www.unbeatable.co.uk/pages/Electronics/TV-and-Video/Flat-Panel-Televisions/ '''lcd tv''']

    Latest revision as of 02:44, 21 November 2013

    Hello! dfbgckd interesting dfbgckd site! I'm really like it! Very, very dfbgckd good!
    

    Very nice site!

    Hello! eabecdk interesting eabecdk site! I'm really like it! Very, very eabecdk good!
    

    Linking[edit]

    • 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[edit]

    The_S23_Quick_and_Dirty_Wiki_Tutorial_for_the_Impatient#how_to_link

    external linking with square-brackets in url[edit]

    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[edit]

    #REDIRECT [[Querfälltein]]

    see also S23_Wiki_Tips#Wiki_Organization_Tips

    Math / Tex[edit]

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

    Tables[edit]

    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[edit]

    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

    Related Links[edit]

    car games

    lcd tv

    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.