Difference between revisions of "Template:Vid"

From LGPedia
Jump to: navigation, search
(Theoretically, this should expand the template with Faction: and Status fields, and render NewVid obsolete)
m (bah, switched the if and else part -_-)
Line 1: Line 1:
 
<includeonly>{{#if: {{{new|}}}  
 
<includeonly>{{#if: {{{new|}}}  
| {{#if: {{{date|}}} | '''{{{date}}}'''<br> |}}{{#if: {{{image|}}} | [[Image:{{{image}}}|right|100px]]|}}
 
{{#if: {{{blogger|}}} | {{init|{{{blogger}}}}} &mdash;&nbsp;|}}'''[[{{{name}}}]]''' {{#if: {{{description|}}} | &mdash; {{{description}}} |}}
 
 
| {{#if: {{{image|}}} | [[Image:{{{image}}}|right|100px]]|}}
 
| {{#if: {{{image|}}} | [[Image:{{{image}}}|right|100px]]|}}
 
'''Newest video:''' '''[[{{{name}}}]]''' {{#if: {{{blogger|}}} |({{init|{{{blogger}}}}})|}} {{#if: {{{description|}}} | &mdash; {{{description}}} |}}
 
'''Newest video:''' '''[[{{{name}}}]]''' {{#if: {{{blogger|}}} |({{init|{{{blogger}}}}})|}} {{#if: {{{description|}}} | &mdash; {{{description}}} |}}
 +
| {{#if: {{{date|}}} | '''{{{date}}}'''<br> |}}{{#if: {{{image|}}} | [[Image:{{{image}}}|right|100px]]|}}
 +
{{#if: {{{blogger|}}} | {{init|{{{blogger}}}}} &mdash;&nbsp;|}}'''[[{{{name}}}]]''' {{#if: {{{description|}}} | &mdash; {{{description}}} |}}
 
}}
 
}}
 
<br>
 
<br>

Revision as of 01:41, 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.