wiki:syntax
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:syntax [2017/03/07 20:02] – external edit 127.0.0.1 | wiki:syntax [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 88: | Line 88: | ||
/** | /** | ||
* Customization of the english language file | * Customization of the english language file | ||
- | * Copy only the strings | + | * Copy only the Strings |
*/ | */ | ||
$lang[' | $lang[' | ||
Line 113: | Line 113: | ||
===== Sectioning ===== | ===== Sectioning ===== | ||
- | 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 | + | 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 |
==== Headline Level 3 ==== | ==== Headline Level 3 ==== | ||
Line 224: | Line 224: | ||
===== Text Conversions ===== | ===== Text Conversions ===== | ||
- | DokuWiki can convert certain pre-defined characters or strings | + | DokuWiki can convert certain pre-defined characters or Strings |
The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, | The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, | ||
Line 412: | Line 412: | ||
class HelloWorldApp { | class HelloWorldApp { | ||
public static void main(String[] args) { | public static void main(String[] args) { | ||
- | System.out.println(" | + | System.out.println(" |
} | } | ||
} | } | ||
</ | </ | ||
- | The following language | + | The following language |
+ | |||
+ | There are additional [[doku> | ||
==== Downloadable Code Blocks ==== | ==== Downloadable Code Blocks ==== |
wiki/syntax.1488916923.txt.gz · Last modified: 2025/01/21 22:07 (external edit)