PmWikiRu /
, !

(:table (attr...):)

 HTML  <table>     'attr...'.
   .
     :
  • border=( ) --
  • bordercolor=( (#rrggbb #rgb)) --
  • cellspacing=( )
  • cellpadding=( )
  • width=( ) --
  • bgcolor=( (#rrggbb #rgb)) --
  • align=(left, center right) -- (, )
  • summary=( ; )

(:cell (attr...):)

       'attr...'.
   .
: "(:cell:) ", .
:
  • align (left, center right) -- (, )
  • valign (top, middle bottom) -- (, )
  • colspan ( ) --
  • rowspan ( ) --
  • bgcolor ( (#rrggbb #rgb)) --
  • width ( ) --

(:cellnr (attr..):)

   .

   :
  • align (left, center right) -- (, )
  • valign (top, middle bottom) -- (, )
  • colspan ( ) --
  • rowspan ( ) --
  • bgcolor ( (#rrggbb #rgb)) --
  • width ( ) --

(:tableend:)

 .

table, cell cellnr <table> <td>. rowspan, colspan . , (:table:) (:cell:) (:cellnr:) -- .
   "      HTML  (<table>, <tr>, <td>, <th>)           ?".    :  - HTML       (. Audiences  PmWikiPhilosophy);  -       HTML ,        .     , ..  ,              HTML  ,   - .
: , HTML HTML - FrontPage MSWord. , PmWiki .
Pm: , HTML , - , FrontPage MSWord ? , . HTML !
         ,   PmWiki   .             (  ).

        PmWiki   --           .       HTML         .

1. .

(:table border=1 cellpadding=5 cellspacing=0:)
(:cell:) a1
(:cell:) b1
(:cell:) c1
(:cell:) d1
(:cellnr:) a2
(:cell:) b2
(:cell:) c2
(:cell:) d2
(:tableend:)
a1 b1 c1 d1
a2 b2 c2 d2
 HTML    :
<table border='1' cellpadding='5' cellspacing='0'>
  <tr>
    <td>a1</td>
    <td>b1</td>
    <td>c1</td>
    <td>d1</td>
  </tr>
  <tr>
    <td>a2</td>
    <td>b2</td>
    <td>c2</td>
    <td>d2</td>
  </tr>
</table>

          ,      ?     ""        .           ,        .  ,         --      ,    .
(:table border=1 width=30% align=right bgcolor=#cccc99 cellspacing=0 :)
(:cellnr:)
''' '''
(:cellnr:)
*[[Tables|+]]
*[[Table directives|+]]
(:tableend:)

(:table border=1 width=30% align=right bgcolor=#cccc99 cellspacing=0 :)
(:cellnr colspan=2 align=center:)
''' '''
(:cellnr align=center:)
[[Tables]]
(:cell align=center:)
[[Table directives|+]]
(:tableend:)

Tables

   ,      #cccc99   .  (:cellnr:)   ,       .

       :  ,         ,            .         .         . ,   ?!

<< Tables | DocumentationIndex | WikiStyles >>

PmWiki.TableDirectives -

  PmWikiRu.TableDirectives -

Backlinks
PmWikiRu.TableDirectives: 2014-05-06
PmWiki.TableDirectives: 2022-05-13