Ceci est une ancienne révision du document !


Use bold, italic, underlined, monospaced, superscript or subscript, <nowiki>, footnotes 1) and FIXME and DELETEME or html characters like → ← ↔ ⇒ ⇐ ⇔ » « – — 640×480 © ™ ®.

Use **bold**, //italic//, __underlined__, ''monospaced'', <sup>superscript</sup> or <sub>subscript</sub>, %%<nowiki>%%, footnotes ((This is a footnote example)) and FIXME and DELETEME or html characters like -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r).

See the examples in action

<infobox width=“80%”>Info: this in an info</infobox> <infobox type=“success” width=“80%”>Success: You have achieved something.</infobox> <infobox type=“warning” width=“80%”>Warning: be aware of this.</infobox> <infobox type=“danger” width=“80%”>Danger: careful with this !</infobox>
<infobox width="80%">**Info**: this in an info</infobox>
<infobox type="success" width="80%">**Success**: You have achieved something.</infobox>
<infobox type="warning" width="80%">**Warning**: be aware of this.</infobox>
<infobox type="danger" width="80%">**Danger**: careful with this !</infobox>

You can play with the parameters :

  • type (optional default info)
    • success
    • info
    • warning
    • danger
  • center ( optional, default true)
    • true
    • false
  • width (optional, default empty)
    • 80% (html width style of enclosing div)
  • icon (optional, default depends on type)
    • glyphicon glyphicon-ok
    • glyphicon glyphicon-info-sign
    • glyphicon glyphicon-warning-sign
    • glyphicon glyphicon-minus-sign
  • dismiss (optional, default false)
    • true

<infobox type=“success” center=“false” width=“40%”>Success bravo</infobox> <infobox type=“danger” center=“true” width=“80%” icon=“glyphicon glyphicon-warning-sign”>Pay attention to this !</infobox> <infobox type=“danger” dismiss=“true” icon=“glyphicon glyphicon-chevron-right”>You can close this infobox with the cross on the right.</infobox>

<infobox type="success" center="false" width="40%">**Success** bravo</infobox>
<infobox type="danger" center="true" width="80%" icon="glyphicon glyphicon-warning-sign">Pay attention to this !</infobox>
<infobox type="danger" dismiss="true" icon="glyphicon glyphicon-chevron-right">You can close this infobox with the cross on the right.</infobox>

Click Me

This text appreas or disappears when you click the button.
<button collapse="idhere" size="xs">Click Me</button>
 
<collapse id="idhere" collapsed="true">
This text appreas or disappears when you click the button.
</collapse>

The grid element takes col elements with parameter xs that will add up to 12 for the full width of the page.

Column 1/2 (1 to 6)
Column 2/2 (7 to 12)
<grid>
<col xs="6">Column 1/2 (1 to 6)</col>
<col xs="6"> Column 2/2 (7 to 12)</col>
</grid>

You don't need to add up to 12 :

Column 1/2 (1 to 3)
Column 2/2 (4 to 5).
There is more room to the right, but we ignore it since we have nothing to add.
<grid>
<col xs="2">Column 1/2 (1 to 3)</col>
<col xs="4"> Column 2/2 (4 to 5). \\ There is more room to the right, but we ignore it since we have nothing to add.</col>
</grid>
~~NOTOC~~ or ~~NOCACHE~~

TOC gets included once you have at least 3 headlines. NOCACHE is useful when using the php tags.


You can consult the original (full) syntax page here.


1)
This is a footnote example
  • wiki/syntax.1449077813.txt.gz
  • Dernière modification : 2018-Sep-18 22:38
  • (modification externe)