Difference between revisions of "Table Examples"

From eLinux.org
Jump to: navigation, search
(Add page with table examples)
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Here is an example of a page which uses lots of tables and table formatting.
 
Here is an example of a page which uses lots of tables and table formatting.
  
 +
Click on the "edit" tab to see the source for this page.  Please leave these examples here for others to use, but
 +
feel free to copy them to create your own tables.
 +
 +
== Basic colored region ==
 +
<div style="margin:0; margin-top:10px; margin-right:10px; border:1px solid #dfdfdf; padding:0 1em 1em 1em; background-color:#ffffcc; align:right; ">
 +
'''NEWS:''' CELF has announced their [[CELF Open Project Proposal 2010|Open Project Proposal plan]] for 2010 contract projects.
 +
</div>
 +
 +
== Basic Table with border and colored header ==
 +
I do these a lot.
 +
{| border="1" cellspacing="0" cellpadding="5"
 +
|-bgcolor="#80c0d0"
 +
!Description
 +
!Status
 +
!Notes
 +
|-
 +
|[http://elinux.org/Linux_Tiny Linux-tiny]      || In active maintenance. Path set published for 2.6.24
 +
| Maintainer is Michael Opdenacker (with help from Thomas Petazzoni).  See [[Linux Tiny Patch Details]] for details about the patch status.
 +
|-
 +
|kpagemap - memory instrumentation                        ||mainlined in Feb, 2008 (for 2.6.25)
 +
|
 +
* Can show details about every allocated and virtual page on the system.
 +
* Introduces PSS and USS size metrics
 +
** PSS - Proportional Set Size
 +
** USS - Unique Set Size
 +
|}
 +
 +
== test of table syntax ==
 +
{| border="1" cellspacing="0" cellpadding="5"
 +
!foo
 +
!bar
 +
|-
 +
|cell 1||cell 2
 +
|-
 +
|cell 3
 +
|| cell 4
 +
|}
 +
 +
== Action Item lists ==
 +
See [[Embedded wiki to-do list]]
 +
 +
== Status Table ==
 
There are probably better ways to do this, but see:
 
There are probably better ways to do this, but see:
  
 
[[Project Status Table]]
 
[[Project Status Table]]
 +
 +
 +
[[Category:CELinux Wiki]]

Latest revision as of 12:32, 30 June 2015

Here is an example of a page which uses lots of tables and table formatting.

Click on the "edit" tab to see the source for this page. Please leave these examples here for others to use, but feel free to copy them to create your own tables.

Basic colored region

NEWS: CELF has announced their Open Project Proposal plan for 2010 contract projects.

Basic Table with border and colored header

I do these a lot.

Description Status Notes
Linux-tiny In active maintenance. Path set published for 2.6.24 Maintainer is Michael Opdenacker (with help from Thomas Petazzoni). See Linux Tiny Patch Details for details about the patch status.
kpagemap - memory instrumentation mainlined in Feb, 2008 (for 2.6.25)
  • Can show details about every allocated and virtual page on the system.
  • Introduces PSS and USS size metrics
    • PSS - Proportional Set Size
    • USS - Unique Set Size

test of table syntax

foo bar
cell 1 cell 2
cell 3 cell 4

Action Item lists

See Embedded wiki to-do list

Status Table

There are probably better ways to do this, but see:

Project Status Table