Jump to content

Help:Using templates

From Cinewiki by Nepal Film Hub

🧩 Help:Using Templates

This guide explains how to use CineWiki’s custom templates to format film pages, actor profiles, and editorial layouts.

🎬 FilmCard

Use FilmCard to showcase a film with poster, genre, and synopsis.

{{FilmCard
 | title = Balidan (2025)
 | image = Balidan2025Poster.jpg
 | year = 2025
 | genre = Political-action drama
 | synopsis = A story of sacrifice, resistance, and legacy.
 | link = Balidan (2025 film)
}}

πŸ§‘β€πŸŽ€ PersonCard

Use PersonCard to highlight actors, directors, or producers.

{{PersonCard
 | name = Reecha Sharma
 | image = ReechaSharma.jpg
 | role = Actress
 | bio = Known for her powerful performances in political and social dramas.
 | works = [[Balidan (2025 film)]], [[Karma (2024 film)]]
 | link = Reecha Sharma
}}

πŸ“¦ Infoboxes

Use Infobox film or Infobox person for structured metadata.

Infobox film

{{Infobox film
 | name = Karma
 | image = Karma2025Poster.jpg
 | caption = Official poster
 | director = Saurav Chaudhary
 | producer = OSR Digital
 | starring = Bipin Karki, Upasana Singh Thakuri
 | runtime = TBA
 | country = Nepal
 | language = Nepali
}}

Infobox person

{{Infobox person
 | name = Bipin Karki
 | image = BipinKarki.jpg
 | birth_date = August 21, 1982
 | birth_place = Bahuni, Morang, Nepal
 | occupation = Actor
 | years_active = 2012–present
 | notable_works = Pashupati Prasad, Jatra, Karma (2025)
 | awards = National Film Awards
}}

🧱 Layout Tips

  • Use == Headings == to organize sections (Plot, Cast, Production)
  • Use bullet lists for cast and crew
  • Use <div> blocks for custom styling
  • Use <pre> for code-style formatting
  • Add categories at the bottom:
[[Category:2025 films]]
[[Category:Nepali actors]]

🧠 Template Library