My Wiki Article Index plugin implements an insertable table of contents of all articles for a given Wiki.
One of my users would like to create a wiki template that shows the article index to the left of each article, but I can't figure out a way to instruct them to include the wiki-block within a template.
I tried inserting the markup that I pulled from the sBody field of the WikiArticle table manually, but it didn't replace it with the wiki block content.
<input plugin_type="toc"
plugin_data="{'fIncludeH6':'True', 'fIncludeH1':'True',
'fIncludeH4':'True', 'Version':'0',
'fIncludeH5':'True', 'fIncludeH2':'True','
fIncludeH3':'True'}" plugin_content=""
type="hidden" />
Is there any way to insert a wiki block into a template?