cleanup

j 2023-07-02 13:11:19 +05:30
parent 59b90e811e
commit b8549c9467
1 changed files with 45 additions and 0 deletions

45
WikipediaTemplate.md Normal file

@ -0,0 +1,45 @@
At some point pandora should provide a wikipedia template for movies if they are not in wikipedia, it could look like this:
```
{{Infobox Film
|name = $title
|image =
|image_size =
|caption =
|director = [[$director]]
|producer = [[$producer]]
|writer = [[$writer]]
|narrator =
|starring =
|music =
|cinematography = [[$cinematography]]
|editing = [[$editing]]
|distributor =
|released = $releasedate
|runtime = $runtime min.
|country = $country
|language = $language
|budget = $budget
|gross = $gross
|followed_by =
}}
'''''$title''''' is a {{fy|$year}} [[$genre film|$genre]] directed by $director and starring $actors.
==Plot==
$plot
==Cast and characters==
$cast
==External links==
* {{imdb title|$imdb_id|$title}}
* {{Amg movie|$amg_id|$title}}
* {{rotten-tomatoes|id=$rottentomatoes_id|title=$title}}
{{DEFAULTSORT:$sort_title}}
```