User Tools

Site Tools


playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2017/02/08 12:50] – [Text Formating] kroduitplayground:playground [2022/03/30 14:54] (current) ateixeira
Line 1: Line 1:
-==  Playground  ==+====== PlayGround ======
  
 +<sub>salut</sub>salut<sup>salut</sup><del>salut</del>\\
 +<sub><del>**//__salut__//**</del></sub>salut
  
-====  Text Formating  ====+:-X -> (c)
  
-Test+ www.google.ch
  
-^ Header1 ^ Header2 ^ Header 3 ^ +[[https://www.google.ch|Cette phrase pointe sur un lien]]
-| **Bold Text** | //Italic Text// | __Underlined Text__ | +
-| T |:::| |+
  
 +Mon mail est <exemple@hotmail.fr>
  
-  - List1 +like a corporate [[https://en.wikipedia.org/wiki/Intranet|intranet]]
-  - List2 +
-  - List3+
  
-  * List+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
 +Pour apprendre à utiliser Linux, appuie sur l'animal ((C'est un pingouin)) [[https://www.linuxfromscratch.org/|{{https://isc.tamu.edu/~lewing/linux/sit3-shine.7.gif?100|ceci est le pingouin}}]]
  
-<note important>**bold test**</note> +====== Titre 1 ====== 
- +===== Titre 2 ===== 
-[[http://google.com|Google]] +==== Titre 3 ==== 
----- +=== Titre 4 === 
- +== Titre 5 ==
-**<del><me@mail.com></del>((email from me))** +
----- +
- +
- +
-==== Test ==== +
- +
-The **Playground** is a fantastic //object// for __testing__ your ''syntaxe''+
-It's so //**''__beautiful __''**//+
- +
-You can easily use <sub>subscript</sub> and <sup>superscript</sup>, you can +
-<del>delete</del> something too. +
- +
-If you want to break a line, you just need to use %%"\\"%% at the end \\ +
-of the line, or if you want to break it in the middle of a line, \\ you juste need to add a space +
-after the double backslashes. +
- +
----- +
-===== Links and Images ===== +
- +
-=== External === +
- +
-This is a link www.google.com who goes to google,\\ +
-but this link [[http://www.google.com|Hey, I'm the link]] and I go to google too. +
- +
-If you want you can link an address mail, like this one: <andi@splitbrain.org>+
- +
-=== Internal === +
- +
-You can link a other page link this: [[pagename]]. +
- +
-== InterWiki == +
- +
-DokuWiki supports [[doku>Interwiki]] links abd link to Wikipedia's page [[wp>Wiki]] too. +
-===== Footnotes ===== +
- +
-You can add footnotes ((Here we go, you can click on the little number if you want to return to your previous place)) by using a double %%"(" at the start of your footnotes and a double ")"%% at the end, note that the number is generated automatically. +
-===== Lists ===== +
- +
-You can create two types of liste, the first one is: +
- +
-  * Like +
-    * This +
-  * One +
- +
-  - Or +
-    - Like +
-      - This +
-    - One +
-  - Do you see the difference ? +
- +
-Care you need to use a double space before the ''*'' or the ''-''+
- +
-==== Image ==== +
- +
-You can use an image to link to another internal or external page by combining the syntax for links and images, for exemple: +
- +
-[[http://php.net|{{wiki:dokuwiki-128.png}}]]+
  
-You can decide the size of the image and the position:+  * Ceci est une liste 
 +  * Second item de la liste 
 +    * deuxième niveau 
 +  * encore un item
  
-{{ wiki:dokuwiki-128.png|To the right}} +  même liste mais ordrée 
-{{ wiki:dokuwiki-128.png?50 |To the center with 50width}} +  pareil 
-{{wiki:dokuwiki-128.png?200x50 |To the left with 200x50}} +      aussi 
-===== Tables =====+  - encore
  
-^  Symbole        Conversions  ^ 
-|  %%8-)%%        8-)          | 
-|  %%:?:%%        :?:          | 
-|  %%FIXME%%      FIXME        | 
-|  %%DELETEME%%  |  DELETEME     | 
-|  %%->%%        |  ->           | 
-|  %%---%%        ---          | 
-|  %%(r)%%        (r)          | 
-|  %%(tm)%%      |  (tm)         | 
  
 +^ Colonne 1       ^ Colonne 2         ^ Colonne 3          ^
 +|    Ligne 1 Col 1|  Ligne 1 Col 2    | Ligne 1 Col 3      |
 +| Ligne 2 Col 1   | some colspan (note the double pipe)   ||
 +^ Ligne 3 Col 1   | Ligne 3 Col 2     | Ligne 3 Col 3      |
  
-Heading 1      ^      Heading 2                       Heading 3^ +Heading 1      ^ Heading 2       ^ Heading 3          
-Heading        this cell spans vertically         Row 1 Col 3| +Row 1 Col 1    Row 1 Col 2     | Row 1 Col 3        
-Row 2 Col 1    | :::                                            || +Row 2 Col 1    | some colspan (note the double pipe) || 
-Row 3 Col 1    | :::                          Row Col 3      | +Row 3 Col 1    |   :::           | Row Col 3        |
-===== Quoting =====+
  
-I think we should do it 
  
-No we shouldn't+<nowiki> 
 +This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it. 
 +</nowiki> 
 +The same is true for //__this__ text// with a smiley ;-).
  
->> WellI say we should+<file> 
 +This is pretty much the samebut you could use it to show that you quoted a file. 
 +</file>
  
-Really?+<code> 
 +This is preformatted code all spaces are preserved: like              <-this 
 +</code>
  
->> Yes!+2 espaces
  
->>> Then lets do it!+<file php myexample.php> 
 +<?php echo "hello world!"; ?> 
 +</file>
  
-===== Blocs =====+<html>This is some <span style="color:red;font-size:200%;">inline HTML</span> 
 +</html> 
 +<HTML> 
 +<p style="border:2px dashed blue;">And this is some block HTML</p> 
 +</HTML>
  
-  #----------------------------------------------------------------------- +<php> 
-  #---------------------- Dubosson Robin – KRIOS Suisse SA---------------- +echo "salut comment tu vas? 
-  #--- Creation du fichier snmpd.conf / configuration du fichier snmp ----
 +</php>
-  #----------------------------------------------------------------------- +
-  # Creation des relations entre les communautes et des noms de securite
 +
-  # nom.secu  Source  Community

 +
-  com2sec Local  localhost  statusmgmt
 +
-  com2sec LocalNet 10.0.0.0/16  statusmgmt

 +
-  # Creation des relations entre les noms de groupes et les noms de securite +
-  # nom.groupe  version  nom.secu +
-  group  RWGroup  v1  Local
group  ROGroup  v1  LocalNet +
-  # Creation des diverses vues qui seront autorisées aux groupes
view tout included .1 +
-  # indique les acces aux vues suivant leurs groupes
 +
-  # nom.groupe  contexte  modele.secu  niveau.secu  prefixe  lec  ecr  notif +
-  access  ROGroup "" v1  noauth  exact  tout  none  none
 +
-  access  RWGroup "" v1  noauth  exact  tout  tout  none +
-  # ---------------------------------------------------------------------------------------------------------------+
playground/playground.1486558213.txt.gz · Last modified: 2017/02/08 12:50 by kroduit