Talk:Main Page: Difference between revisions
From CTLTMS
(General Notes) |
No edit summary |
||
Line 1: | Line 1: | ||
== General Notes == | == General Notes == | ||
=== Tables === | |||
Don't use class="wikitable" if you want this to export correctly in the PDF documentation - use the Table icon in the toolbar above (next to last button) and this will put in a table with more general formatting. e.g. | Don't use class="wikitable" if you want this to export correctly in the PDF documentation - use the Table icon in the toolbar above (next to last button) and this will put in a table with more general formatting. e.g. | ||
{| border="1" | {| border="1" | ||
Line 8: | Line 9: | ||
| cell1 || cell2 || cell3 | | cell1 || cell2 || cell3 | ||
|} | |} | ||
''created from the Table toolbar button'' | |||
{| class="wikitable | |||
|- | {| class="wikitable" | ||
|- | |||
! header1 !! header2 !! header3 | ! header1 !! header2 !! header3 | ||
|- | |- | ||
| cell1 || cell2 || cell3 | | cell1 || cell2 || cell3 | ||
|} | |} | ||
''Table with wikitable'' | |||
{| class="wikitable" | |||
|- | {{Note}} I have tested a combined table format, and it looks good in both screen and PDF, as follows: | ||
{| class="wikitable" border="1" | |||
|- bgcolor="silver" | |||
! header1 !! header2 !! header3 | ! header1 !! header2 !! header3 | ||
|- | |- | ||
| cell1 || cell2 || cell3 | | cell1 || cell2 || cell3 | ||
|} | |} | ||
''Merged format, good for both'' | |||
I have changed the button above so that it will always insert with the merged format - hard refresh your pages (CTRL-F5 or CTRL-Refresh to pick up the change. | |||
So, in summary, always use the table button on the toolbar. | |||
--[[User:Anw|Anw]] 11:01, 22 February 2017 (GMT) | --[[User:Anw|Anw]] 11:01, 22 February 2017 (GMT) |
Latest revision as of 13:08, 22 February 2017
General Notes
Tables
Don't use class="wikitable" if you want this to export correctly in the PDF documentation - use the Table icon in the toolbar above (next to last button) and this will put in a table with more general formatting. e.g.
header1 | header2 | header3 |
---|---|---|
cell1 | cell2 | cell3 |
created from the Table toolbar button
header1 | header2 | header3 |
---|---|---|
cell1 | cell2 | cell3 |
Table with wikitable
Note: I have tested a combined table format, and it looks good in both screen and PDF, as follows:
header1 | header2 | header3 |
---|---|---|
cell1 | cell2 | cell3 |
Merged format, good for both
I have changed the button above so that it will always insert with the merged format - hard refresh your pages (CTRL-F5 or CTRL-Refresh to pick up the change.
So, in summary, always use the table button on the toolbar.
--Anw 11:01, 22 February 2017 (GMT)