Table tag.plugin

From FUDforum Wiki
Jump to: navigation, search

Table tag.plugin is a plugin that will introduce BBcode tags to render tables. This plugin ships with FUDforum 3.0.3 and later releases.

Example

This example shows how you can get a table rendered via BBcode using the [table], [tr], [td] and [th] tags.

[table]
  [tr]
    [th]Name[/th]
    [th]Age[/th]
  [/tr]
  [tr]
    [td]John[/td]
    [td]65[/td]
  [/tr]
  [tr]
    [td]Gitte[/td]
    [td]40[/td]
  [/tr]
  [tr]
    [td]Sussie[/td]
    [td]19[/td]
  [/tr]
[/table]
Languages
Personal tools