b2evolution b2evolution

  • Sign in
  • Sign up
  • About
  • Downloads
  • Hosting
  • Docs
  • Support
  • Sign in
  • Sign up
  • Releases
  • Skins
  • Plugins
  • Locales
 
  • « Auto Anchors Plugin
  • Prism plugin »

Wiki Tables Plugin

Categories: Renderer Plugins, Bundled plugin, 6.x, Renderers Reference
Bundled plugin: If you're using a b2evolution version that supports this plugin, it is already in your plugins folder. There is no need to download it. If it is not installed yet, simply click "Install new" in your plugin list.

This renderer plugin allows you to create tables in your posts using the Wiki tables markup.

This plugin is bundled with b2evolution version 6.x+

Markup reference

  • {|: table start
  • |}: table end
  • |-: table row
  • |+: table caption
  • !: table header
  • |: table cell

A complete markup reference may be found in this page: http://www.mediawiki.org/wiki/Help:Tables

Simple Table Example

This is what you type in the editor:

{|
|+Table title
|-
!Header
!Header
|-
|Orange
|Apple
|-
|Bread
|Pie
|-
|Butter
|Ice cream 
|}

The following is the rendered HTML code:

<table>
<caption>Table title</caption>
<tbody>
  <tr>
    <th>Header</th>
    <th>Header</th>
  </tr>
  <tr>
    <td>Orange</td>
    <td>Apple</td>
  </tr>
  <tr>
    <td>Bread</td>
    <td>Pie</td>
  </tr>
  <tr>
    <td>Butter</td>
    <td>Ice cream</td>
  </tr>
</tbody>
</table>

And this is what actually gets displayed:

Table title

Header

Header

Orange

Apple

Bread

Pie

Butter

Ice cream

Per Collection Settings

Wiki Tables Plugin

This panel contains two options: Apply rendering to posts and Apply rendering to comments, wherein you can choose from the drop down menu how you want the Wiki Tables plugin to render your posts and comments.

The drop down-menu for both options contain the following choices:

  • stealth
  • always
  • opt-out
  • opt-in (default setting for applying rendering to posts)
  • automatic
  • never (default setting for applying rendering to comments)

For more information about the rendering options, read about it at the Plugin/Apply Rendering page.

Tags: 7.0.2

No feedback yet


Form is loading...

Plugin Repository

Plugins are little PHP scripts that allow you to add features that are not (yet) built into the b2evolution core.

How to...

  • Introduction to Plugins
  • How to install a plugin (after downloading it)
  • How to make a new plugin
 Upload a plugin!
Submit your own plugin

User log in

Lost your password?
Register »

Search by keyword

Filtering options

Retain only results that match:

XML Feeds

  • RSS 2.0: Posts, Comments
  • Atom: Posts, Comments
What is RSS?

About b2evolution

  • What is it?
  • Features
  • Getting Started
  • Screenshots
  • Online demo
  • Testimonials
  • Design philosophy
  • Free & open source
  • Terms of service

Downloads

  • Latest releases
  • Skins
  • Plugins
  • Language packs

About us

  • About us
  • Contact

Webhosting Guide

  • Web hosting blog
  • Best web hosting
  • Cheap web hosting
  • Green web hosting
  • Hosting with SSH
  • VPS hosting
  • Dedicated servers
  • Reseller hosting
  • Int'l: UK / France

Docs & Support

  • Online manual
  • Forums
  • Hire a pro !

Other

  • Adsense
  • Press room
  • Privacy policy

Stay in touch

  • GitHub
  • Twitter
  • Facebook
  • LinkedIn
  • News blog
  • RSS feed
  • Atom feed

Founded & Maintained by François Planque