diff --git a/WikipediaTemplate.md b/WikipediaTemplate.md new file mode 100644 index 0000000..9526d22 --- /dev/null +++ b/WikipediaTemplate.md @@ -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}} + +``` \ No newline at end of file