Template:Infobox film: Difference between revisions

Boobpedia - Encyclopedia of big boobs
Jump to navigationJump to search
No edit summary
No edit summary
Line 103: Line 103:
<td>{{{id}}}</td>
<td>{{{id}}}</td>
</tr>}}
</tr>}}
{{#if:{{{manufacturer|}}}{{{manufacturer url|}}}{{{country|}}}|
<tr valign="top">
<td>'''Manufacturer:'''</td>
<td>{{#if:{{{manufacturer url|}}}
|[{{{manufacturer url}}} {{{manufacturer}}}]
|{{{manufacturer}}}}}{{#if:{{{country|}}}
|{{#if:{{{manufacturer|}}}{{{manufacturer url|}}}
|<br>}}{{country|{{{country}}}|nolink=1}}}}</td>
</tr>}}
{{#if:{{{designer|}}}|
<tr valign="top">
<td>'''Designer:'''</td>
<td>{{{designer}}}</td>
</tr>}}
{{#if:{{{product code|}}}|
<tr valign="top">
<td>'''Product&nbsp;code:'''</td>
<td>{{{product code}}}</td>
</tr>}}
{{#if:{{{produced from|}}}{{{produced until|}}}|
<tr valign="top">
<td>'''Produced:'''</td>
<td>{{#if:{{{produced from|}}}
|{{#if:{{{produced until|}}}
|{{{produced from}}}-{{{produced until}}}
|{{{produced from}}}-present}}
|{{#if:{{{produced until|}}}
|{{#ifeq:{{ucfirst:{{{produced until}}}}}|Discontinued
|Discontinued
|until {{{produced until}}}}}}}
</td>
</tr>}}
}}


<!-- Empty <tr> to prevent <p>s on output page -->
<!-- Empty <tr> to prevent <p>s on output page -->
Line 143: Line 109:
{{#if:{{{worn by|}}}|
{{#if:{{{worn by|}}}|
<tr>
<tr>
<td colspan="2" style="background:#cfc; text-align:center">'''Known wearers'''</td>
<td colspan="2" style="background:#cfc; text-align:center">'''Websites and databases'''</td>
</tr>}}
</tr>}}
{{#if:{{{worn by|}}}|
{{#if:{{{worn by|}}}|

Revision as of 05:32, 31 July 2008

[edit] Template documentation
This template can be used to add an infobox to articles about films. It is, however, recommended that you first see Boobpedia:New film if you want to write an article about a film.

Usage

{{infobox film
|              name = <!-- film title -->
|           article = <!-- name of the corresponding article -->
|             image = <!-- Example.jpg (no [[Image:]], no width, just the pure image name!) -->
|        image size = <!-- only if width of original smaller than 240px -->

|              type = <!-- film, television film, video, television series, video series, episode -->
|          ofseries = <!-- (only if type=episode) -->
|             color = <!-- yes, no, color, b/w, black and white (whatever) -->
|    original title = <!-- (for titles with foreign letters like Japanese, Russian) -->
|   transliteration = <!-- (the original title in Latin letters) -->
|  alternate titles = 
|           country = 
|          country2 =  
|          country3 =  
|          released = <!-- [[April 2]], [[1975]] -->
| main release year = <!-- [[1975]] -->
|           runtime = <!-- minutes -->
|          language = 
|            budget = 
|           company = 
|                id = 

|          director = 
|              host = 
|          starring = <!-- Separate names with <br>, please -->
|          producer = 
|            writer = 
|             music = 
|    cinematography = 
|           editing = 

|           website = 
|              imdb = 
|              iafd = <!-- whole link with http://! -->
|              afdb = 
|             egafd = 
|             bgafd = 
|              jmdb = <!-- whole link with http://! -->

|             notes = <!-- (will only be displayed in filmography entries) -->
}}

See also