b2evolution b2evolution

  • Sign in
  • Sign up
  • About
  • Downloads
  • Hosting
  • Docs
  • Support
  • Sign in
  • Sign up
  • Manuals Home
  • Latest Updates
 
  1. b2evolution CMS User Manual
  2. Back-office Reference
  3. Collections
  4. Contents
  5. Renderers Reference
  6. Wiki Tables Plugin

Wiki Tables Plugin

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
Created by mgsolipa • Last edit by winskie on 2019-10-14 04:43 • •

No feedback yet

On this page

  • Markup reference
  • Simple Table Example
  • Per Collection Settings

Search the Manual

Content Hierarchy

  • b2evolution CMS User Manual
  • User's Guide
  • Installation / Upgrade
  • Front-office Reference
  • Back-office Reference
    • Site
    • Collections
      • Collection Dashboard
      • Contents
        • Post Browsing Screens
        • Post Edit Screen
        • Short Tags Reference
        • Post Concepts
        • Mass Edit
        • Mass Post Contents
        • Other post actions
        • Renderers Reference
          • Wiki Tables Plugin
          • Auto Anchors
      • Comments
      • Categories
      • Features
      • Skins
      • Widgets
      • Settings
      • Creating a new collection
    • Files
    • Analytics
    • Users
    • Messages
    • Emails
    • System
    • Working with Results Tables
  • Developer Reference
  • Operations Reference
  • Advanced Topics
  • Glossary
  • Archives
Free blog engine

This online manual is powered by b2evolution CMS – A complete engine for your website.

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