History: PluginModule
Preview of version: 18
PluginModule allows to insert a module in a Wiki page...which is done by using a plugin.
The source of this page contains a bunch of examples of integrating output from various Tiki modules into Wiki pages.
for example try
{MODULE(module=>breadcrumb)}{MODULE}
You can optionally pass other parameters :
Parameter | Accepted values | Effect | Since |
np | 0, 1 | If set to 1, the HTML output isn't parsed for WikiSyntax | |
max | Numeric | Meant to control number of rows (apparently works only for some modules). | |
align | left, center, right, nofloat, none | Alignment of the module in the page nofloat causes module to be inlined | |
flip | n, y | If set to y, module is shadeable, see UsersShadeModules | Tiki 1.9 |
decorations | n, y | If set to n, box decorations are suppressed, see Modules Admin | Tiki 1.9 |
other | Depends the parameter | The parameter is passed to the module. |
Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. |
Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. |
Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. Plugin execution pending approvalThis plugin was recently added or modified. Until an editor of the site validates the parameters, execution will not be possible. |
This Example was created by this code:
{SPLIT()} {MODULE(module=>breadcrumb,align=>none)}breadcrumb{MODULE} {MODULE(module=>user_pages)}{MODULE} {MODULE(module=>comm_received_objects,align=>none)}comm_received_objects{MODULE} {MODULE(module=>directory_last_sites,align=>none)}directory_last_sites{MODULE} {MODULE(module=>directory_stats,align=>none)}directory_stats{MODULE} {MODULE(module=>directory_top_sites,align=>none)}directory_top_sites{MODULE} {MODULE(module=>eph,align=>none)}eph{MODULE} {MODULE(module=>forums_best_voted_topics,align=>none)}forums_best_voted_topics{MODULE} {MODULE(module=>forums_last_topics,align=>none)}forums_last_topics{MODULE} --- {MODULE(module=>forums_most_commented_forums,align=>none)}forums_most_commented_forums{MODULE} {MODULE(module=>wiki_last_comments,max=>4,np=>1,nonums=>y,align=>none)}wiki_last_comments{MODULE} {MODULE(module=>forums_most_read_topics,align=>none)}forums_most_read_topics{MODULE} {MODULE(module=>forums_most_visited_forums,align=>none)}forums_most_visited_forums{MODULE} {MODULE(module=>google,align=>none)}google{MODULE} --- {MODULE(module=>last_blog_posts,align=>none)}last_blog_posts{MODULE} {MODULE(module=>last_created_blogs,align=>none)}last_created_blogs{MODULE} {MODULE(module=>last_created_faqs,align=>none)}last_created_faqs{MODULE} {SPLIT}