Template:ValoruHeader: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| style=" | {| style="margin: 0; padding: 0; max-width: 100%; background-color: {{{4}}}; border-radius: 20px 0px 0px 0px;" border='0' cellspacing='0' cellpadding='0' | ||
|- | |- | ||
! rowspan="3" style="min-width: 40px; width: 40px; background-color: {{{4}}}; border-radius: 20px 0px 0px 0px;" | | ! rowspan="3" style="min-width: 40px; width: 40px; background-color: {{{4}}}; border-radius: 20px 0px 0px 0px;" | | ||
! style="width: 9000px; background-color: {{{4}}}; color: # | ! style="width: 9000px; background-color: {{{4}}}; color: #fff; font-size: 18pt;" |{{{1}}} | ||
|- style="background-color: #fff;" | |- style="background-color: #fff;" | ||
! align="center" style="background-color: #fff; border-radius: 20px 0px 0px 0px;" |{{{2}}} | ! align="center" style="background-color: #fff; border-radius: 20px 0px 0px 0px;" |{{{2}}} | ||
Line 13: | Line 13: | ||
Will produce the header below: | Will produce the header below: | ||
{| style="margin: 0; padding: 0; max-width: 100%; background-color: gray; border-radius: 20px 0px 0px 0px;" border='0' cellspacing='0' | {| style="margin: 0; padding: 0; max-width: 100%; background-color: gray; border-radius: 20px 0px 0px 0px;" border='0' cellspacing='0' cellpadding='0' | ||
|- | |- | ||
! rowspan="3" style="min-width: 40px; width: 40px; background-color: gray; border-radius: 20px 0px 0px 0px;" | | ! rowspan="3" style="min-width: 40px; width: 40px; background-color: gray; border-radius: 20px 0px 0px 0px;" | | ||
! style="width: 9000px; background-color: {{{4}}}; color: # | ! style="width: 9000px; background-color: {{{4}}}; color: #fff; font-size: 18pt;" |CHAR NAME | ||
|- style="background-color: #fff;" | |- style="background-color: #fff;" | ||
! align="center" style="background-color: #fff; border-radius: 20px 0px 0px 0px;" |LINE ONE | ! align="center" style="background-color: #fff; border-radius: 20px 0px 0px 0px;" |LINE ONE |
Latest revision as of 18:28, 13 July 2015
LCARS Top Intro Header
Using this code:
{{ValoruHeader|CHAR NAME|LINE ONE|LINE TWO|gray}}
Will produce the header below:
CHAR NAME | |
---|---|
LINE ONE | |
LINE TWO |