Difference between revisions of "Table Examples"
From eLinux.org
(Add page with table examples) |
(add several table examples) |
||
| 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. | ||
| + | == 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 | ||
| + | |} | ||
| + | |||
| + | == 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]] | ||
Revision as of 23:57, 2 December 2009
Here is an example of a page which uses lots of tables and table formatting.
Contents |
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) |
|
Action Item lists
Status Table
There are probably better ways to do this, but see: