Help:Lists and tables

From AWF-Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: The formatting of tables is unfortunately not easy in MediaWiki. Here you can see an example of wiki-syntax for a simple table: <nowiki> {| class="wikitable" |- ! header 1 ! header ...)
 
Line 2: Line 2:
  
  
Here you can see an example of wiki-syntax for a simple table:
+
Here you can see an example of wiki-syntax for a simple table and the resulting outcome below it:
 
  <nowiki>
 
  <nowiki>
 
  {| class="wikitable"
 
  {| class="wikitable"
Line 20: Line 20:
 
  </nowiki>
 
  </nowiki>
  
 +
 +
{| class="wikitable"
 +
|-
 +
! header 1
 +
! header 2
 +
! header 3
 +
|-
 +
| row 1, cell 1
 +
| row 1, cell 2
 +
| row 1, cell 3
 +
|-
 +
| row 2, cell 1
 +
| row 2, cell 2
 +
| row 2, cell 3
 +
|}
  
 
{{construction}}
 
{{construction}}

Revision as of 10:41, 12 December 2008

The formatting of tables is unfortunately not easy in MediaWiki.


Here you can see an example of wiki-syntax for a simple table and the resulting outcome below it:


 {| class="wikitable"
 |-
 ! header 1
 ! header 2
 ! header 3
 |-
 | row 1, cell 1
 | row 1, cell 2
 | row 1, cell 3
 |-
 | row 2, cell 1
 | row 2, cell 2
 | row 2, cell 3
 |}
 


header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3
Construction.png sorry: 

This section is still under construction! This article was last modified on 12/12/2008. If you have comments please use the Discussion page or contribute to the article!

Personal tools
Namespaces

Variants
Actions
Navigation
Development
Toolbox