General Actions:
Log-in
Register
Wiki:
games
▼
:
Document Index
»
Space:
Exalted
▼
:
Document Index
»
Page:
allWriteUps
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Selene's Flurry
»
allWriteUps
Wiki source code of
allWriteUps
Last modified by
Adam Hattrell
on 2011/11/12 17:37
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
{{velocity}} #set($columns = [ "doc.title" ,"extract" ,"publishDate" , "_images"]) #set($columnsProperties = { "extract" : { "type" : "text", "size" : 10, "filterable" : true, "sortable": true }, "publishDate" : {"displayName" : "Published", "type" : "text", "size" : 10, "filterable" : true, "sortable": true }, "doc.title" : { "displayName" : "Title", "type" : "text", "link" : "view", "size" : "20", "filterable" : true, "sortable": true }, "_images" : {"displayName" : "Images"}, "doc.space" : { "type" : "hidden", "size" : "20" } }) #set($options = { "className":"Blog.BlogPostClass", "tagCloud" : true, "rowCount": 10, "maxPages" : 10, "selectedColumn" : "publishDate", "defaultOrder" : "desc", "extraParams" : "&space=Exalted" }) #livetable("blogpost" $columns $columnsProperties $options) {{/velocity}}