.I don't like the standard way FlexWiki displays TopicProperties. It takes up too much valuable screen space. So I made a tabular version.
First, define your properties using the hidden property syntax.
:Owner:JamesRoeSmith
:Age:35
:EyeColour:Blue
Then include a call to the TopicPropertyTable WikiTalk method.
@@TopicPropertyTable(topic,["Owner","Age","EyeColour"])@@
The TopicPropertyTable WikiTalk method is as follows:
:TopicPropertyTable:{ thistopic, listofproperties |
[
"||{!}*Property*||{!}*Value*||", Newline,
"||{!}%purple%*Topic*%%||", "[", thistopic.Name, "]", "||", Newline,
listofproperties.Collect { thisproperty |
[
"||{!}*", thisproperty, "*||", thistopic.GetProperty(thisproperty), "||", Newline,
]
}
]
}
background information about FlexWiki
8/19/2007 10:36:06 AM - -66.78.124.101
Click to read this topic9/13/2007 2:49:42 PM - -74.15.247.173
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22
Click to read this topic9/13/2007 2:49:42 PM - -74.15.247.173
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/12/2007 3:15:49 PM - -10.10.192.22