Go Back  FlyerTalk Forums > Support&Services > Technical Support and Feedback
Reload this Page >

Wikipost features: adding tables to Wikiposts

Community
Wiki Posts
Search
Old Apr 29, 2018, 4:51 pm
FlyerTalk Forums Expert How-Tos and Guides
Last edit by: JDiver

Tables are not currently supported in vBulletin due to a previous update. However, there is a team working on restoring this compatibility/functionality.




Trying to create a table here fails:

{ border="1" cellspacing="0" cellpadding="3"
+ Caption
! Header 1 !! Header 2
-
Cell 1 Cell 2
}

See https://www.flyertalk.com/wiki/index.php/Wiki_markup

The regular post format also fails:

[table]
[tr]
[th]Route[/th]
[th]Class [/th]
[/tr]
[tr]
[td]LON - NYC[/td]
[td]A - B[/td]
[/tr]
[/table]
Print Wikipost

Wikipost features: adding tables to Wikiposts

Thread Tools
 
Search this Thread
 
Old Apr 14, 2018 | 7:14 am
  #1  
Original Poster
10 Countries Visited20 Countries Visited30 Countries Visited5 Years on Site
 
Join Date: Jan 2016
Location: London
Programs: BA Exec Club; Virgin Atlantic; SAS EuroBonus; Hilton Honors; IHG One; Marriott Bonvoy
Posts: 545
Question Wikipost features: adding tables to Wikiposts

Hi

I've tried adding a table to a wiki using the format

[table]
[tr]
[th]Route[/th]
[th]Class [/th]
[/tr]
[tr]
[td]LON - NYC[/td]
[td]A - B[/td]
[/tr]
[/table]

but no table is created. How do I add a table to a wikipost?
memesweeper is offline  
Old Apr 16, 2018 | 12:39 pm
  #2  
No longer with Internet Brands
10 Years on Site
 
Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
Originally Posted by memesweeper
Hi

I've tried adding a table to a wiki using the format

[table]
[tr]
[th]Route[/th]
[th]Class [/th]
[/tr]
[tr]
[td]LON - NYC[/td]
[td]A - B[/td]
[/tr]
[/table]

but no table is created. How do I add a table to a wikipost?
Wikis use wiki markup, not Forum markup.

Try here:

https://en.wikipedia.org/wiki/Help:Basic_table_markup
memesweeper likes this.
IBobi is offline  
Old Apr 29, 2018 | 4:51 pm
  #3  
Original Poster
10 Countries Visited20 Countries Visited30 Countries Visited5 Years on Site
 
Join Date: Jan 2016
Location: London
Programs: BA Exec Club; Virgin Atlantic; SAS EuroBonus; Hilton Honors; IHG One; Marriott Bonvoy
Posts: 545
I cannot seem to create a table in a wiki as whenever I use the pipe character, it is stripped off ... any suggestions of how to tackle this? is this a bug?
memesweeper is offline  
Old Apr 29, 2018 | 4:54 pm
  #4  
Original Poster
10 Countries Visited20 Countries Visited30 Countries Visited5 Years on Site
 
Join Date: Jan 2016
Location: London
Programs: BA Exec Club; Virgin Atlantic; SAS EuroBonus; Hilton Honors; IHG One; Marriott Bonvoy
Posts: 545
Originally Posted by memesweeper
I cannot seem to create a table in a wiki as whenever I use the pipe character, it is stripped off ... any suggestions of how to tackle this? is this a bug?
Looks like there is some javascript to strip off pipe characters if you hit 'submit' or 'preview'. Can anyone help?

Last edited by memesweeper; Apr 29, 2018 at 4:55 pm Reason: make less abrubt
memesweeper is offline  
Old Apr 30, 2018 | 3:30 pm
  #5  
No longer with Internet Brands
10 Years on Site
 
Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
Originally Posted by memesweeper
I cannot seem to create a table in a wiki as whenever I use the pipe character, it is stripped off ... any suggestions of how to tackle this? is this a bug?
The wikiposts use wiki markup, not bb code, FYI.
IBobi is offline  
Old May 5, 2018 | 4:39 pm
  #6  
Original Poster
10 Countries Visited20 Countries Visited30 Countries Visited5 Years on Site
 
Join Date: Jan 2016
Location: London
Programs: BA Exec Club; Virgin Atlantic; SAS EuroBonus; Hilton Honors; IHG One; Marriott Bonvoy
Posts: 545
Thanks, but the wiki markup described here:

https://www.flyertalk.com/wiki/index.php/Wiki_markup

suggests using the 'pipe' character for tables, but I have found it impossible to make a post using that character? what am I doing wrong? Is this a browser specific thing?
memesweeper is offline  
Old May 8, 2018 | 10:47 am
  #7  
Original Poster
10 Countries Visited20 Countries Visited30 Countries Visited5 Years on Site
 
Join Date: Jan 2016
Location: London
Programs: BA Exec Club; Virgin Atlantic; SAS EuroBonus; Hilton Honors; IHG One; Marriott Bonvoy
Posts: 545
Originally Posted by memesweeper
Is this a browser specific thing?
should have made it clear I used Chrome on Windows PC when I was trying this.
memesweeper is offline  
Old May 8, 2018 | 12:30 pm
  #8  
No longer with Internet Brands
10 Years on Site
 
Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
Originally Posted by memesweeper
Thanks, but the wiki markup described here:

https://www.flyertalk.com/wiki/index.php/Wiki_markup

suggests using the 'pipe' character for tables, but I have found it impossible to make a post using that character? what am I doing wrong? Is this a browser specific thing?
Probably avoiding esoteric characters is better, since they may not always be supported.
IBobi is offline  
Old Aug 8, 2019 | 9:07 pm
  #9  
10 Countries Visited20 Countries Visited30 Countries Visited10 Years on Site
 
Join Date: Apr 2014
Programs: UA Gold (ex-GS), Marriott lifetime Plat, Hyatt Globalist
Posts: 923
Originally Posted by IBobi
Probably avoiding esoteric characters is better, since they may not always be supported.
But the Wiki Markup documentation linked here specifically says to use the pipe character

I even tried copying the exact example from the docs, which looks similar to this:


Code:
{ border="1" cellspacing="0" cellpadding="3"
+ Caption
! Header 1 !! Header 2
-
Cell 1 Cell 2
}
However both in this post (when I try to paste the sample code) and when I try to actually make a table in a wikipost, the pipe characters get stripped out. I tried both Safari and Chrome.
getagb is offline  
Old Aug 9, 2019 | 8:50 am
  #10  
Administrator
10 Countries Visited
Conversation Starter
All eyes on you!
10 Years on Site
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
Originally Posted by getagb
But the Wiki Markup documentation linked here specifically says to use the pipe character

I even tried copying the exact example from the docs, which looks similar to this:


Code:
{ border="1" cellspacing="0" cellpadding="3"
+ Caption
! Header 1 !! Header 2
-
Cell 1 Cell 2
}
However both in this post (when I try to paste the sample code) and when I try to actually make a table in a wikipost, the pipe characters get stripped out. I tried both Safari and Chrome.
Tables are not currently supported in vBulletin due to a previous update. However, there is a team working on restoring this compatibility/functionality.
IBJoel is offline  
Old Aug 12, 2019 | 6:01 am
  #11  
10 Countries Visited20 Countries Visited30 Countries Visited10 Years on Site
 
Join Date: Apr 2014
Programs: UA Gold (ex-GS), Marriott lifetime Plat, Hyatt Globalist
Posts: 923
Originally Posted by IBJoel
Tables are not currently supported in vBulletin due to a previous update. However, there is a team working on restoring this compatibility/functionality.
Thanks. Possible to update the docs saying this? I spent a lot of pointless time trying to get it to work as the docs described.
JDiver likes this.
getagb is offline  
Old Aug 12, 2019 | 11:50 am
  #12  
No longer with Internet Brands
10 Years on Site
 
Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
Originally Posted by getagb


Thanks. Possible to update the docs saying this? I spent a lot of pointless time trying to get it to work as the docs described.
Great idea, [MENTION=790438]IBJoel[/MENTION]
IBobi is offline  
Old Aug 12, 2019 | 12:01 pm
  #13  
Administrator
10 Countries Visited
Conversation Starter
All eyes on you!
10 Years on Site
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
I have added a note that tables are not currently functioning for wikiposts.
IBJoel is offline  
Old Aug 13, 2019 | 1:03 pm
  #14  
Administrator
10 Countries Visited
Conversation Starter
All eyes on you!
10 Years on Site
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,435
Originally Posted by getagb


Thanks. Possible to update the docs saying this? I spent a lot of pointless time trying to get it to work as the docs described.
We discovered a workaround: by going to "Source" at the top of the text editor, and typing/pasting & # 1 2 4 ; (without spaces), you can create a pipe character. |||
EDIT: I'll include this in the documentation.
JDiver and SPN Lifer like this.

Last edited by IBJoel; Aug 13, 2019 at 1:10 pm
IBJoel is offline  
Old Jul 22, 2025 | 8:07 am
  #15  
10 Countries Visited
20 Countries Visited
30 Countries Visited
10 Years on Site
 
Join Date: Dec 2014
Location: New Zealand
Programs: NZ Elite, QF Platinum (LTS ), VA Red and still happy!
Posts: 2,124
Is there any easier way of inserting tables to a wiki instead of via the wiki mark up?
NZbutterfly is offline  


Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.