Template:Infobox film/doc: Difference between revisions
From BoyWiki
New page: <noinclude>{{Documentation subpage}}</noinclude> Here is an example on how to include this template: <pre> {{Infobox film | name = En tu ausencia | image = Image:En tu aus... |
No edit summary Tag: Manual revert |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Documentation subpage}}</noinclude> | <noinclude>{{Documentation subpage}}</noinclude> | ||
{{box1 start}} | |||
Here is an example on how to include this template: | Here is an example on how to include this template: | ||
<pre> | |||
{{Infobox film | |||
| name = | |||
| image = | |||
| imagewidth = [defaults to 250] | |||
| caption = | |||
| yearReleased = | |||
|mpaaRating = | |||
|director = | |||
|stars = <br> | |||
}} | |||
</pre> | |||
*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. | |||
<BR> | |||
==Example== | |||
<pre> | <pre> | ||
{{Infobox film | {{Infobox film | ||
| name = En tu ausencia | | name = En tu ausencia | ||
| image = Image:En tu ausencia.jpg | | image = Image:En tu ausencia.jpg | ||
| imagewidth = | | imagewidth = 300 | ||
| caption = En tu ausencia | | caption = En tu ausencia | ||
| yearReleased=2008 | | yearReleased =2008 | ||
|mpaaRating=NR | |mpaaRating =NR | ||
|director=Ivan Noel | |director =Ivan Noel | ||
|stars=Gonzalo Sánchez Salas<br> | |stars =Gonzalo Sánchez Salas<br> | ||
Francisco Alfonsin | Francisco Alfonsin | ||
}} | }} | ||
</pre> | </pre> | ||
===Produces:=== | |||
{{Infobox film | {{Infobox film | ||
| name = En tu ausencia | | name = En tu ausencia | ||
| image = Image:En tu ausencia.jpg | | image = Image:En tu ausencia.jpg | ||
| imagewidth = | | imagewidth = 300 | ||
| caption = En tu ausencia | | caption = En tu ausencia | ||
| yearReleased=2008 | | yearReleased =2008 | ||
|mpaaRating=NR | |mpaaRating =NR | ||
|director=Ivan Noel | |director =Ivan Noel | ||
|stars=Gonzalo Sánchez Salas<br> | |stars =Gonzalo Sánchez Salas<br> | ||
Francisco Alfonsin | Francisco Alfonsin | ||
}} | }} | ||
{{boxes end}} | |||
<Br> |
Latest revision as of 00:59, 7 December 2021