@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Vnořené obrázky</th></tr> |
|
60 | <tr><th colspan="3">Vnořené obrázky</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Obrázek" /></th><td>!<em>url_obrázku</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Obrázek" /></th><td>!<em>url_obrázku</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>vnořený_obrázek</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>vnořený_obrázek</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Více informací</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Více informací</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">eingebettete Bilder</th></tr> |
|
60 | <tr><th colspan="3">eingebettete Bilder</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Bild" /></th><td>!<em>URL_zu_dem_Bild</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Bild" /></th><td>!<em>URL_zu_dem_Bild</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>angehängtes_Bild</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>angehängtes_Bild</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">weitere Informationen</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">weitere Informationen</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -59,6 +61,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
59 | <tr><th colspan="3">Imágenes en línea</th></tr> |
|
61 | <tr><th colspan="3">Imágenes en línea</th></tr> | |
60 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imagen" /></th><td>!<em>imagen_url</em>!</td><td></td></tr> |
|
62 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imagen" /></th><td>!<em>imagen_url</em>!</td><td></td></tr> | |
61 | <tr><th></th><td>!<em>imagen_adjunta</em>!</td><td></td></tr> |
|
63 | <tr><th></th><td>!<em>imagen_adjunta</em>!</td><td></td></tr> | |
|
64 | ||||
|
65 | <tr><th colspan="3">Tables</th></tr> | |||
|
66 | <tr> | |||
|
67 | <th></th> | |||
|
68 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
69 | <td> | |||
|
70 | <table class="sample"> | |||
|
71 | <tbody> | |||
|
72 | <th>A</th><th>B</th><th>C</th> | |||
|
73 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
75 | <tr><td colspan="2">col span</td></tr> | |||
|
76 | </tbody> | |||
|
77 | </table> | |||
|
78 | </td> | |||
|
79 | </tr> | |||
|
80 | ||||
62 | </table> |
|
81 | </table> | |
63 |
|
82 | |||
64 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Más información</a></p> |
|
83 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Más información</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Images en ligne</th></tr> |
|
60 | <tr><th colspan="3">Images en ligne</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>url_de_l_image</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>url_de_l_image</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>image_en_pièce_jointe</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>image_en_pièce_jointe</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Plus d'informations</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Plus d'informations</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">画像</th></tr> |
|
60 | <tr><th colspan="3">画像</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>画像URL</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>画像URL</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>添付ファイル名</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>添付ファイル名</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">より詳細なリファレンス</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">より詳細なリファレンス</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -143,6 +145,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
143 | <td>!<em>вложенный_файл</em>!</td> |
|
145 | <td>!<em>вложенный_файл</em>!</td> | |
144 | <td></td> |
|
146 | <td></td> | |
145 | </tr> |
|
147 | </tr> | |
|
148 | ||||
|
149 | <tr><th colspan="3">Tables</th></tr> | |||
|
150 | <tr> | |||
|
151 | <th></th> | |||
|
152 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
153 | <td> | |||
|
154 | <table class="sample"> | |||
|
155 | <tbody> | |||
|
156 | <th>A</th><th>B</th><th>C</th> | |||
|
157 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
158 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
159 | <tr><td colspan="2">col span</td></tr> | |||
|
160 | </tbody> | |||
|
161 | </table> | |||
|
162 | </td> | |||
|
163 | </tr> | |||
|
164 | ||||
146 | </table> |
|
165 | </table> | |
147 |
|
166 | |||
148 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Больше информации</a></p> |
|
167 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">Больше информации</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">內置圖像</th></tr> |
|
60 | <tr><th colspan="3">內置圖像</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="圖像" /></th><td>!<em>圖像_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="圖像" /></th><td>!<em>圖像_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>附加_圖像</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>附加_圖像</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">更多資訊</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">更多資訊</a></p> |
@@ -14,6 +14,8 table td h1 { font-size: 1.8em; text-align: left; } | |||||
14 | table td h2 { font-size: 1.4em; text-align: left; } |
|
14 | table td h2 { font-size: 1.4em; text-align: left; } | |
15 | table td h3 { font-size: 1.2em; text-align: left; } |
|
15 | table td h3 { font-size: 1.2em; text-align: left; } | |
16 |
|
16 | |||
|
17 | table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } | |||
|
18 | table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } | |||
17 | </style> |
|
19 | </style> | |
18 | </head> |
|
20 | </head> | |
19 | <body> |
|
21 | <body> | |
@@ -58,6 +60,23 table td h3 { font-size: 1.2em; text-align: left; } | |||||
58 | <tr><th colspan="3">Inline images</th></tr> |
|
60 | <tr><th colspan="3">Inline images</th></tr> | |
59 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> |
|
61 | <tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" /></th><td>!<em>image_url</em>!</td><td></td></tr> | |
60 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> |
|
62 | <tr><th></th><td>!<em>attached_image</em>!</td><td></td></tr> | |
|
63 | ||||
|
64 | <tr><th colspan="3">Tables</th></tr> | |||
|
65 | <tr> | |||
|
66 | <th></th> | |||
|
67 | <td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td> | |||
|
68 | <td> | |||
|
69 | <table class="sample"> | |||
|
70 | <tbody> | |||
|
71 | <th>A</th><th>B</th><th>C</th> | |||
|
72 | <tr><td>A</td><td>B</td><td>C</td></tr> | |||
|
73 | <tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr> | |||
|
74 | <tr><td colspan="2">col span</td></tr> | |||
|
75 | </tbody> | |||
|
76 | </table> | |||
|
77 | </td> | |||
|
78 | </tr> | |||
|
79 | ||||
61 | </table> |
|
80 | </table> | |
62 |
|
81 | |||
63 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
|
82 | <p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">More Information</a></p> |
General Comments 0
You need to be logged in to leave comments.
Login now