Template:Single Entry/doc

This template is still experimental, so feel free to use it, but it can evolve through time and it is not official in any way.

英語版での、このテンプレートの作成に至った経緯

The reason for creating the box was that a user was asked to move some singles to the album, but the infobox single is not suitable in that case because of the next and previous singles and it takes up too much space. So this is an attempt to try to structure the information on the album page.

日本語版での、使用用途

日本語版では、英語版での使用用途のほかに、ミュージシャンの記事のディスコグラフィーの節に使用します。チャート順位・タイアップ情報・製品情報などの基本情報のほか、そのシングルに関する簡単な説明文を記述したい場合などに役立ちます。

Usage[編集]

Multiple instances of this template can be used within a table to provide an overview of all the singles on an album without having to make seperate pages on each one of them.

First you build a simple table which only consists of an open and a close tag.


{| class="wikitable"

Single Entry 1
Single Entry 2 etc.

|}

Each single entry is structured as follows:


{{Single Entry
| Name = Title
| Released = Release date
| [ Writer = Writers ]
| Producer = Producer
| [ Director = Director ]
| Info =
Short story about the single
| Chart position = Chart stuff
| Tracklist = <nowiki>
# track1
# track2 ...
}}
</nowiki>

Example[編集]

An album with 4 singles and the album which got this template started.


{| class="wikitable"

{{Single Entry
| Name = Milkshake
| Cover = Kelis_milkshake.jpg
| Released = [[2003]]
| Writer = [[Pharrell Williams]], [[Chad Hugo]]
| Producer = [[The Neptunes]]
| Director = [[Jake Nava]] 
| Info =
"Milkshake" was the first single released ...
| Chart position = 
<nowiki>#3 (US), #2 (UK), #22 (GER) #22 (CH), #38 (AT)
| Tracklist = 
CD1:
# "Milkshake"
# "Milkshake (X-Press 2 Triple Thick Vocal Mix Edit)"

CD2:
# "Milkshake"
# "Milkshake (X-Press 2 Triple Thick Vocal Mix)"
# "Milkshake (DJ Zinc Remix)"
# "Milkshake (FreQ Nasty's Hip Hall Mix)"
# "Milkshake (Tom Neville Remix)"
# "Milkshake" (Video)
}}

{{Single Entry
| Name = Trick Me
| Cover =
| Released = [[2004]]
| Writer = Dallas Austin
| Producer = [[Dallas Austin]]
| Director = [[Little X]]
| Info =
"Trick Me" was the ...
| Chart position = 
#2 (UK), #10 (GER), #8 (CH), #6 (AT)
| Tracklist = 
CD1:
# "Trick Me"
# "Milkshake Remix" featuring [[Pharrell Williams|Pharrell]] & [[Pusha T]] from [[Clipse]]

CD2:
# "Trick Me" (album version)
# "Trick Me (Mac & Toolz Extended Remix)"
# "Trick Me (Artificial Intelligence Remix)"
# "Trick Me (Adam Freeland Remix)"
# "Trick Me (E Smoove House Trick)"
}}

{{Single Entry
| Name = Millionaire
| Cover =
| Released = [[2004]]
| Writer = [[Kelis Rogers]], [[Andre Benjamin]], Walters, Davis
| Producer = [[André 3000]]
| Director = Giuseppe Capotondi 
| Info =
"Millionaire" was a collaboration with André 3000 from [[OutKast]].
| Chart position = 
#3 (UK), #65 (GER), #43 (CH), #69 (AT)
| Tracklist = 
# "Millionaire (Radio Edit)"
# "Millionaire (Instrumental)"
}}

{{Single Entry
| Name = In Public
| Cover =
| Released = [[April 4]], [[2005]]
| Writer = [[Kelis Rogers]], [[Stinson]], [[Nasir Jones]]
| Producer = [[Stinson]]
| Info =
No video was made for this song with features Kelis' husband [[ナズ|Nas]]. Nevertheless it managed to get into the UK charts.
| Chart position = 
#17 (UK)
| Tracklist = 
# "In Public"
# "Trick Me"
}}

|}
</nowiki>

And it will be displayed like:

"Milkshake"
Released 2003
Writer(s) Pharrell Williams, Chad Hugo
Producer(s) The Neptunes
Video director Jake Nava
"Milkshake" was the first single released from Kelis which made a large impact on the US charts and managed to secure a #3 position in the Billboard Hot 100.

The song made quite a commotion for the line, "My milkshake brings all the boys to the yard," and the vaguely sexual connotations thereof.

Chart positions
#3 (US), #2 (UK), #22 (GER) #22 (CH), #38 (AT)
"Trick Me"
Released 2004
Writer(s) Dallas Austin
Producer(s) Dallas Austin
Video director Little X
"Trick Me" was the second single released for the album and was a continuation of her success in the European charts. The overall sound of the song is very different since it is constructed around the two tone beat of Ska. The video was not released in the United States.
Chart positions
#2 (UK), #10 (GER), #8 (CH), #6 (AT)
"Millionaire"
Released 2004
Writer(s) Kelis Rogers, Andre Benjamin, Walters, Davis
Producer(s) André 3000
Video director Giuseppe Capotondi
"Millionaire" was a collaboration with André 3000 from OutKast.
Chart positions
#3 (UK), #65 (GER), #43 (CH), #69 (AT)
"In Public"
Released April 4, 2005
Writer(s) Kelis Rogers, Stinson, Nasir Jones
Producer(s) Stinson
No video was made for this song with features Kelis' husband Nas. Nevertheless it managed to get into the UK charts.
Chart positions
#17 (UK)

コード[編集]

これは、ディスコグラフィーの節に一覧として使用する際の例です


1. まず、ヘッダーとして以下のタグを貼り付けます

{| class="wikitable"

2.次に、エントリーの一覧を作成します。

single_entry1
single_entry2
single_entry3
single_entry4
single_entry5
single_entry6
.
.
.
.
.

{{Single Entry
| Name             = 
| Released         = 
| Recorded         = 
| Writer           = 
| Producer         = 
| Director         = 
| Info             = 
| Chart position   = [ここに文章]
| Tracklist        = [ここに文章]
}}

'Name'と'Info'の2つは、入力必須のフィールドです。

3.以下のフッタータグを貼り付けます

|}