and select "Wiki Page" to go to the Wiki Page create form:
You can enter an entry name and the wiki text. We generally follow the format
that Wikipedia follows. See the
Wikipedia page on Wiki Markup
for basic information.
The default HTML view of a Wiki Page entry looks like:
The "Details" link in the upper right will show the default html view of this page.The "Wiki History" link in the top tabs will take you to the history page for the entry.
This shows the history of past edits and allows you to view and compare versions and to revert back to past versions.[[Page name]]In RAMADDA you can use the name of another entry to create the link. The Entry needs to be a sibling entry to the Wiki Page (i.e., it shares the same parent of the Wiki Page entry) or it needs to be the identifier of some other entry, e.g.,
[[7ca13e52-8efb-4d17-863f-e17027dbcc22|Earthquake data]]If the entry with the given name does not exist then the link will take one to the create entry form.
You can add links to other entries with the "Add Link" menu.
{{importtag property name=value pairs}}e.g., in the above example we are importing the Information tab block for the Wiki Page entry with:
{{information}}If we wanted to import some content from another entry we use:
{{import theentryid importtag property name=value pairs}}For example, if we want to import the information block for the above data file with the block being closed we would do:
{{import 7ca13e52-8efb-4d17-863f-e17027dbcc22 information open="false"}}The set of import tags include:
{{import 7ca13e52-8efb-4d17-863f-e17027dbcc22 data.point.map width="400"}}Right now you need to manually enter the output view identifier in the import statement. Look at the URL of a page and you will see "output=identifier".