Difference between revisions of "Sandbox"

From Creolista!
Jump to: navigation, search
(Two Modes: page / edit)
(buttons)
Line 7: Line 7:
  
 
===buttons===
 
===buttons===
<p>Under the words "page", "discussion", "edit", you see sandbox (''bac à sable'') and below that a set of 11 buttons.</p><br /><br />
+
<p>Under the title of the page '''Sandbox''' (''bac à sable'') you should see 11 buttons.</p><br /><br />
 
*B = '''bold'''  (French ''gras'')
 
*B = '''bold'''  (French ''gras'')
 
*I = ''italic''   
 
*I = ''italic''   
*Ab = internal link to a page like [[Poetry]]
+
*Ab = internal link to a page like [[Poetry]]
*earth = external link to a page like [http://www.creoliste.fr/teaching/StateQuarters.html]
+
*earth = external link to a page like [http://www.creoliste.fr/teaching/StateQuarters.html]
*A: an automatic heading: not very useful if you master the = sign (see below)
+
*A = an automatic heading: not very useful if you master the = sign (see below)
*image = to add a file (may not work yet)
+
*picture = to add a file (may not work yet)
*math
+
*trumpet = media file (may not work yet)
 +
*square root of ''n'':  math (formulae, special symbols)
 
*<nowiki>For non-formatted text</nowiki>
 
*<nowiki>For non-formatted text</nowiki>
 
*(signature)  Here's mine:  --[[User:WikiSysop|Mr. Shimanek]] 16:59, 30 March 2015 (CEST)
 
*(signature)  Here's mine:  --[[User:WikiSysop|Mr. Shimanek]] 16:59, 30 March 2015 (CEST)
 
*can you delete this line and add your signature?  (Leave the asterisk, please.)   
 
*can you delete this line and add your signature?  (Leave the asterisk, please.)   
 +
*horizontal line...
 +
  
 
(2nd layer by default:  equivalent to <span style="color:darkred;">&lt;h2&gt; Headline text &lt;/h2&gt;</span> in HTML, or to <span style="color:darkred;">== Headline text ==</span> in wikisyntax, so... not a very useful button in my opinion. ^^)
 
(2nd layer by default:  equivalent to <span style="color:darkred;">&lt;h2&gt; Headline text &lt;/h2&gt;</span> in HTML, or to <span style="color:darkred;">== Headline text ==</span> in wikisyntax, so... not a very useful button in my opinion. ^^)

Revision as of 17:06, 30 March 2015

Two Modes: page / edit

In page mode, you see what a visitor sees. In edit mode you see the page with formatting codes.

  • Please enter edit mode by changing tabs from "page" to "edit" above (next to the picture, at the top). You may look at history too, but, to understand the next part you must be in Edit mode!


Edit mode

buttons

Under the title of the page Sandbox (bac à sable) you should see 11 buttons.



  • B = bold (French gras)
  • I = italic
  • Ab = internal link to a page like Poetry
  • earth = external link to a page like [1]
  • A = an automatic heading: not very useful if you master the = sign (see below)
  • picture = to add a file (may not work yet)
  • trumpet = media file (may not work yet)
  • square root of n: math (formulae, special symbols)
  • For non-formatted text
  • (signature) Here's mine: --Mr. Shimanek 16:59, 30 March 2015 (CEST)
  • can you delete this line and add your signature? (Leave the asterisk, please.)
  • horizontal line...


(2nd layer by default: equivalent to <h2> Headline text </h2> in HTML, or to == Headline text == in wikisyntax, so... not a very useful button in my opinion. ^^)

Headline text

using HTML

  • <p> = opening tag for a paragraph
  • </p> = closing tag for a paragraph
  • <br /> = opening and closing tag for a line break.

Example: this is a very short paragraph.



Example: this is a very short paragraph

with two line breaks

using wiki syntax

The equal (=) sign

'i: kwal



  1. To make a numbered list...
  2. Use # at the beginning of the line.
    1. To add a layer, use two!
    2. You can even do it twice.
      1. or even three times
  3. That's how you make a numbered list.


  • To make a "bullet" list..
  • Use an asterisk (*) at the beginning of the line.
    • To add a layer, use two!
      • or three.
  • Pretty simple, huh?