Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
wiki:syntax [2015-Dec-02 15:25] MOLINIER Etiennewiki:syntax [2024-Jul-14 18:01] (Version actuelle) – modification externe 127.0.0.1
Ligne 29: Ligne 29:
  
 You should use forced newlines only if really needed. You should use forced newlines only if really needed.
- 
-===== Alerts (macros) ===== 
- 
-Alerts from the bootstrap plugins and themes have been simplified with the following macros : 
- 
-=== Full Width=== 
-<code> 
-#@infoBeg_HTML@# 
-**This is an info in full width** using the ''infoBeg_HTML'' and ''infoEnd_HTML'' macros. 
-#@infoEnd_HTML@# 
- 
-#@warningBeg_HTML@# 
-**This is a warning in full width** using the ''warningBeg_HTML'' and ''warningEnd_HTML'' macros. 
-#@warningEnd_HTML@# 
- 
-#@dangerBeg_HTML@# 
-**This is an alert in full width** using the ''dangerBeg_HTML'' and ''dangerEnd_HTML'' macros. 
-#@dangerEnd_HTML@# 
-</code> 
-#@infoBeg_HTML@# 
-**This is an info in full width** using the ''infoBeg_HTML'' and ''infoEnd_HTML'' macros. 
-#@infoEnd_HTML@# 
-#@warningBeg_HTML@# 
-**This is a warning in full width** using the ''warningBeg_HTML'' and ''warningEnd_HTML'' macros. 
-#@warningEnd_HTML@# 
-#@dangerBeg_HTML@# 
-**This is an alert in full width** using the ''dangerBeg_HTML'' and ''dangerEnd_HTML'' macros. 
-#@dangerEnd_HTML@# 
- 
-===Centered === 
-There is a shurtcut to have the same alerts centered (using the bootstrap ''grid'' component) : 
-<code> 
-#@infoCenterBeg_HTML@# 
-**This is an info centered** using the ''infoCenterBeg_HTML'' and ''infoCenterEnd_HTML'' macros. 
-#@infoCenterEnd_HTML@# 
- 
-#@warningCenterBeg_HTML@# 
-**This is a warning centered** using the ''warningCenterBeg_HTML'' and ''warningCenterEnd_HTML'' macros. 
-#@warningCenterEnd_HTML@# 
- 
-#@dangerCenterBeg_HTML@# 
-**This is an alert centered** using the ''dangerCenterBeg_HTML'' and ''dangerCenterEnd_HTML'' macros. 
-#@dangerCenterEnd_HTML@# 
-</code> 
-#@infoCenterBeg_HTML@# 
-**This is an info centered** using the ''infoCenterBeg_HTML'' and ''infoCenterEnd_HTML'' macros. 
-#@infoCenterEnd_HTML@# 
-#@warningCenterBeg_HTML@# 
-**This is a warning centered** using the ''warningCenterBeg_HTML'' and ''warningCenterEnd_HTML'' macros. 
-#@warningCenterEnd_HTML@# 
-#@dangerCenterBeg_HTML@# 
-**This is an alert centered** using the ''dangerCenterBeg_HTML'' and ''dangerCenterEnd_HTML'' macros. 
-#@dangerCenterEnd_HTML@# 
- 
-Alternatively, you can use the ''centerBeg_HTML'' and ''centerEnd_HTML'' macros and combine them :  
- 
-<code> 
-#@centerBeg_HTML~25%~@# 
-#@dangerBeg_HTML@# 
-**This is an alert centered** using the ''centerBeg_HTML'' with the parameter of 25% padding to the left and to the right and the ''centerEnd_HTML'' macros. 
-#@dangerEnd_HTML@# 
-#@centerEnd_HTML@# 
-</code> 
-#@centerBeg_HTML~25%~@# 
-#@dangerBeg_HTML@# 
-**This is an alert centered** using the ''centerBeg_HTML'' with the parameter of 25% padding to the left and to the right and the ''centerEnd_HTML'' macros. 
-#@dangerEnd_HTML@# 
-#@centerEnd_HTML@# 
-==== Alerts (Bootswrapper) ==== 
-It looks like this :  
-<alert type="success" icon="glyphicon glyphicon-ok" dismiss="true"> 
- **Success** You successfully read this important alert message. 
-</alert> 
-<alert type="info" icon="glyphicon glyphicon-info-sign" dismiss="true"> 
- **Info** You successfully read this important alert message. 
-</alert> 
-<alert type="warning" icon="glyphicon glyphicon-warning-sign" dismiss="true"> 
- **Warning** You successfully read this important alert message. 
-</alert> 
-<alert type="danger" icon="glyphicon glyphicon-minus-sign" dismiss="true"> 
- **Danger** You successfully read this important alert message. 
-</alert> 
-And the syntax is :  
-<code><alert type="success" icon="glyphicon glyphicon-ok" dismiss="true"> 
- **Success** You successfully read this important alert message. 
-</alert> 
-<alert type="info" icon="glyphicon glyphicon-info-sign" dismiss="true"> 
- **Info** You successfully read this important alert message. 
-</alert> 
-<alert type="warning" icon="glyphicon glyphicon-warning-sign" dismiss="true"> 
- **Warning** You successfully read this important alert message. 
-</alert> 
-<alert type="danger" icon="glyphicon glyphicon-minus-sign" dismiss="true"> 
- **Danger** You successfully read this important alert message. 
-</alert></code> 
- 
-**Mind the icon names...** 
  
 ===== Links ===== ===== Links =====
Ligne 181: Ligne 84:
  
   * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").   * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").
-  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/userscript.js'': +  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]])<code - conf/lang/en/lang.php> 
- +<?php 
-  LANG.nosmblinks = '';+/** 
 + * Customization of the english language file 
 + * Copy only the strings that needs to be modified 
 + */ 
 +$lang['js']['nosmblinks'= ''; 
 +</code>
  
 ==== Image Links ==== ==== Image Links ====
Ligne 189: Ligne 97:
 You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this: You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
  
-  [[http://www.php.net|{{wiki:dokuwiki-128.png}}]]+  [[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
-[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
  
 Please note: The image formatting is the only formatting syntax accepted in link names. Please note: The image formatting is the only formatting syntax accepted in link names.
Ligne 229: Ligne 137:
 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}} Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
  
-Resized external image:           {{http://de3.php.net/images/php.gif?200x50}}+Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
   Real size:                        {{wiki:dokuwiki-128.png}}   Real size:                        {{wiki:dokuwiki-128.png}}
   Resize to given width:            {{wiki:dokuwiki-128.png?50}}   Resize to given width:            {{wiki:dokuwiki-128.png?50}}
   Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}   Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
-  Resized external image:           {{http://de3.php.net/images/php.gif?200x50}}+  Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
  
Ligne 267: Ligne 175:
  
 If you specify a filename that is not a supported media format, then it will be displayed as a link instead. If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
 +
 +By adding ''?linkonly'' you provide a link to the media without displaying it inline
 +
 +  {{wiki:dokuwiki-128.png?linkonly}}
 +
 +{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
  
 ==== Fallback Formats ==== ==== Fallback Formats ====
Ligne 333: Ligne 247:
   * ;-) %%  ;-)  %%   * ;-) %%  ;-)  %%
   * ^_^ %%  ^_^  %%   * ^_^ %%  ^_^  %%
 +  * m(  %%  m(   %%
   * :?: %%  :?:  %%   * :?: %%  :?:  %%
   * :!: %%  :!:  %%   * :!: %%  :!:  %%
Ligne 359: Ligne 274:
 Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
  
-  I think we should do it +<code> 
-   +I think we should do it 
-  > No we shouldn'+ 
-   +> No we shouldn'
-  >> Well, I say we should + 
-   +>> Well, I say we should 
-  > Really? + 
-   +> Really? 
-  >> Yes! + 
-   +>> Yes! 
-  >>> Then lets do it!+ 
 +>>> Then lets do it! 
 +</code>
  
 I think we should do it I think we should do it
Ligne 415: Ligne 332:
   ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |   ^ Heading 5    | Row 2 Col 2          | Row 2 Col 3        |
  
-You can have rowspans (vertically connected cells) by adding '':::'' into the cells below the one to which they should connect.+You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect.
  
 ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^ ^ Heading 1      ^ Heading 2                  ^ Heading 3          ^
Ligne 501: Ligne 418:
 </code> </code>
  
-The following language strings are currently recognized: //4cs6502acme6502kickass6502tasm68000devpacabapactionscript-french, actionscript, actionscript3, adaalgol68apacheapplescriptasmaspautoconfautohotkeyautoitavisynthawkbascomavrbashbasic4glbfbibtexblitzbasicbnfboo, c, c_loadrunner, c_mac, caddclcadlispcfdgcfmchaiscriptcilclojurecmakecobolcoffeescriptcppcpp-qtcsharpcsscuesheet, d, dcsdelphidiffdivdosdot, e, epc, ecmascripteiffelemailerlangeuphoriaf1falconfofortranfreebasicfsharpgambasgenerogenie, gdb, glslgmlgnuplotgogroovy, gettext, gwbasichaskellhicesthq9plushtmlhtml5iconidliniinnointercalio, j, java5javajavascriptjquerykixtartklonecklonecpplatexlblispllvmlocobasiclogtalklolcodelotusformulaslotusscriptlscriptlsl2luam68kmagiksfmakemapbasicmatlabmircmodula2modula3, mmix, mpasmmxmlmysqlnewlispnsisoberon2objcobjeckocaml-briefocamloobasoracle8, oracle11, oxygeneozpascalpcreperl, perl6, perpfphp-briefphppike, pic16, pixelbenderpliplsqlpostgresqlpovraypowerbuilderpowershellproftpdprogressprologpropertiesprovidexpurebasicpyconpythonq, qbasic, railsrebolregrobotsrpmspecrsplusrubysasscalaschemescilabsdlbasicsmalltalksmartysqlsystemverilogtclteratermtextthinbasictsqltyposcriptuniconuscriptvalavbnetvbverilogvhdlvimvisualfoxprovisualprologwhitespacewinbatch, whois, xbasicxmlxorg_confxppyamlz80zxbasic//+The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic// 
 + 
 +There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
  
 ==== Downloadable Code Blocks ==== ==== Downloadable Code Blocks ====
Ligne 518: Ligne 437:
  
 If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''. If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
- 
- 
-===== Embedding HTML and PHP ===== 
- 
-You can embed raw HTML or PHP code into your documents by using the ''%%<html>%%'' or ''%%<php>%%'' tags. (Use uppercase tags if you need to enclose block level elements.) 
- 
-HTML example: 
- 
-<code> 
-<html> 
-This is some <span style="color:red;font-size:150%;">inline HTML</span> 
-</html> 
-<HTML> 
-<p style="border:2px dashed red;">And this is some block HTML</p> 
-</HTML> 
-</code> 
- 
-<html> 
-This is some <span style="color:red;font-size:150%;">inline HTML</span> 
-</html> 
-<HTML> 
-<p style="border:2px dashed red;">And this is some block HTML</p> 
-</HTML> 
- 
-PHP example: 
- 
-<code> 
-<php> 
-echo 'The PHP version: '; 
-echo phpversion(); 
-echo ' (generated inline HTML)'; 
-</php> 
-<PHP> 
-echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>'; 
-echo '<td>'.phpversion().'</td>'; 
-echo '</tr></table>'; 
-</PHP> 
-</code> 
- 
-<php> 
-echo 'The PHP version: '; 
-echo phpversion(); 
-echo ' (inline HTML)'; 
-</php> 
-<PHP> 
-echo '<table class="inline"><tr><td>The same, but inside a block level element:</td>'; 
-echo '<td>'.phpversion().'</td>'; 
-echo '</tr></table>'; 
-</PHP> 
- 
-**Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed. 
  
 ===== RSS/ATOM Feed Aggregation ===== ===== RSS/ATOM Feed Aggregation =====
Ligne 578: Ligne 446:
 | author     | show item authors names | | author     | show item authors names |
 | date       | show item dates | | date       | show item dates |
-| description| show the item description. If [[doku>config:htmlok|HTML]] is disabled all tags will be stripped |+| description| show the item description. All HTML tags will be stripped 
 +| nosort     | do not sort the items in the feed |
 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). | | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
  
 The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered. The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
 +
 +By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
  
 **Example:** **Example:**
Ligne 589: Ligne 460:
 {{rss>http://slashdot.org/index.rss 5 author date 1h }} {{rss>http://slashdot.org/index.rss 5 author date 1h }}
  
- 
-===== BootswrapperSyntax ===== 
- 
-For complete samples and syntax, visit http://lotar.altervista.org/dokuwiki/wiki/plugin/bootswrapper. 
- 
-==== Alerts ==== 
-It looks like this :  
-<alert type="success" icon="glyphicon glyphicon-ok" dismiss="true"> 
- **Success** You successfully read this important alert message. 
-</alert> 
-<alert type="info" icon="glyphicon glyphicon-info-sign" dismiss="true"> 
- **Info** You successfully read this important alert message. 
-</alert> 
-<alert type="warning" icon="glyphicon glyphicon-warning-sign" dismiss="true"> 
- **Warning** You successfully read this important alert message. 
-</alert> 
-<alert type="danger" icon="glyphicon glyphicon-minus-sign" dismiss="true"> 
- **Danger** You successfully read this important alert message. 
-</alert> 
-And the syntax is :  
-<code><alert type="success" icon="glyphicon glyphicon-ok" dismiss="true"> 
- **Success** You successfully read this important alert message. 
-</alert> 
-<alert type="info" icon="glyphicon glyphicon-info-sign" dismiss="true"> 
- **Info** You successfully read this important alert message. 
-</alert> 
-<alert type="warning" icon="glyphicon glyphicon-warning-sign" dismiss="true"> 
- **Warning** You successfully read this important alert message. 
-</alert> 
-<alert type="danger" icon="glyphicon glyphicon-minus-sign" dismiss="true"> 
- **Danger** You successfully read this important alert message. 
-</alert></code> 
- 
-**Mind the icon names...** 
- 
- 
- 
-====  Callout ==== 
-<code><callout type="default"> 
-=== Default Callout === 
-This is a default callout. 
-</callout></code> 
-<callout> 
-=== Default Callout === 
-This is a default callout. 
-</callout> 
-<callout type="primary"> 
-=== Primary Callout === 
-This is a callout. 
-</callout> 
-<callout type="info"> 
-=== Info Callout === 
-This is a callout. 
-</callout> 
-<callout type="success"> 
-=== Success Callout === 
-This is a callout. 
-</callout> 
-<callout type="warning"> 
-=== Warning Callout === 
-This is a callout. 
-</callout> 
-<callout type="danger"> 
-=== Danger Callout === 
-This is a callout. 
-</callout> 
- 
-==== Jumbotron ==== 
- 
-<code><jumbotron> 
-===== Hello, world! ===== 
- 
-This is a simple hero unit, a simple jumbotron-style  
-component for calling extra attention to featured 
-content or information. 
-</jumbotron></code> 
-<jumbotron> 
-===== Hello, world! ===== 
- 
-This is a simple hero unit, a simple jumbotron-style  
-component for calling extra attention to featured 
-content or information. 
-</jumbotron> 
- 
-==== Panel ==== 
- 
-<code><panel type="default" title="Title of Panel" subtitle="Subtitle" icon="fa fa-house"> 
-Panel content 
-</panel></code> 
-<panel type="default" title="Title of Panel" subtitle="Subtitle" icon="fa fa-house"> 
-Panel content 
-</panel> 
- 
-==== Text ==== 
- 
-<code> 
-  * <text type="muted">muted</text> 
-  * <text type="primary">primary</text> 
-  * <text type="success">success</text> 
-  * <text type="info">info</text> 
-  * <text type="warning">warning</text> 
-  * <text type="danger">danger</text> 
-</code> 
-  * <text type="muted">muted</text> 
-  * <text type="primary">primary</text> 
-  * <text type="success">success</text> 
-  * <text type="info">info</text> 
-  * <text type="warning">warning</text> 
-  * <text type="danger">danger</text> 
-==== Tooltip ==== 
- 
-<code><tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet...</code> 
-<tooltip title="Sample Text" location="bottom">Lorem ipsum</tooltip> dolor sit amet... 
- 
-==== Grids ==== 
- 
-<code><grid> 
-<col sm="6">.col-sm-6</col> 
-<col sm="6">.col-sm-6</col> 
-</grid></code> 
-<grid> 
-<col sm="6">.col-sm-6</col> 
-<col sm="6">.col-sm-6</col> 
-</grid> 
- 
-<code><grid> 
-<col xs="12" sm="6" lg="8">.col-xs-12 .col-sm-6 .col-lg-8</col> 
-<col xs="6" lg="4">.col-xs-6 .col-lg-4</col> 
-</grid></code> 
-<grid> 
-<col xs="12" sm="6" lg="8">.col-xs-12 .col-sm-6 .col-lg-8</col> 
-<col xs="6" lg="4">.col-xs-6 .col-lg-4</col> 
-</grid> 
- 
-<code><grid> 
-<col xs="12" sm="6" lg="8">.col-xs-12 .col-sm-6 .col-lg-8</col> 
-<col xs="6" lg="4">.col-xs-6 .col-lg-4</col> 
-</grid></code> 
-<grid> 
-<col xs="12" sm="6" lg="8">.col-xs-12 .col-sm-6 .col-lg-8</col> 
-<col xs="6" lg="4">.col-xs-6 .col-lg-4</col> 
-</grid> 
- 
-==== Thumbnail ==== 
- 
-<code><grid> 
-... 
-<col xs="6" md="3"> 
-<thumbnail> 
-{{ wiki:dokuwiki-128.png }} 
-</thumbnail> 
-</col> 
-... 
-</grid></code> 
-<grid> 
-<col xs="6" md="3"> 
-<thumbnail> 
-{{ wiki:dokuwiki-128.png }} 
-</thumbnail> 
-</col> 
-<col xs="6" md="3"> 
-<thumbnail> 
-{{ wiki:dokuwiki-128.png }} 
-</thumbnail> 
-</col> 
-<col xs="6" md="3"> 
-<thumbnail> 
-{{ wiki:dokuwiki-128.png }} 
-</thumbnail> 
-</col> 
-</grid> 
- 
-<code><grid> 
-... 
-<col xs="6" md="3"> 
-<thumbnail> 
-{{ wiki:dokuwiki-128.png }} 
-<caption> 
-=== DokuWiki === 
- 
-//DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.// 
-</caption> 
-</thumbnail> 
-... 
-</col> 
-</grid></code> 
-<grid> 
-<col xs="6" md="3"> 
-<thumbnail> 
-{{ wiki:dokuwiki-128.png }} 
-<caption> 
-=== DokuWiki === 
- 
-//DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.// 
-</caption> 
-</thumbnail> 
-</col> 
-<col xs="6" md="3"> 
-<thumbnail> 
-{{ wiki:dokuwiki-128.png }} 
-<caption> 
-=== DokuWiki === 
- 
-//DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.// 
-</caption> 
-</thumbnail> 
-</col> 
-<col xs="6" md="3"> 
-<thumbnail> 
-{{ wiki:dokuwiki-128.png }} 
-<caption> 
-=== DokuWiki === 
- 
-//DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.// 
-</caption> 
-</thumbnail> 
-</col> 
-</grid> 
- 
-==== Well ==== 
- 
-<code><well>Look, I'm in a well!</well></code> 
-<well>Look, I'm in a well!</well> 
- 
-==== Collapse ==== 
-<code> 
-<button collapse="foo">Click Me</button> 
-  
-<collapse id="foo" collapsed="true"> 
-Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 
-</collapse> 
-</code> 
-<button collapse="foo">Click Me</button> 
-  
-<collapse id="foo" collapsed="true"> 
-Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint obcaecat cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 
-</collapse> 
-==== Button ==== 
- 
-<code><button type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</button></code> 
-<button type="success" size="lg" icon="glyphicon glyphicon-edit">[[:wiki:welcome]]</button> 
-==== Nav ==== 
- 
-<code><nav> 
-  * [[:start]] 
-  * [[:plugin:bootswrapper|Plugin]] 
-  * [[playground:playground]] 
-  * DokuWiki 
-    * [[:wiki:welcome]] 
-    * [[:wiki:syntax]] 
-</nav></code> 
-<nav> 
-  * [[:start]] 
-  * [[:plugin:bootswrapper|Plugin]] 
-  * [[playground:playground]] 
-  * DokuWiki 
-    * [[:wiki:welcome]] 
-    * [[:wiki:syntax]] 
-</nav> 
  
 ===== Control Macros ===== ===== Control Macros =====
  • wiki/syntax.1449066338.txt.gz
  • Dernière modification : 2018-Sep-18 22:38
  • (modification externe)