Difference between revisions 551326 and 551327 on mediawikiwiki

<noinclude>
{| class="wikitable plainlinks"
! Title
! Author
! Date
! Link
|-
! colspan="4"| (section)
</noinclude>
|-
| [{{{main-link|}}} {{{title}}}]
| {{{author}}}
| {{{date}}}
| {{#if: {{{other-links|}}} | | [{{{main-link|}}} }} {{#switch: {{{type|article}}} |video = watch it |#default = read it }}{{#if: {{{other-links|}}} | <nowiki/>: {{{other-links}}} |]}}

<noinclude>
|}
== Usage ==
On [[{{BASEPAGENAME}}]]:
;title: Main Title of the Entry
;author: Name of Author
;date: Publication date (YYYY-MM-DD)
;main-link: Valid url
;type: <code>video</code> or <code>article</code>
;other-links: (optional) additional links (including the main link)
<pre>
{{/entry
|title = 
|author = 
|date = 
|main-link = 
|type = article
}}
</noinclude>