Team:Aachen/Help
From 2014.igem.org
AZimmermann (Talk | contribs) (→Pictures in the center) |
m |
||
(6 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 62: | Line 60: | ||
{{Team:Aachen/Figure|Aachen_Team_Logo_01.png|title=Figure 1|subtitle=This is our team logo|width=200px}} | {{Team:Aachen/Figure|Aachen_Team_Logo_01.png|title=Figure 1|subtitle=This is our team logo|width=200px}} | ||
- | If you want it to also appear perfectly centered use the <center></center> | + | If you want it to also appear perfectly centered use the following commands before and after the picture URL: |
+ | <html><textarea><center> and </center></textarea></html> | ||
+ | |||
+ | You will get a picture like this: | ||
+ | |||
<center> | <center> | ||
{{Team:Aachen/Figure|Aachen_Team_Logo_01.png|title=Figure 1|subtitle=This is our team logo|width=200px}} | {{Team:Aachen/Figure|Aachen_Team_Logo_01.png|title=Figure 1|subtitle=This is our team logo|width=200px}} | ||
Line 108: | 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
|