Difference between revisions of "Template:FakeBlog"

From LGPedia
Jump to: navigation, search
(removing bordercolor, adding borderstyle - this breaks backwards compatibility, but is only used on lonelygirl362436 so far.)
(Added prefix-option, since the fanblogs all insist on custom ones -_-)
Line 1: Line 1:
 
{| class="infobox" align="right" style="border:{{{borderstyle|#000000 1px solid}}};margin-left:2em;margin-bottom:2em;width: 21em; text-align: left; font-size: 90%;background: {{{bgcolor|#ffffff}}}; color: {{{fontcolor|#000000}}};" cellspacing="2"
 
{| class="infobox" align="right" style="border:{{{borderstyle|#000000 1px solid}}};margin-left:2em;margin-bottom:2em;width: 21em; text-align: left; font-size: 90%;background: {{{bgcolor|#ffffff}}}; color: {{{fontcolor|#000000}}};" cellspacing="2"
|+ style="margin-left:1em;" | '''Episode {{{number}}}'''
+
|+ style="margin-left:1em;" | '''{{{prefix|Episode}}} {{{number}}}'''
 
|-
 
|-
 
| style="background: {{{separatorcolor|#C4C4C4}}}; font-size: 110%;" align="center" colspan="2" | '''{{{name}}}'''
 
| style="background: {{{separatorcolor|#C4C4C4}}}; font-size: 110%;" align="center" colspan="2" | '''{{{name}}}'''
Line 124: Line 124:
 
| fontcolor =
 
| fontcolor =
 
| separatorcolor =
 
| separatorcolor =
| borderstyle =  
+
| borderstyle = <!-- This takes a full CSS border statement, like "Black 1px solid" -->
 +
| prefix = <!-- This replaces "Episode" at the very top -->
 
}}</pre>
 
}}</pre>
 
[[Category:Video templates]]</noinclude>
 
[[Category:Video templates]]</noinclude>

Revision as of 22:58, 29 July 2007

Episode {{{number}}}
{{{name}}}

Image not available.
Please add one.

Blogger [[{{{blogger}}}]]
Date Posted {{{date}}}
URL {{{url}}}
Description {{{description}}}
YouTube Tags {{{tags}}}
Production Credits





Cast




Adjacent Blogs
Previous none
Next none

Usage

This template should be included at the top of pages that want to have the look of an LG15 video page, but are not LG15 video pages. I'm planning on tweaking this design for more of a custom look, so look out for a new version.

{{FakeBlog
| name        =
| number      =
| image       = 
| caption     =
| blogger     = 
| date        = 
| url         = 
| description = 
| tags        = 

<!-- Leave production credits 
     blank if there is no information. Do not specify "none". -->
| execprod =
| producers =
| directors = 
| camera =
| vidplay =
| story =
| editor =
| song =

<!-- List cast in reverse order of desired display order.
     List first character last. Template supports up to six characters -->
| character1 =
| actor1 =
<!-- ...and so on... -->
| character6 =
| actor6 =

| Previous = <!-- Leave blank after =
                    if there is no previous blog. -->
| Next = <!-- Leave blank after =
                    if there is no next blog. -->

<!-- customization -->
| bgcolor =
| fontcolor =
| separatorcolor =
| borderstyle = <!-- This takes a full CSS border statement, like "Black 1px solid" -->
| prefix = <!-- This replaces "Episode" at the very top -->
}}