This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 19509 - Tables seem broken in some contexts
Summary: Tables seem broken in some contexts
Status: RESOLVED FIXED
Alias: None
Product: webplatform.org
Classification: Unclassified
Component: content (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Chris Mills
QA Contact: public-webplatform-bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 15:36 UTC by Sam Dutton
Modified: 2012-10-12 15:38 UTC (History)
1 user (show)

See Also:


Attachments

Description Sam Dutton 2012-10-12 15:36:15 UTC
The code below, from the mediawiki.org examples, creates a table if I put it on my talk page, but doesn't work on (for example) http://docs.webplatform.org/wiki/concepts/mobile_web/mobile_javascript_best_practices

{|
|Orange
|Apple
|-
|Bread
|Pie
|-
|Butter
|Ice cream 
|}
Comment 1 Alex Komoroske 2012-10-12 15:38:24 UTC
See http://docs.webplatform.org/wiki/WPD:Manual_Of_Style/Gotchas for why. It comes down to MediaWiki's translating of pipe characters inside of template calls.