This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
extrawikioptions [2014/05/12 04:44] Anibit created |
extrawikioptions [2014/05/26 19:09] (current) Anibit |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| In addition to [[wiki:syntax]], you may also use the following on the Anibit Wiki, provided by various plug-ins: | In addition to [[wiki:syntax]], you may also use the following on the Anibit Wiki, provided by various plug-ins: | ||
| - | <code>~~HIDEPAGE~~ : This will hide a page from search results and from the site map. Note that all pages are public on the Anibit Technology Wiki, and can always be accessed | + | <code>~~HIDEPAGE~~ : This will hide a page from search results and from the site map. Note that all pages are public on the |
| - | via it's url.</code> | + | Anibit Technology Wiki, and can always be accessed via it's url.</code> |
| <code>~~DISCUSSION~~ : Inserts a discussion pane for the page. Most pages should have discussion section.</code> | <code>~~DISCUSSION~~ : Inserts a discussion pane for the page. Most pages should have discussion section.</code> | ||
| 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> | ||