Difference between revisions of "Template:Vid"
From LGPedia
(Theoretically, this should expand the template with Faction: and Status fields, and render NewVid obsolete) |
(adding date template) |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{# | + | <includeonly><div style="background-color: #{{#ifeq: {{{new}}} | yes |f5f49d|{{ #if: {{#ifeq: {{#ifexpr: {{{number}}} | true}} | true | {{{number|}}} |}}|{{ #ifexpr: ({{{number}}} mod 2) != 0 | e0e0e0 | e8e8e8 }}|dcd1e8}}}}; clear: both; position: relative; top: 0px; left: 0px; border-style: solid; border-width: 2px; border-color: #{{#ifeq: {{{new}}} | yes |dbda8c|{{ #if: {{#ifeq: {{#ifexpr: {{{number}}} | true}} | true | {{{number|}}} |}}|{{ #ifexpr: ({{{number}}} mod 2) != 0 | c7c7c7 | cfcfcf }}|c4bacf}}}}; padding: 2px; zoom: 1; margin-top: 1.6em;"> |
− | + | {{#if: {{{date|}}} | <div style="position: absolute; top: -1.6em; right: 0px;">'''{{date|{{{date}}}}}'''</div> |}} | |
− | {{#if: {{{ | + | <div style="z-index: 2;">{{#ifeq: {{{new}}} | yes |<div style="float: left;">'''NEW:''' </div>|{{#if: {{{number|}}} |<div style="float: left;">'''{{{number}}}.''' </div>|}}}} {{#if: {{{blogger|}}} |<div style="float: right;">{{init|{{{blogger}}}}}</div>|}}'''{{ #ifexist: {{{name}}} | [[{{{name}}}]] | {{{name}}} }}'''</div> |
− | + | <div style="clear: both;">{{#if: {{{image|}}} | [[Image:{{{image}}}|right|100px]]|}}{{#if: {{{description|}}} | {{{description}}}{{clr}}<span style="font-size: x-small;">{{#if: {{{url|}}} | Watch at {{{url}}}|}} {{#if: {{{forumurl|}}} | ''or'' [{{{forumurl}}} discuss at forum]|}}</span> |}}</div> | |
− | + | </div></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. | + | |
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
Line 14: | Line 9: | ||
|date = | |date = | ||
|name = | |name = | ||
+ | |number = | ||
|blogger = | |blogger = | ||
|image = | |image = | ||
Line 19: | Line 15: | ||
|url = | |url = | ||
|forumurl = | |forumurl = | ||
− | |||
− | |||
}} | }} | ||
</pre> | </pre> |
Latest revision as of 06:02, 14 March 2008
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 = |number = |blogger = |image = |description = |url = |forumurl = }}
Optionally, if this is the latest video in the series, you can add
|new=yes
after the status line.