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 :: Scope Function
Scope functions apply a function over a defined scope of wiki text.
Wiki Help :: SearchCloud
Create a cloud of pages from a search of wiki body contents.
Wiki Help :: SearchList
Create a list from a search of wiki body contents.
Wiki Help :: Set
Set wiki page variable value.
Wiki Help :: Similar
Create a list of similar pages based on tag similarities.
Wiki Help :: SiteName
Displays the name of the configured site.
Wiki Help :: Snippet
Injects the value of a previously defined snippet variable.
Wiki Help :: Standard Function
Standard functions are general use functions used by contributors to build a page and make it dynamic.
Wiki Help :: StripedTable
The StripedTable scope function allows you to create tables with columns and alternating colored rows.
Wiki Help :: Table
The Table scope function allows you to create tables with rows and columns.