Template:Infobox film/doc

From BoyWiki


Here is an example on how to include this template:

{{Infobox film
|Film_name =
|Image =
|Caption =
|Director by =
|Producer by =
|Writer by =
|Starring =
|Release date =
|Runtime =
|Country =
|Language =
}}
  • 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:

Infobox film/doc

Year Released: {{{yearReleased}}}
MPAA Rating (USA): {{{mpaaRating}}}
Director: {{{director}}}
Starring: {{{stars}}}