Seq



The Seq standard function is used to automatically create a numbered sequence on a page. Optionally, with a key so that you can maintain more than one numbered sequence on a page.


##Seq (string {key})


  • Name: key {Optional}
    • Type: string
    • Default: Default
    • Description: Optional key name for the sequence.



**##Seq** - This is my first point.
You can have content between the sequences.
**##Seq** - This is my second point.
You can have additional content between the sequences.
**##Seq** - This is my third point.

Results:
1 - This is my first point.
You can have content between the sequences.
2 - This is my second point.
You can have additional content between the sequences.
3 - This is my third point.


Function Calling Convention
Scope Function
Instruction Function
Standard Function


Wiki Help :: Instruction Function
Instructions that tell the wiki engine how to process a page.
Wiki Help :: Jumbotron
Large grey box good for calling attention in a non-critical way.
Wiki Help :: LastModified
Displays the modified date/time of the page.
Wiki Help :: Links
Linking between wiki pages and external content.
Wiki Help :: Literals
Literal blocks for displaying verbatim content.
Wiki Help :: Name
Displays the pages name.
Wiki Help :: Namespace
Displays the namespace of the wiki page.
Wiki Help :: NamespaceGlossary
Create a glossary from of pages in specified namespaces.
Wiki Help :: NamespaceList
Create a list of pages from specified namespaces.
Wiki Help :: Namespaces
Using and creating namespaces to logically group pages in the wiki.