Offer Templates: Difference between revisions

From BakaBT Wiki
Jump to navigation Jump to search
Line 40: Line 40:


===Anime Templates===
===Anime Templates===
====[Byousoku 5cm]====
----
Submitted by: [username]
<pre>
<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: 12px
text-align: justify;
margin: auto;
width: 800px; }
a { color: #0044a9; }
p { text-align: justify; }
td { vertical-align: top; }
.td { max-width: 100px;
min-width: 80px;
font-weight: bold; }
.title {font-family: Cambria, Times New Roman, serif;
font-size: 22px;
font-weight: bold;
text-align: center; }
.subtitle {
font-size: 18px; }
.heading {
font-family: Cambria, Times New Roman, serif;
font-size: 14px;
font-weight: bold;
text-align: center; }
.img img {
margin: 2px;
border: 2px solid #444444; }
</style>
</head>
<body><br><br>
<table border=0 cellspacing=0 cellpadding=4>
<tr><td colspan="3"><div class="title"> [[Title of Show]]<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="10"><div class="img"><img src="[[DVD Image URL]]"></div></td></tr>
<tr><td colspan="2" class="heading">SHOW INFORMATION</td></tr>
<tr><td class="td">Year:</td><td>[[Year of Release]]</td></tr>
<tr><td class="td">Categories:</td><td>[[Categories/Genres]]</td></tr>
<tr><td class="td">Director:</td><td>[[Show Director]]</td></tr>
<tr><td class="td">Production:</td><td>[[Production Information]]</td></tr>
<tr><td colspan="2" class="heading"><br>FILE INFORMATION</td></tr>
<tr><td class="td">Group:</td><td>[[Fansub Group]]</td></tr>
<tr><td class="td">Video:</td><td>[[Video Information]]</td></tr>
<tr><td class="td">Audio:</td><td>[[Audio Information]]</td></tr>
</table>
<br>
<br>
<br>
<div class="heading">~&nbsp;&nbsp;SUMMARY&nbsp;&nbsp;~</div>
<p>[[Story Summary]]</p>
<br>
<br>
<br>
<div class="heading">~&nbsp;&nbsp;SCREENSHOTS&nbsp;&nbsp;~</div>
<br><div class="img">
<img src="[[Screenshot 1 URL]]"><br>
<img src="[[Screenshot 2 URL]]"><br>
<img src="[[Screenshot 3 URL]]"><br>
</div>
</body>
</html>
</pre>
Sample template image:
[http://i40.photobucket.com/albums/e218/kureshii/box%20images/template1.jpg Image description]
Go to: [http://www.boxtorrents.com/offers.php Offers Page]
====Template====


===Manga Templates===
===Manga Templates===


===OST Templates===
===OST Templates===

Revision as of 14:03, 13 January 2009

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

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.

[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]


Submitted by: [username]

<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: 12px
	text-align: justify;
	margin: auto;
	width: 800px; }
a {	color: #0044a9; }
p {	text-align: justify; }
td {	vertical-align: top; }
.td {	max-width: 100px;
	min-width: 80px;
	font-weight: bold; }
.title {font-family: Cambria, Times New Roman, serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center; }
.subtitle {
	font-size: 18px; }
.heading {
	font-family: Cambria, Times New Roman, serif; 
	font-size: 14px;
	font-weight: bold;
	text-align: center; }
.img img {
	margin: 2px;
	border: 2px solid #444444; }
</style>
</head>
<body><br><br>

<table border=0 cellspacing=0 cellpadding=4>
<tr><td colspan="3"><div class="title">	[[Title of Show]]<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="10"><div class="img"><img src="[[DVD Image URL]]"></div></td></tr>
<tr><td colspan="2" class="heading">SHOW INFORMATION</td></tr>
<tr><td class="td">Year:</td><td>[[Year of Release]]</td></tr>
<tr><td class="td">Categories:</td><td>[[Categories/Genres]]</td></tr>
<tr><td class="td">Director:</td><td>[[Show Director]]</td></tr>
<tr><td class="td">Production:</td><td>[[Production Information]]</td></tr>

<tr><td colspan="2" class="heading"><br>FILE INFORMATION</td></tr>
<tr><td class="td">Group:</td><td>[[Fansub Group]]</td></tr>
<tr><td class="td">Video:</td><td>[[Video Information]]</td></tr>
<tr><td class="td">Audio:</td><td>[[Audio Information]]</td></tr>
</table>
<br>
<br>
<br>
<div class="heading">~  SUMMARY  ~</div>
<p>[[Story Summary]]</p>
<br>
<br>
<br>
<div class="heading">~  SCREENSHOTS  ~</div>
<br><div class="img">
<img src="[[Screenshot 1 URL]]"><br>
<img src="[[Screenshot 2 URL]]"><br>
<img src="[[Screenshot 3 URL]]"><br>
</div>
</body>
</html>

Sample template image: Image description

Go to: Offers Page

Template

Manga Templates

OST Templates