8,161
edits
Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.
(updated) |
(updated) |
||
Line 16: | Line 16: | ||
As an example, take a look at the following text: | As an example, take a look at the following text: | ||
<pre> | <pre> | ||
<div style="{{ | <div style="{{Character color 2}}"> | ||
Text above table. [[Link]]. [[Fox McCloud|Fox]]. | Text above table. [[Link]]. [[Fox McCloud|Fox]]. | ||
{| style="{{ | {| style="{{Character color border}}" | ||
|- | |- | ||
! style="{{ | ! style="{{Character color 2}}" | table header cell | ||
! style="{{ | ! style="{{Character color 2}}" | text | ||
! style="{{ | ! style="{{Character color 2}}" | [[Fox McCloud|Fox]] | ||
! style="{{ | ! style="{{Character color 2}}" | table header cell | ||
! style="{{ | ! style="{{Character color 2}}" | text | ||
! style="{{ | ! style="{{Character color 2}}" | [[link]] | ||
|- | |- | ||
| style="{{ | | style="{{Character color 1}}" | table header cell | ||
| style="{{ | | style="{{Character color 1}}" | text | ||
| style="{{ | | style="{{Character color 1}}" | [[Fox McCloud|Fox]] | ||
| style="{{ | | style="{{Character color 1}}" | table header cell | ||
| style="{{ | | style="{{Character color 1}}" | text | ||
| style="{{ | | style="{{Character color 1}}" | [[link]] | ||
|- | |- | ||
Line 41: | Line 41: | ||
comes out as | comes out as | ||
<div style="{{ | <div style="{{Character color 2}}"> | ||
Text above table. [[Link]]. [[Fox McCloud|Fox]]. | Text above table. [[Link]]. [[Fox McCloud|Fox]]. | ||
{| style="{{ | {| style="{{Character color border}}" | ||
|- | |- | ||
! style="{{ | ! style="{{Character color 2}}" | table header cell | ||
! style="{{ | ! style="{{Character color 2}}" | text | ||
! style="{{ | ! style="{{Character color 2}}" | [[link]] | ||
| style="{{ | | style="{{Character color 2}}" | table header cell | ||
| style="{{ | | style="{{Character color 2}}" | text | ||
| style="{{ | | style="{{Character color 2}}" | [[link]] | ||
|- | |- | ||
| style="{{ | | style="{{Character color 1}}" | table header cell | ||
| style="{{ | | style="{{Character color 1}}" | text | ||
| style="{{ | | style="{{Character color 1}}" | [[link]] | ||
! style="{{ | ! style="{{Character color 1}}" | table header cell | ||
! style="{{ | ! style="{{Character color 1}}" | text | ||
! style="{{ | ! style="{{Character color 1}}" | [[link]] | ||
|- | |- | ||
|} | |} | ||
Text bellow table | Text bellow table | ||
</div> | </div> | ||
In the example, the div is stylized by {{t| | In the example, the div is stylized by {{t|Character color 2}}, giving the div a green background color. The table is affected by {{t|Character color border}}, giving it a light-green border. But notice, it no longer has the green background of the div. This is important to take notice, even if it is as a reminder to yourself and nothing more, as when you are designing a table with this in mind, you may over look this fact. | ||
Next, notice the top row and bottom row are different colors. This is because the top row (the header cells) is affected by {{t| | Next, notice the top row and bottom row are different colors. This is because the top row (the header cells) is affected by {{t|Character color 2}} and the bottom row (the data cells) is affected by {{t|Character color 1}}. | ||
Now, each template doesn't have to be used in the manner that is specified here. You can make {{t| | Now, each template doesn't have to be used in the manner that is specified here. You can make {{t|Character color 2}} be a header-color instead, as is done [[Template:games|here]], and keep the background white. But it is recommended you do that with higher-order templates, like {{t|enemies}} and {{t|stages}}. | ||
to help with the link colors, it is also useful to throw on a matching color code through the div's or table's css class. Unlike the <code>style=""</code> attriblute, once a css <code>class=""</code> is applied to one tag; it affects everything within it. So with the example above, | to help with the link colors, it is also useful to throw on a matching color code through the div's or table's css class. Unlike the <code>style=""</code> attriblute, once a css <code>class=""</code> is applied to one tag; it affects everything within it. So with the example above, | ||
<pre> | <pre> | ||
<div class="color4" style="{{ | <div class="color4" style="{{Character color 2}}"> | ||
Text above table. [[Link]]. [[Fox McCloud|Fox]]. | Text above table. [[Link]]. [[Fox McCloud|Fox]]. | ||
{| style="{{ | {| style="{{Character color border}}" | ||
|- | |- | ||
! style="{{ | ! style="{{Character color 2}}" | table header cell | ||
! style="{{ | ! style="{{Character color 2}}" | text | ||
! style="{{ | ! style="{{Character color 2}}" | [[Fox McCloud|Fox]] | ||
! style="{{ | ! style="{{Character color 2}}" | table header cell | ||
! style="{{ | ! style="{{Character color 2}}" | text | ||
! style="{{ | ! style="{{Character color 2}}" | [[link]] | ||
|- | |- | ||
| style="{{ | | style="{{Character color 1}}" | table header cell | ||
| style="{{ | | style="{{Character color 1}}" | text | ||
| style="{{ | | style="{{Character color 1}}" | [[Fox McCloud|Fox]] | ||
| style="{{ | | style="{{Character color 1}}" | table header cell | ||
| style="{{ | | style="{{Character color 1}}" | text | ||
| style="{{ | | style="{{Character color 1}}" | [[link]] | ||
|- | |- | ||
|} | |} | ||
Line 95: | Line 95: | ||
comes out as | comes out as | ||
<div class="color5" style="{{ | <div class="color5" style="{{Character color 2}}"> | ||
Text above table. [[Link]]. [[Fox McCloud|Fox]]. | Text above table. [[Link]]. [[Fox McCloud|Fox]]. | ||
{| style="{{ | {| style="{{Character color border}}" | ||
|- | |- | ||
! style="{{ | ! style="{{Character color 2}}" | table header cell | ||
! style="{{ | ! style="{{Character color 2}}" | text | ||
! style="{{ | ! style="{{Character color 2}}" | [[Fox McCloud|Fox] | ||
| style="{{ | | style="{{Character color 2}}" | table header cell | ||
| style="{{ | | style="{{Character color 2}}" | text | ||
| style="{{ | | style="{{Character color 2}}" | [[link]] | ||
|- | |- | ||
| style="{{ | | style="{{Character color 1}}" | table header cell | ||
| style="{{ | | style="{{Character color 1}}" | text | ||
| style="{{ | | style="{{Character color 1}}" | [[Fox McCloud|Fox] | ||
! style="{{ | ! style="{{Character color 1}}" | table header cell | ||
! style="{{ | ! style="{{Character color 1}}" | text | ||
! style="{{ | ! style="{{Character color 1}}" | [[link]] | ||
|- | |- | ||
|} | |} |
edits