
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 9/14/2007 1:59:00 PM |
| -74.15.242.151 |
| 8/19/2007 2:58:42 PM |
| -66.78.124.101 |
| 8/19/2007 2:55:22 PM |
| -66.78.124.101 |
| 8/19/2007 2:54:22 PM |
| -66.78.124.101 |
| 8/19/2007 2:53:47 PM |
| -66.78.124.101 |
![]() |
List all versions |
This is a feature for wiki that doesn't exist yet.
It would be nice to be able to include a property of a topic, not just a topic itself as you can with a WikiInclude.
Instead of saying:
{SomeTopic}
perhaps you could say:
{SomeTopic.Title}
{SomeTopic.Body}
{SomeTopic.Keywords}
This appears to work now (just discovered it 22-Dec-2003), though not with the syntax described above. Instead, enter something that looks like this:
wiki://AbstractContentBase#Summary
This will let you include the Summary property of the ExamplePropertyPage document, as below:
Also, if the summary (or other property) has more than one paragraph (or it has a list) it is included as a single paragraph. So, if SomeProperty had something like this:
SomeProperty:[ A Definition and then A separate paragraph and then a list *One *Two ]
This will be presented as this:
A Definition and then A separate paragraph and then a list One Two
I am using this to document a little project, separating each use case and each important function on separate pages. I use the summary (and a Description property in the case of the functions) of each page on a general plan page. This also helps us to include on each participant page the use case or function they are working on. Including just the property value allows me to include more text or references inside the Use Case page, without affecting the appearance of the general plan page.
Its unfortunate that I can’t make the Description property too fancy, because it will lose its format. ![]()