PmWiki.Tables History

Hide minor edits - Show changes to markup

April 16, 2017, at 05:28 PM EST by Delonte - kSlyCZzdTi
Changed line 1 from:

I'm imedrsspe. You've really raised the bar with that. http://audncey.com [url=http://ddcatytlov.com]ddcatytlov[/url] [link=http://igpsxxztgm.com]igpsxxztgm[/link]

to:

Deep thought! Thanks for <a href="http://ucezvqzpht.com">coiinrbuttng.</a>

April 16, 2017, at 11:50 AM EST by Matty - H33hEFteM
Changed line 1 from:

<a href="http://rcwwdbqbu.com">Thakns</a> for taking the time to post. It's lifted the level of debate

to:

I'm imedrsspe. You've really raised the bar with that. http://audncey.com [url=http://ddcatytlov.com]ddcatytlov[/url] [link=http://igpsxxztgm.com]igpsxxztgm[/link]

April 14, 2017, at 02:50 AM EST by Shorty - giE3AhPQ3kJH
Changed line 1 from:

Not bad at all fellas and gaslal. Thanks. http://awzwatm.com [url=http://qmyneghsv.com]qmyneghsv[/url] [link=http://jwptdp.com]jwptdp[/link]

to:

<a href="http://rcwwdbqbu.com">Thakns</a> for taking the time to post. It's lifted the level of debate

March 30, 2017, at 03:44 AM EST by Patty - jiqCxoBTsZlE
Changed line 1 from:

Help, I've been informed and I can't become <a href="http://drmobpl.com">igtnnaor.</a>

to:

Not bad at all fellas and gaslal. Thanks. http://awzwatm.com [url=http://qmyneghsv.com]qmyneghsv[/url] [link=http://jwptdp.com]jwptdp[/link]

March 29, 2017, at 10:32 PM EST by Gerrie - l1PvwGoR
Changed line 1 from:

That kind of thkniing shows you're an expert http://lzorfnwpm.com [url=http://asnmmnltanc.com]asnmmnltanc[/url] [link=http://sxnmubkouv.com]sxnmubkouv[/link]

to:

Help, I've been informed and I can't become <a href="http://drmobpl.com">igtnnaor.</a>

March 29, 2017, at 03:15 PM EST by Patch - fyCkq0qOGuf9
Changed line 1 from:

If only there were more <a href="http://aorpjbvlmf.com">cleevr</a> people like you!

to:

That kind of thkniing shows you're an expert http://lzorfnwpm.com [url=http://asnmmnltanc.com]asnmmnltanc[/url] [link=http://sxnmubkouv.com]sxnmubkouv[/link]

March 21, 2017, at 03:22 PM EST by Tory - of86ntbro
Changed line 1 from:

“RASHAD BY UNANIMOUS DECISION” AND CORRECT ME IF I’M WRONG BUT THATS HOW IT WENT DOWN…SO TO ALL YOU HOMOS OUT THERE THAT WERE TALKING SHIT LOOKS LIKE I NEW WHAT I WAS TALKING ABOUT AND IT ALSO LOOKS LIKE YOU DIDNT KNOW WHAT YOU WERE TALKING AB3T#&U82O0;WATCH A FEW MORE EPISODES OF UFC UNLEASHED BEFORE TRYING TO TALK MMA WITH ME BITCHES!!!!! P.S. FUCK RAMPAGE

to:

If only there were more <a href="http://aorpjbvlmf.com">cleevr</a> people like you!

March 20, 2017, at 01:08 AM EST by Bones - XmLrLKej0Hv
Changed line 1 from:

Thank you a lot for providing inuddiivals with remarkably terrific chance to read critical reviews from this website. It really is very beneficial and jam-packed with a good time for me and my office co-workers to search your site really thrice a week to read the latest issues you will have. And of course, I'm usually amazed for the amazing tricks you give. Certain 3 ideas in this posting are absolutely the best we have ever had.

to:

“RASHAD BY UNANIMOUS DECISION” AND CORRECT ME IF I’M WRONG BUT THATS HOW IT WENT DOWN…SO TO ALL YOU HOMOS OUT THERE THAT WERE TALKING SHIT LOOKS LIKE I NEW WHAT I WAS TALKING ABOUT AND IT ALSO LOOKS LIKE YOU DIDNT KNOW WHAT YOU WERE TALKING AB3T#&U82O0;WATCH A FEW MORE EPISODES OF UFC UNLEASHED BEFORE TRYING TO TALK MMA WITH ME BITCHES!!!!! P.S. FUCK RAMPAGE

September 12, 2015, at 04:23 AM EST by Darwin - 76pciLRtpl
Changed lines 1-120 from:

authors (basic)

Table basics

PmWiki has two types of table markup; the markup described in this page is useful for creating tables with lots of small cells, while table directive markups help with larger scale tables. For more possibilities with table formatting see Cookbook:FormattingTables.

Tables are created via use of the double pipe character: ||. Lines beginning with this markup denote rows in a table; within such lines the double-pipe is used to delimit cells. In the examples below a border is added for illustration (the default is no border).

(:markup caption='Basic table':) || border=1 || cell 1 || cell 2 || cell 3 || || cell 1 || cell 2 || cell 3 ||

Header cells can be created by placing ! as the first character of a cell. Note that these are table headers, not headings, so it doesn't extend to !!, !!!, etc.

(:markup caption='Table headers':) || border=1 ||! cell 1 ||! cell 2 ||! cell 3 || || cell 1 || cell 2 || cell 3 ||

A table can have a caption, indicated by ||!caption!||. Any caption must appear prior to other rows of the table.

(:markup caption='Table caption':) || border=1 ||! A special table !|| ||! cell 1 ||! cell 2 ||! cell 3 || || cell 1 || cell 2 || cell 3 ||

Formatting cell contents

Cell contents may be aligned left, centered, or aligned right.

  • To left-align contents, place the cell contents next to the leading ||.
  • To center contents, add a space before and after the cell contents.
  • To right-align contents, place a space before the cell contents and leave the cell contents next to the trailing ||.

(:markup caption='Cell alignments':) || border=1 width=100% ||!cell 1 ||! cell 2 ||! cell 3|| ||left-aligned || centered || right-aligned||

(:markup caption='Default cell alignments':) || border=1 width=100% ||!cell default||!cell left || ||default-aligned||left-aligned ||

Note that header and detail cells have different default alignments.

To get a cell to span multiple columns, follow the cell with empty cells. (At present there is no markup for spanning rows.)

(:markup caption='Column spanning':) || border=1 width=100% || |||| right column || || || middle column |||| || left column |||||| || left column || middle column || right column ||

Table attributes

Any line that begins with || but doesn't have a closing || sets the table attributes for any tables that follow. These attributes can control the size and position of the table, borders, background color, and cell spacing. (In fact these are just standard HTML attributes that are placed in the <table> tag.)

Use the width= attribute to set a table's width, using either a percentage value or an absolute size.

(:markup caption='Table width':) || border=1 width=100% || cell 1 || cell 2 || cell 3 || || c1 || cellcellcellcell2 || cell 3 ||

The border= attribute sets the size of a table's borders.

(:markup caption='Bordered and borderless tables':) || border=10 ||!cell 1 ||! cell 2 ||! cell 3|| ||left-aligned || centered || right-aligned|| || border=0 ||!cell 1 ||! cell 2 ||! cell 3|| ||left-aligned || centered || right-aligned||

Use align=center, align=left, and align=right to center, left, or right align a table. Note that align=left and align=right create a floating table, such that text wraps around the table.

(:markup caption='Table alignment':) || border=1 align=center ||!cell 1 ||! cell 2 ||! cell 3|| ||left-aligned || centered || right-aligned|| || border=1 align=left ||!cell 1 ||! cell 2 ||! cell 3|| ||left-aligned || centered || right-aligned|| Notice how text wraps to the right of a table using "align=left".

The bgcolor= attribute sets the background color for a table. At present there is no way to specify the color of individual rows or cells in this type of table (but see Cookbook:FormattingTables).

(:markup:) || border=1 align=center bgcolor=yellow ||!cell 1 ||! cell 2 ||! cell 3|| ||left-aligned || centered || right-aligned||

Other examples

(:markup caption='A more complex table':) %define=sp padding-right:1em font-weight:bold% || border=1 || [++Events Calendar++] |||||||||| || '''May 2005''' || '''June 2005''' || '''July 2005''' || '''August 2005''' || '''September 2005''' || ||%sp%'''10'''%%6:30 - 8:30 Big Meeting\\\ %sp%'''17'''%%7:00 - 8:30 Bigger Meeting\\\ %sp%'''24'''%%7:00 - 8:30 Biggest Meeting|| || || || || || '''October 2005''' || '''November 2005''' || '''December 2005''' || '''January 2006''' || '''February 2006''' || || || || || || ||

<< | Documentation Index | >>

How do I create nice tables similar to Product X?

See tables and table directives.

to:

Thank you a lot for providing inuddiivals with remarkably terrific chance to read critical reviews from this website. It really is very beneficial and jam-packed with a good time for me and my office co-workers to search your site really thrice a week to read the latest issues you will have. And of course, I'm usually amazed for the amazing tricks you give. Certain 3 ideas in this posting are absolutely the best we have ever had.

Copyright © 2007, Jonathan L.S. Byrnes
Web site by Lexington Digital
Page last modified on April 16, 2017, at 05:28 PM EST