Category
![]() |
You're no bot and a page you've created got automatically deleted? Add your name to FreewarWiki:NoSpamUser | ![]() |
Help:Tutorial/4
From FreewarWiki
Revision as of 11:31, 5 April 2010 by Istrugar (talk | contribs) (Created page with '{{Nav|Help:Tutorial/3|Help:Tutorial|Help:Tutorial/5}} {{Progress|'''FreewarWiki Tutorial'''||4/7|2= ■ ■ ■ ■ <span style="visibility:hidden;">■ ■ ■</span> &nbs…')
|
In order to clearly present information or to obtain a more complex layout, useTables. They look at first glance, very complicated, but on closer inspection, not so wild.
A table begins with |
{| |
and ends with |
|} |
each on a separate line. |
In between runs a hyphen (|) at the beginning of a new line of source code Table Cell (Column) one within the current table row.
A hyphen followed by a minus sign (|-) begins a new Column.
Example
{| | A1 | B1 | C1 |- | A2 | B2 | C2 |- | A3 | B3 | C3 |} |
ergibt |
|