Difference between revisions of "Template:Vid"

From LGPedia
Jump to: navigation, search
m (bah, switched the if and else part -_-)
m (missing a break. otherwise working fine. Shows no difference on the main page outdated (as expected), updating main page templates now.)
Line 6: Line 6:
 
}}
 
}}
 
<br>
 
<br>
<span style="font-size: 85%">{{#if: {{{faction|}}} |'''Faction:''' {{{faction}}}|}}{{#if: {{{status|}}} | &nbsp;&nbsp;&ndash;&nbsp;&nbsp;'''Status:''' {{{status}}} |}}</span>
+
<span style="font-size: 85%">{{#if: {{{faction|}}} |'''Faction:''' {{{faction}}}|}}{{#if: {{{status|}}} | &nbsp;&nbsp;&ndash;&nbsp;&nbsp;'''Status:''' {{{status}}} <br>|}}</span>
 
<small>{{#if: {{{url|}}} | watch at {{{url}}}|}} {{#if: {{{forumurl|}}} | ''or'' [{{{forumurl}}} discuss at forum]|}}</small>{{#if: {{{new|}}} | <br clear="all"/> |}}</includeonly>
 
<small>{{#if: {{{url|}}} | watch at {{{url}}}|}} {{#if: {{{forumurl|}}} | ''or'' [{{{forumurl}}} discuss at forum]|}}</small>{{#if: {{{new|}}} | <br clear="all"/> |}}</includeonly>
 
<noinclude>This is the template used on the [[Main Page]] to display the videos in the "Latest Developments" column. Follow the advice in that page's source to correctly update it.
 
<noinclude>This is the template used on the [[Main Page]] to display the videos in the "Latest Developments" column. Follow the advice in that page's source to correctly update it.

Revision as of 01:48, 10 April 2007

This is the template used on the Main Page to display the videos in the "Latest Developments" column. Follow the advice in that page's source to correctly update it.

Usage

{{Vid
|date         =
|name         =
|blogger      =
|image        =
|description  = 
|url          =
|forumurl     = 
|faction      =
|status       =
}}

Optionally, if this is the latest video in the series, you can add

|new=yes

after the status line.