Every page on the new THL site has the necessary code for importing any Collab Wiki page into its content. This is done through formulating a special link to the wiki page using the hash symbol (#). The link is formed as any HTML link using the <a> element. The href attribute for the <a> element should be set to: #wiki={the url for the public version of the wiki page relative to the collab site}.
To find the link to the public version of the wiki page, do the following:
By way of example, the URL for the public version of this page is:
A link from a THL page to include this content in the page would thus be:
Clicking on such a link would replace the content of THL page with the wiki content, as you are viewing presently.
New Markup as of August 2010, from Than Grove
http://dev.thlib.org/about/wiki/thdl%20home%20overview.html
The old way of doing wikis also still works, e.g.:
http://dev.thlib.org/#wiki=/access/wiki/site/0b308aa3-d044-469b-009a-d34c7841413d/thdl%20home%20about%20us.html
but I've also added code to allow for an abbreviated version:
http://dev.thlib.org/#wiki=/about/thdl%20home%20about%20us.html
To link from one wiki page the content of which is delivered into a THLIB page to another wiki page the content of which is delivered into a THLIB page, use square brackets [ ]for the link. You can specify the text of the link you want to appear and separate it from the name of the wiki page like this:
[Text you want to appear|name of wiki page]
In the wiki page being linked to, enter an anchor tag at the place you want to link to. Then in the wiki page that has the link, create the link as described above, but add #[name of anchor] at the end of the wiki page name. Example: Wiki page being linked to:
{anchor:featurerelations} h3 7. FEATURE RELATIONS COMPONENT
Wiki page that has the link to this section:
see the [FEATURE RELATIONS COMPONENT|thl place dictionary editorial manual#featurerelations] section of the Place Dictionary Editor's Manual