Template:Infobox film: Difference between revisions

From BoyWiki
No edit summary
No edit summary
Line 1: Line 1:
{| class="infobox" style="font-size:89%; width:300px;"
<div style="width:300px; padding:0; float:right; border:1px solid #69F; margin:10px; position:static;">
|-
  <div align="center" style="background-color:#D6C5FC; margin:0px; padding:1px;">
! class="color1" colspan="2" style="font-size:120%; padding:1em; color:Black; background:#cedff2;" | {{{name|{{PAGENAME}}}}}
'''{{FULLPAGENAME}}'''
|- style="text-align:center;"
  </div>
| colspan="2" style="padding:0.5em;" | [[{{{image|Image:White-blank-header.jpg}}}|{{{imagewidth|250}}}px]]<br/>''{{{caption| }}}''
<div style="padding:3px; background-color:#F0E7FE;">
 
[[File:{{{Image}}}|225px|center]]
|-
<div style="border-top:1px solid #D6C5FC;"></div>
| bgcolor="#ffdead" | '''Year Released:''' || bgcolor="white" | {{{yearReleased}}}
<table border="0">
|-
<tr align="left" valign="top"><th>Caption</th><td>{{{Caption}}}</td></tr>
| bgcolor="#efefef" | '''MPAA Rating (USA):''' || bgcolor="white" | {{{mpaaRating}}}
<tr align="left" valign="top"><th>Director by</th><td>{{{Director by}}}</td></tr>
|-
<tr align="left" valign="top"><th>Producer by</th><td>{{{Producer by}}}</td></tr>
| bgcolor="#ffdead" | '''Director:''' || bgcolor="white" | {{{director}}}
<tr align="left" valign="middle"><th>Writer by</th><td>{{{Writer by}}}</td></tr>
|-
<tr align="left" valign="top"><th>Starring</th><td>{{{Starring}}}</td></tr>
| bgcolor="#efefef" valign="top" | '''Starring:''' || bgcolor="white" | {{{stars}}}
<tr align="left" valign="top"><th>Release date</th><td>{{{Release date}}}</td></tr>
|}
<tr align="left" valign="top"><th>Runtime</th><td>{{{Runtime}}}</td></tr>
<tr align="left" valign="top"><th>Country</th><td>{{{Country}}}</td></tr>
<tr align="left" valign="top"><th>Language</th><td>{{{Language}}}</td></tr>
</table>
  </div>
</div>
</div>


<noinclude> {{documentation}}
<noinclude> {{documentation}}

Revision as of 21:42, 6 December 2021

Template:Infobox film

[[File:{{{Image}}}|225px|center]]

Caption{{{Caption}}}
Director by{{{Director by}}}
Producer by{{{Producer by}}}
Writer by{{{Writer by}}}
Starring{{{Starring}}}
Release date{{{Release date}}}
Runtime{{{Runtime}}}
Country{{{Country}}}
Language{{{Language}}}


BoyWiki Template documentation (for the above template, sometimes hidden or invisible)

Here is an example on how to include this template:

{{Infobox film
| name         =  
| image        = 
| imagewidth   =  [defaults to 250]
| caption      = 
| yearReleased =
|mpaaRating    =
|director      =
|stars         = <br>

}}
  • Add the code <br> after every star's name in order to break the line. Don't break the line in your edit box (in the wikitext): this will make a paragraph in the rendered text.


Example

{{Infobox film
| name         =  En tu ausencia
| image        = Image:En tu ausencia.jpg
| imagewidth   = 300
| caption      = En tu ausencia
| yearReleased =2008
|mpaaRating    =NR
|director      =Ivan Noel
|stars         =Gonzalo Sánchez Salas<br>
Francisco Alfonsin
}}

Produces:

Template:Infobox film

[[File:{{{Image}}}|225px|center]]

Caption{{{Caption}}}
Director by{{{Director by}}}
Producer by{{{Producer by}}}
Writer by{{{Writer by}}}
Starring{{{Starring}}}
Release date{{{Release date}}}
Runtime{{{Runtime}}}
Country{{{Country}}}
Language{{{Language}}}



Visit Template:Infobox film/doc to edit this template's description!
Done making changes?   Refresh   Also see:  Portal:Template index  and   Help:Templates