Help:Contents
From ARGFest ARG Museum
Quick Wiki Reference
Consult the User's Guide for information on using the wiki software.
- Syntax reference for wiki pages/code (or see below for additional features)
- TOC for wiki editing
Additional Features:
Embedding video
Use the following code:
<youtube>[youtube code]</youtube> <gvideo>[Google video code]</gvideo>
Example:
<youtube>A83hfuhpo398</youtube> <gvideo>723we689f93b64</gvideo>
Embedding flash
Use the following code:
<flash>file=(filename-internal or external)|param1=value1|param2=value2|...</flash>
Example:
<flash>file=myflash.swf|flashvars=?var1=val&var2=val|width=320|height=200</flash>
Detailed documentation on Mediawiki.
Indenting a paragraph
simply place the tag:
<para/>
at the beginning of any line to indent
Citations, footnotes, references
to add footnotes to a page[1], automatically incrementing, insert the following code, then add an empty <references/> tag where you want the footnotes to appear
this line of text has a footnote<ref>text appearing in footnote below</ref> <references/>
Spoiler tag
to hide potential spoiler text inline, place it withinspoiler tags
<spoiler>test</spoiler>
- ↑ the footnote, of course, will be displayed in the footer