Offer Templates

From BakaBT Wiki
Jump to navigation Jump to search
Offer Templates (UNDER CONSTRUCTION)
Templates for Uploaders. Feel free to add! ^^

This is a temporary place for users to submit and use torrent templates, which hopefully will help make some lives easier. Please use the following template when submitting new templates:

Submission Template

For template-makers: Create a new subsection for each separate template, labelled with a template name of your choice. Replace text in [square brackets] with the appropriate content (keeping Wiki markup intact, of course). Use [[double square brackets]] to indicate content which should be filled in by template users.
For template-users: Replace text in [[double square brackets]] in the template with the appropriate torrent/offer information.

[Sample Template]


Submitted by: [username]

<html>
<head>
<title></title>
</head>
<body>
<p>Your source code here
</p>
</body>
</html>

Sample template image: Image link

Go to: Offers Page

Anime Templates

Byousoku 5cm (Movie Template)


Submitted by: kureshii

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style type="text/css">
body {
	background-color: #ffffff;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	margin: auto;
}
a {
	color: #593784;
}
p {
	text-align: justify;
}
td {
	vertical-align: top;
}
.title {
	font-family: Cambria, Times New Roman, serif;
	font-size: 183%;
	font-weight: bold;
	text-align: center;
}
.subtitle {
	font-size: 82%;
}
.heading {
	font-family: Cambria, Times New Roman, serif;
	font-size: 117%;
	font-weight: bold;
	text-align: center;
}
.label {
	min-width: 80px;
	font-weight: bold;
}
.text {
	width: 100%;
}
</style>
</head>
<body><br><br>

<table border=0 cellspacing=0 cellpadding=4>
<tr><td colspan="3"><div class="title">[[Movie/OVA Title]]<br>
<div class="subtitle">[ <a href="[[AniDB URL]]">AniDB</a> | <a href="[[AnimeNFO URL]]">AnimeNFO</a> | <a href="[[ANN URL]]">ANN</a> ]<br><br>
</div>
</div>
</td></tr>

<tr><td rowspan="13"><img src="[[Movie Image URL]]"></td></tr>
<tr><td colspan="2" class="heading">MOVIE/OVA INFORMATION</td></tr>
<tr><td class="label">Year:</td><td class="text">[[Year of Release]]</td></tr>
<tr><td class="label">Categories:</td><td class="text">[[Categories/Genres]]</td></tr>
<tr><td class="label">Director:</td><td class="text">[[Movie/OVA Director]]</td></tr>
<tr><td class="label">Production:</td><td class="text">[[Production Information]]</td></tr>

<tr><td colspan="2" class="heading"><br>FILE INFORMATION</td></tr>
<tr><td class="label">Group:</td><td class="text">[[Fansub Group]]</td></tr>
<tr><td class="label">Video:</td><td class="text">[[Video Information]]</td></tr>
<tr><td class="label">Audio:</td><td class="text">[[Audio Information]]</td></tr>
<tr><td class="label">Subtitle:</td><td class="text">[[Subtitle Information]]</td></tr>
<tr><td class="label">Comments:</td><td class="text">[[Comments]]</td></tr>
<tr><td class="label">Related:</td><td class="text">Add related torrents here</td></tr>
</table>
<br>
<br>
<br>
<tr><td colspan="3"><div class="heading">SUMMARY</div>
<p>[[Plot Summary]]</p></td></tr>
<br>
<br>
<br>
<tr><td colspan="3"><div class="heading">SCREENSHOTS</div>
<br>
<img src="[[Screenshot 1 URL]]"><br>
<img src="[[Screenshot 2 URL]]"><br>
<img src="[[Screenshot 3 URL]]"><br></td></tr>
</body>
</html>

Sample template image: Image description

Go to: Offers Page

Byousoku 5cm (Anime Template)


Submitted by: kureshii

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<style type="text/css">
body {
	background-color: #ffffff;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	margin: auto;
}
a {
	color: #593784;
}
p {
	text-align: justify;
}
td {
	vertical-align: top;
}
.title {
	font-family: Cambria, Times New Roman, serif;
	font-size: 183%;
	font-weight: bold;
	text-align: center;
}
.subtitle {
	font-size: 82%;
}
.heading {
	font-family: Cambria, Times New Roman, serif;
	font-size: 117%;
	font-weight: bold;
	text-align: center;
}
.label {
	min-width: 80px;
	font-weight: bold;
}
.text {
	width: 100%;
}
</style>
</head>
<body><br><br>

<table border=0 cellspacing=0 cellpadding=4>
<tr><td colspan="3"><div class="title">[[Anime Title]]<br>
<div class="subtitle">[ <a href="[[AniDB URL]]">AniDB</a> | <a href="[[AnimeNFO URL]]">AnimeNFO</a> | <a href="[[ANN URL]]">ANN</a> ]<br><br>
</div>
</div>
</td></tr>

<tr><td rowspan="14" style="vertical-align:middle;"><img src="[[Anime Image URL]]"></td></tr>
<tr><td colspan="2" class="heading">SERIES INFORMATION</td></tr>
<tr><td class="label">Year:</td><td class="text">[[Year of Release]]</td></tr>
<tr><td class="label">Episodes:</td class="text"><td>[[Number of Episodes]]</td></tr>
<tr><td class="label">Categories:</td><td class="text">[[Categories/Genres]]</td></tr>
<tr><td class="label">Director:</td><td class="text">[[Series Director]]</td></tr>
<tr><td class="label">Production:</td><td class="text">[[Production Information]]</td></tr>

<tr><td colspan="2" class="heading"><br>FILE INFORMATION</td></tr>
<tr><td class="label">Group:</td><td class="text">[[Fansub Group]]</td></tr>
<tr><td class="label">Video:</td><td class="text">[[Video Information]]</td></tr>
<tr><td class="label">Audio:</td><td class="text">[[Audio Information]]</td></tr>
<tr><td class="label">Subtitles:</td><td class="text">[[Subtitle Information]]</td></tr>
<tr><td class="label">Comments:</td><td class="text">[[Comments]]</td></tr>
<tr><td class="label">Related:</td><td class="text">Add related torrents here</td></tr>
</table>
<br>
<br>
<br>
<tr><td colspan="3"><div class="heading">SUMMARY</div>
<p>[[Plot Summary]]</p></td></tr>
<br>
<br>
<br>
<tr><td colspan="3"><div class="heading">SCREENSHOTS</div>
<br>
<img src="[[Screenshot 1 URL]]"><br>
<img src="[[Screenshot 2 URL]]"><br>
<img src="[[Screenshot 3 URL]]"><br></td></tr>
</body>
</html>

Image link: Image link

Go to: Offers Page

Manga Templates

OST Templates