History: PluginArticle
Source of version: 19 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # Plugin Article This ((wiki plugin)), available since Tiki1, includes an article field in a wiki page. To include many, use ((PluginArticles)) instead. ## Parameters {pluginmanager plugin="article"} ## Examples Let's say you wish to display the contents of an article with the Id of 10 from your site ([http://doc.tiki.org/art10] taken as example) inside a Wiki page. Simply, include this type of code in your page: ### Title *This code:* {CODE(colors="tiki")} {article Id="10" Field="title"} {CODE} *would produce on this site:* {article Id="10" Field="title"} ### Heading *This code:* {CODE(colors="tiki")} {article Id="10" Field="heading"} {CODE} *would produce on this site:* {article Id="10" Field="heading"} ### Body *This code:* {CODE(colors="tiki")} {article Id="10" Field="body"} {CODE} *would produce on this site:* {article Id="10" Field="body"}