Line 17: | Line 17: | ||
</noinclude>{{#ifeq:{{#this:depth}}|1| | </noinclude>{{#ifeq:{{#this:depth}}|1| | ||
<table class="photobox"> | <table class="photobox"> | ||
+ | |||
{{photoboxRow | {{photoboxRow | ||
| label = Description | | label = Description | ||
Line 23: | Line 24: | ||
| type = text | | type = text | ||
}} | }} | ||
+ | |||
+ | {{#if:{{{title|}}} | ||
+ | |{{photoboxRow | ||
+ | | label = Title | ||
+ | | name = title | ||
+ | | value = {{{title}}} | ||
+ | | type = text | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | {{#if:{{{imdb|}}} | ||
+ | |{{photoboxRow | ||
+ | | label = Film info | ||
+ | | name = imdb | ||
+ | | value = {{{imdb}}} | ||
+ | | type = link | ||
+ | }} | ||
+ | }} | ||
+ | |||
{{#if:{{{subject|}}} | {{#if:{{{subject|}}} | ||
|{{photoboxRow | |{{photoboxRow | ||
Line 31: | Line 51: | ||
}} | }} | ||
}} | }} | ||
− | {{#if:{{{ | + | |
+ | {{#if:{{{subject 2|}}} | ||
|{{photoboxRow | |{{photoboxRow | ||
− | | label = | + | | label = Subject 2 |
− | | name = | + | | name = subject |
− | | value = {{{ | + | | value = {{{subject 2}}} |
− | | type = | + | | type = link |
}} | }} | ||
}} | }} | ||
− | {{#if:{{{ | + | |
+ | {{#if:{{{subject 3|}}} | ||
|{{photoboxRow | |{{photoboxRow | ||
− | | label = | + | | label = Subject 3 |
− | | name = | + | | name = subject |
− | | value = {{{ | + | | value = {{{subject 3}}} |
− | | type = | + | | type = link |
}} | }} | ||
}} | }} | ||
+ | |||
{{#if:{{{artist|}}} | {{#if:{{{artist|}}} | ||
|{{photoboxRow | |{{photoboxRow | ||
− | | label = | + | | label = Director |
| name = artist | | name = artist | ||
| value = {{{artist}}} | | value = {{{artist}}} | ||
+ | | type = text | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | {{#if:{{{production company|}}} | ||
+ | |{{photoboxRow | ||
+ | | label = Production company | ||
+ | | name = production company | ||
+ | | value = {{{production company}}} | ||
| type = link | | type = link | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | |||
+ | {{#if:{{{date|}}} | ||
+ | |{{photoboxRow | ||
+ | | label = Date | ||
+ | | name = date | ||
+ | | value = {{{date}}} | ||
+ | | type = text | ||
+ | }} | ||
+ | }} | ||
+ | |||
{{#if:{{{related article|}}} | {{#if:{{{related article|}}} | ||
|{{photoboxRow | |{{photoboxRow | ||
Line 63: | Line 106: | ||
}} | }} | ||
}} | }} | ||
− | {{#if:{{{ | + | |
+ | {{#if:{{{related article 2|}}} | ||
{{photoboxRow | {{photoboxRow | ||
− | | label = | + | | label = Related article 2 |
− | | name = | + | | name = related article |
− | | value = {{{ | + | | value = {{{related article 2}}} |
| type = link | | type = link | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | {{#if:{{{identifier|}}} | ||
+ | |{{photoboxRow | ||
+ | | label = Identifier | ||
+ | | name = identifier | ||
+ | | value = {{{identifier}}} | ||
+ | | type = text | ||
+ | }} | ||
+ | }} | ||
+ | |||
{{photoboxRow | {{photoboxRow | ||
| label = Source | | label = Source | ||
Line 77: | Line 131: | ||
| type = link | | type = link | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
+ | |||
</table> | </table> | ||
}} | }} | ||
{{C}} | {{C}} | ||
[[Category:Films]] | [[Category:Films]] |
Revision as of 09:13, 20 October 2011
{{Film |description= |title= |imdb= |subject= |subject 2= |subject 3= |director= |production company= |date= |related article= |identifier= |source= }}
}}