Difference between revisions of "Tables"

From Sun Myung Moon Archive
(Created page with "{{Concise}} Here are the codes for a simple table: <nowiki>{| class="wikitable" |- ! Header text !! Header text !! Header text |- | Example || Example || Example |- | Exampl...")
 
Line 55: Line 55:
 
| style="background:silver"| || Special treatments ||style="background:Gainsboro" |  ||I, II etc. || Months
 
| style="background:silver"| || Special treatments ||style="background:Gainsboro" |  ||I, II etc. || Months
 
|}
 
|}
 +
 +
==See also==
 +
*[[Tables - Aligning, sortable, collapsible]]
  
 
==More help for tables==
 
==More help for tables==
 
* [http://meta.wikimedia.org/wiki/Help:Table Help:Table] MediaWiki
 
* [http://meta.wikimedia.org/wiki/Help:Table Help:Table] MediaWiki
 
* [http://meta.wikimedia.org/wiki/Wiki_color_formatting_help Wiki color formatting help] Codes for adding colors to texts and background - MediaWiki
 
* [http://meta.wikimedia.org/wiki/Wiki_color_formatting_help Wiki color formatting help] Codes for adding colors to texts and background - MediaWiki

Revision as of 14:21, 30 June 2015

Help(6 C, 4 P, 9 F)



Here are the codes for a simple table:

{| class="wikitable"
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
Header text Header text Header text
Example Example Example
Example Example Example
Example Example Example


The following codes show how a more complex table can be made:

{| class="wikitable" border="1"
|+ Meaning of colors and symbols
! Color!! Meaning!!style="background:Gainsboro" |   !! Symbol!! Meaning
|-
| style="background:BurlyWood" | || Sowing ||style="background:Gainsboro" | || 
Pre || Pre-sowing in pots
|-
| style="background:lime" | || Planting ||style="background:Gainsboro" |  || Gre
|| Greenhouse, Cold frame
|-
| style="background:pink" | || Harvesting ||style="background:Gainsboro" |  ||
GrM || Green manure plant
|-
| style="background:silver"| || Special treatments ||style="background:Gainsboro"
|  ||I, II etc. || Months
|}
Meaning of colors and symbols
Color Meaning Symbol Meaning
Sowing Pre Pre-sowing in pots
Planting Gre Greenhouse, Cold frame
Harvesting GrM Green manure plant
Special treatments I, II etc. Months

See also

More help for tables