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 the //Edit this page// button at the top or bottom of the 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]].
98 Please note: The image formatting is the only formatting syntax accepted in link names.
100 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).
104 You can add footnotes ((This is a footnote)) by using double parentheses.
106 You can add footnotes ((This is a footnote)) by using double parentheses.
110 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.
156 {{ wiki:dokuwiki-128.png |This is the caption}}
158 {{ wiki:dokuwiki-128.png |This is the caption}}
160 If you specify a filename (external or internal) that is not an image (''gif, jpeg, png''), then it will be displayed as a link instead.
168 * This is a list
179 * This is a list
196 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.
200 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:
225 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
320 This is how it looks in the source:
327 Note: Vertical alignment is not supported.
331 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>''.
334 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
336 The same is true for %%//__this__ text// with a smiley ;-)%%.
339 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
341 The same is true for %%//__this__ text// with a smiley ;-)%%.
347 This is text is indented by two spaces.
350 This is preformatted code all spaces are preserved: like <-this
354 This is pretty much the same, but you could use it to show that you quoted a file.
359 This is text is indented by two spaces.
362 This is preformatted code all spaces are preserved: like <-this
366 This is pretty much the same, but you could use it to show that you quoted a file.
371 [[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>''.
412 This is some <span style="color:red;font-size:150%;">inline HTML</span>
415 <p style="border:2px dashed red;">And this is some block HTML</p>
420 This is some <span style="color:red;font-size:150%;">inline HTML</span>
423 <p style="border:2px dashed red;">And this is some block HTML</p>
452 **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.
455 [[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:
462 | description| show the item description. If [[doku>config:htmlok|HTML]] is disabled all tags will be stripped |
465 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.
479 | %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
480 | %%~~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 |
484 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: