Template:Infobox Film: Difference between revisions

From Marvel Cinematic Universe Wiki
Content deleted Content added
No edit summary
No edit summary
Line 175: Line 175:
}}
}}
{{Infobox/Table end}}
{{Infobox/Table end}}
{{Infobox/Navigator
{{Infobox/Title block
| prev = {{{previous|}}}
| class =
| next = {{{next|}}}
| border =
| background =
| prev text = {{{previous text|}}}
| next text = {{{next text|}}}
| color =
| text = {{#if: {{{series|}}} | [[{{series abv|series={{{series|}}} }} list of episodes|Episode chronology]] | Episode chronology }}
| class =
| if = {{{prev|}}}{{{next|}}}{{{rprev|}}}{{{rnext|}}}
| border-color =
}}
| border-width =
{{Infobox/Succession
| {{#if: {{{rprev|}}} | {{{rprev|}}} | {{#if: {{{prev|}}} | {{ep|{{{prev|}}} }} }} }}
|
| {{#if: {{{rnext|}}} | {{{rnext|}}} | {{#if: {{{next|}}} | {{ep|{{{next|}}} }} }} }}
}}
{{Infobox/Title block
| class =
| border =
| background =
| color =
| text = [[MCU]] timeline
| if = {{{mcuprev|}}}{{{mcunext|}}}{{{rmcuprev|}}}{{{rmcunext|}}}
}}
{{Infobox/Succession
| {{#if: {{{rmcuprev|}}} | {{{rmcuprev|}}} | {{#if: {{{mcuprev|}}} | {{ep|{{{mcuprev|}}} }} }} }}
|
| {{#if: {{{rmcunext|}}} | {{{rmcunext|}}} | {{#if: {{{mcunext|}}} | {{ep|{{{mcunext|}}} }} }} }}
}}
}}
{{Infobox/Endbox
{{Infobox/Endbox
Line 195: Line 212:
Retrieving the image name inside the "Infobox image" property
Retrieving the image name inside the "Infobox image" property


-->{{#if: {{{image|}}} | {{#set: infobox image = {{{image}}} }} }}{{#ifeq: {{lc: {{{italic title|}}} }} | no | | {{italic title}} }}</includeonly><noinclude>{{Documentation}}</noinclude>
-->{{#if: {{{image|}}} | {{#set: infobox image = {{{image}}} }} }}{{#ifeq: {{lc: {{{italic title|}}} }} | no | | {{italic title}} }}<!--

Retrieving the director(s) of the movie

-->{{#set: Directing = {{#ask: [[Category:Persons]] [[Director of::{{FULLPAGENAME}}]] | ?Name | format = list | link = none | template = link | sep = ,&#32; }} }}<!--

Retrieving the writer(s) of the movie

-->{{#set: Writing = {{#ask: [[Category:Persons]] [[Writer of::{{FULLPAGENAME}}]] | ?Name | format = list | link = none | template = link | sep = ,&#32; }} }}<!--

Retrieving the story writer(s) of the movie

-->{{#set: Story writing = {{#ask: [[Category:Persons]] [[Story writer of::{{FULLPAGENAME}}]] | ?Name | format = list | link = none | template = link | sep = ,&#32; }} }}<!--

Retrieving the teleplayer(s) of the movie

-->{{#set: Screenplaying = {{#ask: [[Category:Persons]] [[Screenplayer of::{{FULLPAGENAME}}]] | ?Name | format = list | link = none | template = link | sep = ,&#32; }} }}</includeonly><noinclude>{{Documentation}}</noinclude>

Revision as of 16:38, 21 January 2018

Template documentation[view] [edit] [history] [purge]

Usage

Syntax

{{Infobox Film
 | sort            = 
 | nocat           = 
 | spoiler         = 
 | italic title    = <!-- no to deitalicize -->
 | name            = 
 | image           = 
 | caption         = 
 | based on        = 
 | starring        = 
 | music           = 
 | release date    = 
 | running time    = 
 | language        = 
 | mcu phase       = 
 | mcu phase order = 
 | next            = 
 | rnext           = 
 | mcuprev         = 
 | rmcuprev        = 
 | mcunext         = 
 | rmcunext        = 
}}