Difference between revisions of "Template:Vid"

From LGPedia
Jump to: navigation, search
m (missing a break. otherwise working fine. Shows no difference on the main page outdated (as expected), updating main page templates now.)
(right?)
Line 1: Line 1:
<includeonly>{{#if: {{{new|}}}  
+
<includeonly>{{#ifeq: {{{new}}} | yes
 
| {{#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}}} |}}

Revision as of 06:11, 11 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.