Team:Aachen/Help
From 2014.igem.org
AZimmermann (Talk | contribs) (→Pictures in the center) |
m |
||
(5 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Team:Aachen/Header}} | {{Team:Aachen/Header}} | ||
- | |||
- | |||
= Page Creation and Layout = | = Page Creation and Layout = | ||
Line 112: | Line 110: | ||
</textarea></html> | </textarea></html> | ||
+ | If you want to customize individual tablepart, like highlighting a row you have to include it after the |- line. | ||
+ | Example: | ||
+ | {| class="wikitable" | ||
+ | ! element !! function | ||
+ | |- | ||
+ | | <nowiki>{| class="wikitable"</nowiki> || opens a standard table | ||
+ | |- | ||
+ | | <nowiki>!! column 1 !! column 2</nowiki> || column headers | ||
+ | |- style="border-top: 2px #808080 solid; border-bottom: 2px #808080 solid; background: #cfe2f4; font-weight: bold;" | ||
+ | | <nowiki>|-</nowiki> || starts a new line | ||
+ | |- | ||
+ | | <nowiki>| ... || ...</nowiki> || a line with two cells, like this one: | ||
+ | |- | ||
+ | | ... || ... | ||
+ | |- | ||
+ | | <nowiki>|}</nowiki> || closes the table | ||
+ | |} | ||
+ | Source: | ||
+ | <html><textarea rows="15"> | ||
+ | {| class="wikitable" | ||
+ | ! element !! function | ||
+ | |- | ||
+ | | <nowiki>{| class="wikitable"</nowiki> || opens a standard table | ||
+ | |- | ||
+ | | <nowiki>!! column 1 !! column 2</nowiki> || column headers | ||
+ | |- style="border-top: 2px #808080 solid; border-bottom: 2px #808080 solid; background: #cfe2f4; font-weight: bold;" | ||
+ | | <nowiki>|-</nowiki> || starts a new line | ||
+ | |- | ||
+ | | <nowiki>| ... || ...</nowiki> || a line with two cells, like this one: | ||
+ | |- | ||
+ | | ... || ... | ||
+ | |- | ||
+ | | <nowiki>|}</nowiki> || closes the table | ||
+ | |} | ||
+ | </textarea></html> | ||
+ | You can use any style attribute you want to e.g. font-family, font-weight, background and so on. | ||
+ | |||
More information: http://www.mediawiki.org/wiki/Help:Tables | More information: http://www.mediawiki.org/wiki/Help:Tables | ||
{{Team:Aachen/Footer}} | {{Team:Aachen/Footer}} |
Latest revision as of 23:37, 17 October 2014
|