Team:Newcastle/Outreach/Overview
From 2013.igem.org
(Difference between revisions)
YDemyanenko (Talk | contribs) |
YDemyanenko (Talk | contribs) |
||
Line 7: | Line 7: | ||
==345== | ==345== | ||
- | {| class="collapsible collapsed" | + | |
- | + | {| class=wikitable style="width:80%;" align=center | |
+ | !Code entered!!Output produced | ||
+ | |- | ||
+ | |width=50%|  | ||
+ | <nowiki>{| class="wikitable collapsible collapsed" | ||
+ | ! Simple collapsible table | ||
+ | |- | ||
+ | | Lorem ipsum dolor sit amet | ||
+ | |}</nowiki> | ||
+ | |style="width:50%; text-align:center;"| | ||
+ | {| class="wikitable collapsible collapsed" | ||
+ | ! Simple collapsible table | ||
+ | |- | ||
+ | | Lorem ipsum dolor sit amet | ||
+ | |} | ||
+ | |- | ||
+ | |style="width:50%; font-size:90%"|  | ||
+ | <nowiki>{| class="wikitable collapsible collapsed" | ||
+ | |A normal cell in the header row | ||
+ | ! colspan="2"| Header cell spans two cols | ||
+ | |- | ||
+ | | colspan="2" | Lorem ipsum dolor sit amet | ||
+ | | Separate body cell | ||
+ | |}</nowiki> | ||
+ | |style="width:50%; text-align:center;"| | ||
+ | {| class="wikitable collapsible collapsed" | ||
+ | |width=33%|A normal cell in the header row | ||
+ | ! colspan="2"| Header cell spans two cols | ||
+ | |- | ||
+ | | colspan="2" | Lorem ipsum dolor sit amet | ||
+ | |width=33%| Separate body cell | ||
+ | |} | ||
|} | |} |
Revision as of 14:43, 28 September 2013
X
Outreach
123
345
Code entered | Output produced | ||||||
---|---|---|---|---|---|---|---|
{| class="wikitable collapsible collapsed" ! Simple collapsible table |- | Lorem ipsum dolor sit amet |} |
| ||||||
{| class="wikitable collapsible collapsed" |A normal cell in the header row ! colspan="2"| Header cell spans two cols |- | colspan="2" | Lorem ipsum dolor sit amet | Separate body cell |} |
|