Template:WebsiteTableItem: Difference between revisions

From Tomba! Wiki
Jump to navigation Jump to search
No edit summary
m (Msikma moved page Template:Website table item to Template:WebsiteTableItem without leaving a redirect: Rename all templates to TitleCase)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
== Usage ==
Here's an example:
{{Website table start}}
{{Website table item
| title          = [[Whoopee Camp]] official website
| subtitle      = First version
| language_code  = JPN
| links          = [https://web.archive.org/web/19991018232921/http://www.whoopeecamp.co.jp/ 1999-10-18]–[https://web.archive.org/web/19991113022238/http://www.whoopeecamp.co.jp:80/ 1999-11-13]
| url            = http://www.whoopeecamp.co.jp/
| description    = Original version of the website
}}
{{Website table item
| title          = Whoopee Camp official website
| subtitle      = Second version
| language_code  = JPN
| links          = [https://web.archive.org/web/20000520045452/http://www.whoopeecamp.co.jp:80/ 2000-05-20]–[https://web.archive.org/web/20030808105905/http://www.whoopeecamp.co.jp:80/ 2003-08-08]
| url            = http://www.whoopeecamp.co.jp/
| description    = Second version of the website, following the release of [[Tomba! 2: The Evil Swine Return]]
}}
{{Website table item
| title          = [[Tomba!]] official website
| language_code  = JPN
| links          = [https://web.archive.org/web/19981203051824/http://tomba.co.jp/ 1998-12-03]–[https://web.archive.org/web/19990424151852/http://www.tomba.co.jp:80/ 1999-04-24]
| url            = http://tomba.co.jp/
| description    = Website for the game [[Tomba!]] that briefly existed; it was turned into a redirect to the Whoopee Camp site
}}
{{Website table end}}
----
</noinclude><includeonly>
<tr>
<tr>
<td>{{{title}}}</td>
<td {{#if:{{{subtitle|}}} | | colspan="2"}}>{{{title}}}</td>
<td>{{{subtitle}}}</td>
{{#if:{{{subtitle|}}} | <td>{{{subtitle}}}</td> |}}
<td>{{{language_code}}}</td>
<td>{{{language_code}}}</td>
<td>{{{links}}}</td>
<td>{{{links}}}</td>
<td>{{{url}}}</td>
<td><code>{{{url}}}</code></td>
<td>{{{description}}}</td>
<td>{{{description}}}</td>
</tr>
</tr>
</includeonly>

Latest revision as of 14:55, 24 May 2020