Need help with template

Any trouble you encounter with the Pedias, here's the place to ask for help.
Post Reply
bnation
Junior Member
Junior Member
Posts: 2
Joined: Sat Jan 25, 2014 9:02 pm

Need help with template

Post by bnation »

I want to export a simple list of my movies, with Titles only, each one linking to the title in the Imdb.

I thought I could figure this out on my own but I guess I'm not that smart. Any help would be appreciated.
User avatar
Conor
Top Dog
Posts: 5335
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: Need help with template

Post by Conor »

The relevant part of the template that would repeat would be as follows:

Code: Select all

<!--BeginRepeat-->[key:title] : http://www.imdb.com/title/tt[key:imdb]
<!--EndRepeat-->
This saved as a .txt file and put in your "Templates" folder will produce a template for exporting a text list. If you are looking for a web page then you would add a bit of HTML:

Code: Select all

<!--BeginRepeat--><a href="http://www.imdb.com/title/tt[key:imdb]"> [key:title] </a>
<!--EndRepeat-->
If you need an HTML template to start from the "White" would be a good one to select in HTML export and use the edit button to create your own version. The main page on the White template is just a listing of movies that could be adapted to have the IMDb link instead of a link to a page with the movie details.
bnation
Junior Member
Junior Member
Posts: 2
Joined: Sat Jan 25, 2014 9:02 pm

Re: Need help with template

Post by bnation »

Thank you. I'll try this.
Post Reply