Lines Matching refs:is

3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
22 This is some text with some linebreaks\\ Note that the
26 This is some text with some linebreaks\\ Note that the
60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
68 * When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.
72 DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
75 For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
103 Please note: The image formatting is the only formatting syntax accepted in link names.
105 The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
109 You can add footnotes ((This is a footnote)) by using double parentheses.
111 You can add footnotes ((This is a footnote)) by using double parentheses.
115 You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
161 {{ wiki:dokuwiki-128.png |This is the caption}}
163 {{ wiki:dokuwiki-128.png |This is the caption}}
176 If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
182 {{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
192 When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
200 * This is a list
211 * This is a list
228 The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
232 DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
258 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
355 This is how it looks in the source:
362 Note: Vertical alignment is not supported.
366 If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
369 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
371 The same is true for %%//__this__ text// with a smiley ;-)%%.
374 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
376 The same is true for %%//__this__ text// with a smiley ;-)%%.
382 This is text is indented by two spaces.
385 This is preformatted code all spaces are preserved: like <-this
389 This is pretty much the same, but you could use it to show that you quoted a file.
394 This is text is indented by two spaces.
397 This is preformatted code all spaces are preserved: like <-this
401 This is pretty much the same, but you could use it to show that you quoted a file.
406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
441 [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
452 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.
454 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''.
468 | %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
469 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
473 DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation: