Template:ValoruHeader: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|- style="background-color: #fff;" | |- style="background-color: #fff;" | ||
! align="center" style="background-color: #fff;" |{{{3}}} | ! align="center" style="background-color: #fff;" |{{{3}}} | ||
|}</includeonly> | |}</includeonly><noinclude>__NOTOC__ | ||
=LCARS Top Intro Header= | |||
Using this code: <pre>{{ValoruHeader|CHAR NAME|LINE ONE|LINE TWO|gray}}</pre> | |||
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' | |||
|- | |||
! rowspan="3" style="min-width: 40px; width: 40px; background-color: gray; border-radius: 20px 0px 0px 0px;" | | |||
! style="width: 9000px; background-color: {{{4}}}; color: #000; font-size: 18pt;" |CHAR NAME | |||
|- style="background-color: #fff;" | |||
! align="center" style="background-color: #fff; border-radius: 20px 0px 0px 0px;" |LINE ONE | |||
|- style="background-color: #fff;" | |||
! align="center" style="background-color: #fff;" |LINE TWO | |||
|} | |||
[[Category:Templates]] | |||
</noinclude> |
Revision as of 22:12, 11 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 |