(Corrected links) |
|||
| Line 12: | Line 12: | ||
<!--T:4--> | <!--T:4--> | ||
| − | :An {{Tag|informaltable}} must contain a {{Tag|1=tgroup cols=""}} entry. Informal tables have no specific title, if you wish the table to be titled and to have an entry in the table of contents, you should use [[#table|{{Tag|table}}]]. Do not use any attributes other than <tt>pgwide</tt> on tables or informal tables for KDE documentation. | + | :An {{Tag|informaltable}} must contain a {{Tag|1=tgroup cols=""}} entry. Informal tables have no specific title, if you wish the table to be titled and to have an entry in the table of contents, you should use [[Special:myLanguage/Documentation Primer/Manual/DocBook Reference/Tables#table|{{Tag|table}}]]. Do not use any attributes other than <tt>pgwide</tt> on tables or informal tables for KDE documentation. |
<!--T:5--> | <!--T:5--> | ||
| Line 43: | Line 43: | ||
<!--T:13--> | <!--T:13--> | ||
| − | :A <tt>row</tt> corresponds directly with the rows of the table. Rows contain {{Tag|entry}} tags, one for each column in the table, as specified by the <tt>cols</tt> attribute on the [[#tgroup|{{Tag|tgroup}}]] tag. | + | :A <tt>row</tt> corresponds directly with the rows of the table. Rows contain {{Tag|entry}} tags, one for each column in the table, as specified by the <tt>cols</tt> attribute on the [[Special:myLanguage/Documentation Primer/Manual/DocBook Reference/Tables#tgroup|{{Tag|tgroup}}]] tag. |
<!--T:14--> | <!--T:14--> | ||
| Line 50: | Line 50: | ||
<!--T:15--> | <!--T:15--> | ||
| − | :The entry is the basic building block of a table. Each entry corresponds to one "data cell" in the table. There must be as many {{Tag|entry}} tags in each row as the <tt>cols</tt> attribute on the [[#tgroup|{{Tag|tgroup}}]] tag. There are no attributes used in KDE Documentation. | + | :The entry is the basic building block of a table. Each entry corresponds to one "data cell" in the table. There must be as many {{Tag|entry}} tags in each row as the <tt>cols</tt> attribute on the [[Special:myLanguage/Documentation Primer/Manual/DocBook Reference/Tables#tgroup|{{Tag|tgroup}}]] tag. There are no attributes used in KDE Documentation. |
<!--T:16--> | <!--T:16--> | ||
| Line 103: | Line 103: | ||
<!--T:24--> | <!--T:24--> | ||
{{Prevnext2 | {{Prevnext2 | ||
| − | | prevpage=Documentation Primer/Manual/DocBook Reference/Lists | + | | prevpage=Special:myLanguage/Documentation Primer/Manual/DocBook Reference/Lists |
| prevtext=Lists | | prevtext=Lists | ||
| − | | nextpage=Documentation Primer/Manual/DocBook Reference/GUI elements | + | | nextpage=Special:myLanguage/Documentation Primer/Manual/DocBook Reference/GUI elements |
| nexttext=The GUI elements, menus, toolbars and shortcuts | | nexttext=The GUI elements, menus, toolbars and shortcuts | ||
| − | | index=Documentation Primer/Manual | + | | index=Special:myLanguage/Documentation Primer/Manual |
| indextext=Back to Menu | | indextext=Back to Menu | ||
}} | }} | ||
</translate> | </translate> | ||
<informaltable>
<table>
<tgroup cols="">
<tbody>
<row>
<entry>
<thead>
<tfoot>
Example: An <informaltable> template
<informaltable> <tgroup cols="2"> <tbody> <row> <entry></entry> <entry></entry> </row> </tbody> </tgroup> </informaltable>
Example: A <table> template
<table> <title></title> <tgroup cols="2"> <tbody> <row> <entry></entry> <entry></entry> </row> </tbody> </tgroup> </table>