9,795
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.
Line 17: | Line 17: | ||
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-bg-color}}"> | ||
Text above table | Text above table. [[Link]]. [[Fox]]. | ||
{| style="{{ | {| style="{{character-border}}" | ||
|- | |- | ||
! style="{{ | ! style="{{character-th-bg-color}}" | table header cell | ||
! style="{{ | ! style="{{character-th-bg-color}}" | text | ||
! style="{{ | ! style="{{character-th-bg-color}}" | [[fox]] | ||
! style="{{ | ! style="{{character-th-bg-color}}" | table header cell | ||
! style="{{character-th-bg-color}}" | text | |||
! style="{{character-th-bg-color}}" | [[link]] | |||
|- | |- | ||
| style="{{ | | style="{{character-td-bg-color}}" | table header cell | ||
| style="{{ | | style="{{character-td-bg-color}}" | text | ||
| style="{{ | | style="{{character-td-bg-color}}" | [[fox]] | ||
| style="{{ | | style="{{character-td-bg-color}}" | table header cell | ||
| style="{{character-td-bg-color}}" | text | |||
| style="{{character-td-bg-color}}" | [[link]] | |||
|- | |- | ||
|} | |} | ||
Line 37: | Line 42: | ||
comes out as | comes out as | ||
<div style="{{ | <div style="{{character-bg-color}}"> | ||
Text above table | Text above table. [[Link]]. [[Fox]]. | ||
{| style="{{ | {| style="{{character-border}}" | ||
|- | |- | ||
! style="{{ | ! style="{{character-th-bg-color}}" | table header cell | ||
! style="{{ | ! style="{{character-th-bg-color}}" | text | ||
! style="{{ | ! style="{{character-th-bg-color}}" | [[link]] | ||
| style="{{ | | style="{{character-th-bg-color}}" | table header cell | ||
| style="{{ | | style="{{character-th-bg-color}}" | text | ||
| style="{{ | | style="{{character-th-bg-color}}" | [[link]] | ||
|- | |- | ||
| style="{{ | | style="{{character-td-bg-color}}" | table header cell | ||
| style="{{ | | style="{{character-td-bg-color}}" | text | ||
| style="{{ | | style="{{character-td-bg-color}}" | [[link]] | ||
! style="{{ | ! style="{{character-td-bg-color}}" | table header cell | ||
! style="{{ | ! style="{{character-td-bg-color}}" | text | ||
! style="{{ | ! style="{{character-td-bg-color}}" | [[link]] | ||
|- | |- | ||
|} | |} | ||
Line 68: | Line 73: | ||
<pre> | <pre> | ||
<div class="color4" style="{{game-bg-color}}"> | <div class="color4" style="{{game-bg-color}}"> | ||
Text above table | Text above table. [[Link]]. [[Fox]]. | ||
{| style="{{game-border}}" | {| style="{{game-border}}" | ||
|- | |- | ||
Line 87: | Line 92: | ||
comes out as | comes out as | ||
<div class=" | <div class="color5" style="{{character-bg-color}}"> | ||
Text above table | Text above table. [[Link]]. [[Fox]]. | ||
{| style="{{ | {| style="{{character-border}}" | ||
|- | |- | ||
! style="{{ | ! style="{{character-th-bg-color}}" | table header cell | ||
! style="{{ | ! style="{{character-th-bg-color}}" | text | ||
! style="{{ | ! style="{{character-th-bg-color}}" | [[fox]] | ||
| style="{{ | | style="{{character-th-bg-color}}" | table header cell | ||
| style="{{ | | style="{{character-th-bg-color}}" | text | ||
| style="{{ | | style="{{character-th-bg-color}}" | [[link]] | ||
|- | |- | ||
| style="{{ | | style="{{character-td-bg-color}}" | table header cell | ||
| style="{{ | | style="{{character-td-bg-color}}" | text | ||
| style="{{ | | style="{{character-td-bg-color}}" | [[fox]] | ||
! style="{{ | ! style="{{character-td-bg-color}}" | table header cell | ||
! style="{{ | ! style="{{character-td-bg-color}}" | text | ||
! style="{{ | ! style="{{character-td-bg-color}}" | [[link]] | ||
|- | |- | ||
|} | |} |