Difference between revisions of "Template:FakeBlog"

From LGPedia
Jump to: navigation, search
(Ported over prev/next b+c)
(bah, fuck catching the error.)
Line 82: Line 82:
 
| {{#if: {{{Next|}}} | "[[{{{Next}}}]]" | none}}{{#if: {{{PreviousB|}}} | <br>
 
| {{#if: {{{Next|}}} | "[[{{{Next}}}]]" | none}}{{#if: {{{PreviousB|}}} | <br>
 
{{!}}- valign=top
 
{{!}}- valign=top
! Previous by {{{blogger}}}
+
! Previous by {{{plainblogger|{{{blogger}}}}}}
 
{{!}} "[[{{{PreviousB}}}]]" |}}{{#if: {{{NextB|}}} | <br>
 
{{!}} "[[{{{PreviousB}}}]]" |}}{{#if: {{{NextB|}}} | <br>
 
{{!}}- valign=top
 
{{!}}- valign=top
! Next by {{{blogger}}}
+
! Next by {{{plainblogger|{{{blogger}}}}}}
 
{{!}} "[[{{{NextB}}}]]" |}}{{#if: {{{PreviousC|}}} | <br>
 
{{!}} "[[{{{NextB}}}]]" |}}{{#if: {{{PreviousC|}}} | <br>
 
{{!}}- valign=top
 
{{!}}- valign=top
Line 146: Line 146:
 
| borderstyle = <!-- This takes a full CSS border statement, like "Black 1px solid" -->
 
| borderstyle = <!-- This takes a full CSS border statement, like "Black 1px solid" -->
 
| prefix = <!-- This replaces "Episode" at the very top -->
 
| prefix = <!-- This replaces "Episode" at the very top -->
 +
| plainblogger = <!-- If your blogger= call includes markup, set it without markup here -->
 
}}</pre>
 
}}</pre>
 
[[Category:Video templates]]</noinclude>
 
[[Category:Video templates]]</noinclude>

Revision as of 21:39, 15 August 2007

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

Image not available.
Please add one.

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


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 =

| cast = 
{{FakeVidChar|Character name|Actor/ess name}} <!-- both names can be turned into links manually -->

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

<!-- These are for "Previous by [blogger]" and "Next by [blogger]".
     Leave blank if the next/previous blog was by the same blogger. -->
| PreviousB   = 
| NextB       = 

<!-- These are for videos not technically part of the series,
     for example pre-canon videos of characters later becoming canon.
     They create "Directly after ..." and "Directly before ..." rows -->
| PreviousC   = 
| NextC       = 

<!-- customization -->
| bgcolor =
| fontcolor =
| separatorcolor =
| separatortextcolor =
| borderstyle = <!-- This takes a full CSS border statement, like "Black 1px solid" -->
| prefix = <!-- This replaces "Episode" at the very top -->
| plainblogger = <!-- If your blogger= call includes markup, set it without markup here -->
}}