[Home]WikiShouldOfferSimplifiedUseOfTables

HomePage | Recent Changes | Preferences

The title in itself is a whole program.

See MeatBall?:TableSyntax? (and more pointedly, MoinMoin?:HelpOnTables?.)

Do we support these MoinMoin?:HelpOnTables? style tables? Should we? I don't see a lot of improvement in terms of ease of use, as against regular HTML. One of the great things about wiki, of course, is that people don't need to know much to get started. Tables are always going to have some kind of learning curve, I suppose. But we should keep it very simple.

MoinMoin?: table syntax is quite simple and on a par with wikiwiki italics and bold. I agree it does not improve a lot compared to html syntax (see below for examples contributed by several). But what I had in mind go further: allowing inputing tables as a special kind of pages which could be inserted anywhere and edited separetely from pages which contain them.

In fact, I would suggest that we find a syntax to InsertPagesIntoOtherPages.
See the relevant pages for comments on this idea. --OprgaG


Having just painstakingly worked on Las Vegas/Climate, I can say that I second the proposal for a simplified use of tables. I looked at the code, and realized that this is an option I can set. So I have for now turned it ON, unless someone comes up with a very good reason why we shouldn't.

The HTML syntax is not too bad, and people can't really do very much evil with it. Edit this page to see how I made this table in html.

A very simple table:

Item one Item two
Item three Item four

<table border=1>
<tr>
<td>Item one</td>
<td>Item two</td>
</tr>
<tr>
<td>Item three</td>
<td>Item four</td>
</tr>
</table>


This should be added as a link to the group with "How to Start a Wiki page," How to Edit a Wiki Page," etc., and renamed "How to Add a Table". RoseParks


A little bit fancier table:

Item one Item two
Item three Item four
Item five

 <table border=1>
 <tr>
 <td>Item one</td>
 <td>Item two</td>
 </tr>
 <tr>
 <td rowspan=2>Item three</td>
 <td>Item four</td>
 </tr>
 <tr>
 <td>Item five</td>
 </tr>
 </table>

HomePage | Recent Changes | Preferences
This page is read-only | View other revisions
Last edited March 2, 2001 9:48 pm by RoseParks (diff)
Search: