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 :: TagCloud
Create a tag cloud from a seed tag.
Wiki Help :: TagGlossary
Create a glossary from a search of specified tags.
Wiki Help :: TagList
Create a list of pages from a search of page tags.
Wiki Help :: Tags (Instruction Function)
Associate tags with a page.
Wiki Help :: Tags (Standard Function)
Display the tags associated with the page.
Wiki Help :: Template Instruction
Processing instruction indicating the page is a template.
Wiki Help :: TextGlossary
Create a glossary from a search of wiki body contens.
Wiki Help :: Title (Instruction Function)
Sets the title of the page for the browser (HTML head title).
Wiki Help :: Title (Standard Function)
Displays the title of the wiki page in title format.
Wiki Help :: TOC
Generate a table-of-contents for a page from the headings.