This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
extrawikioptions [2014/05/16 02:23] Anibit |
extrawikioptions [2014/05/26 19:09] (current) Anibit |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| <code><svg></svg> : Inline SVG may be used on a wiki page, and will be rendered on browsers that support it.</code> | <code><svg></svg> : Inline SVG may be used on a wiki page, and will be rendered on browsers that support it.</code> | ||
| + | ==== Referencing other content ==== | ||
| + | You may reference other pages on the Anibit Wiki by using the following tag commands: | ||
| + | |||
| + | <code> | ||
| + | {{page>[id]&[flags]}} | ||
| + | {{section>[id]#[section]&[flags]}} | ||
| + | {{namespace>[namespace]&[flags]}} | ||
| + | {{tagtopic>[tag]&[flags]}} | ||
| + | </code> | ||
| + | |||
| + | See [[ https://www.dokuwiki.org/plugin:include#configuration_and_flags | Include plugin flags]] for more information. | ||
| + | |||
| + | ==== Tagging ==== | ||
| + | |||
| + | Pages may be tagged to help categorize content on the Wiki. You can add tags by using the following Wiki macro: | ||
| + | |||
| + | <code>{{tag>[list of tags]}} : a space-separated list of tags that apply to the current page.</code> | ||