Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:help:redaction [14/08/2021 02:55] Hugo |
en:help:redaction [14/08/2021 02:58] (current) Hugo [Syntax Plugins] |
||
---|---|---|---|
Line 438: | Line 438: | ||
- | ===== Embedding HTML and PHP ===== | + | ===== Embedding HTML ===== |
- | You can embed raw HTML or PHP code into your documents by using the '' | + | You can embed raw HTML into your documents by using the '' |
HTML example: | HTML example: | ||
Line 460: | Line 460: | ||
</ | </ | ||
- | PHP example: | + | ===== Icones ===== |
+ | Yon can use icons font, like [[https:// | ||
+ | |||
+ | This code for // | ||
< | < | ||
- | <php> | + | <html><span class=" |
- | echo 'The PHP version: '; | + | |
- | echo phpversion(); | + | |
- | echo ' (generated inline HTML)'; | + | |
- | </php> | + | |
- | < | + | |
- | echo '< | + | |
- | echo '< | + | |
- | echo '</ | + | |
- | </PHP> | + | |
</ | </ | ||
+ | will look like this : | ||
- | <php> | + | <html><span class=" |
- | echo 'The PHP version: '; | + | |
- | echo phpversion(); | + | |
- | echo ' (inline HTML)'; | + | |
- | </php> | + | |
- | < | + | |
- | echo '< | + | |
- | echo '< | + | |
- | echo '</ | + | |
- | </PHP> | + | |
- | **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed. | + | This code for //Font Awesome// icons: |
+ | <code> | ||
+ | < | ||
+ | </ | ||
+ | will look like this: | ||
+ | < | ||
===== RSS/ATOM Feed Aggregation ===== | ===== RSS/ATOM Feed Aggregation ===== | ||
[[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http:// | [[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http:// | ||
Line 519: | Line 510: | ||
| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%< | | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%< | ||
- | ===== Syntax Plugins ===== | ||
- | |||
- | DokuWiki' | ||
- | |||
- | ~~INFO: | ||