Templat:Documentation/doc: Perbedaan antara revisi

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Konten dihapus Konten ditambahkan
kTidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
Baris 1: Baris 1:
{{Album infobox
<noinclude>{{terjemah|Inggris}}</noinclude>{{subhalaman dokumentasi}}
| Name = Menentukan Arah
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
| Type = studio

| Artist = [[Sheila on 7]]
Ini adalah templat {{tl|dokumentasi}}.
| Cover = Menentukan Arah.jpg

| Background =
Untuk instruksi lebih lanjut mengenai bagaimana dan kapan harus menggunakan template ini, lihat [[Wikipedia:Dokumentasi templat]].
| Released = 2008

| Recorded = Januari - Maret 2008
Templat ini menampilkan kotak doc berwarna hijau seperti yang Anda lihat sekarang, dan secara otomatis memuat isi dari subhalaman /doc. Dapat juga memuat konten dari tempat lain jika diminta.
| Studio = Studio Lahaneross

| Genre = [[Pop]]<br />[[Pop rock]]
Templat ini dimaksudkan untuk mendokumentasikan templat dan halaman lain yang [[Wikipedia:Transklusi|ditransklusikan]] ke halaman lain. Dapat juga digunakan dalam [[Wikipedia:Templat ruang nama|templat ruang nama]] dan [[Wikipedia:Ruang nama|ruang nama]] lainnya.
| Length = {{duration|m=40|s=12}}

| Label = [[Sony BMG]]
Penggunaan templat ini memungkinkan templat untuk [[Wikipedia:Kebijakan perlindungan|dilindungi]] jika diperlukan, sambil membiarkan siapa saja untuk mengedit dokumen, kategori, dan tautan interwiki.
| Producer = Jan Djuhana <br> Sheila on 7

=== Penggunaan ===
Biasanya templat ini digunakan tanpa parameter, ditempatkan di bagian bawah templat atau halaman yang didokumentasikan, dalam format {{tag|noinclude}}:

<source lang="xml+smarty">
<!--Ini adalah baris terakhir dari kode templat Anda--><noinclude>
{{dokumentasi}}
<!-- Tambahkan kategori dan interwiki pada sub-halaman /doc, bukan di sini! -->
</noinclude>
</source>

Maka templat ini secara otomatis memuat isi dari subhalaman /doc dari templat yang digunakan.

Template ini juga dapat memuat konten dari halaman lain. Seperti ini:

<source lang="xml+smarty">
<!--Ini adalah baris terakhir dari kode templat Anda--><noinclude>
{{dokumentasi|Templat:Halaman lain/doc}}
</noinclude>
</source>

Note that when loading the documentation from another page than the local /doc page it becomes tricky to handle the categories and interwiki links.

Konten juga dapat diberi input langsung sebagai teks. Seperti ini:

<source lang="xml+smarty">
<!--Ini adalah baris terakhir dari kode templat Anda--><noinclude>
{{dokumentasi
| content = Teks dokumentasi.
}}
}}
'''''Menentukan Arah''''' adalah [[album studio]] ke-6 dari grup musik [[Sheila on 7]]. Album ini dirilis pada 23 Oktober 2008 di bawah label [[Sony BMG]] dengan singel pertama "''Betapa''" yang terlebih dahulu rilis pada pertengahan Juni 2008 dan kemudian disertai singel kedua berjudul "''Yang Terlewatkan''".
</noinclude>
</source>


== Latar belakang ==
When the '''content''' parameter is used the doc box normally doesn't show the [edit] [purge] links in the top right corner. Note that if the /doc page exists a link to it is still shown in the link box below the doc box. <!--and no link to a /doc page is shown in the link box below the doc box.-->
Album ini merupakan album lanjutan dari album sebelumnya berjudul ''[[507 (album)|507]]'' yang telah dirilis pada tahun 2006. Album ini disebut sebagai album kembalinya Sheila On 7 ke panggung hiburan setelah marak berita perpecahan dikarenakan beberapa personelnya memiliki kesibukan masing-masing. Bahkan [[Eross Candra|Eross]] sempat merilis [[Jagostu (album)|sebuah album]] bersama band barunya [[Jagostu]] pada tahun 2007. Dengan dirilisnya singel "Betapa" usai sudah penantian para penggemar Sheila on 7. Singel ini dirilis dalam format [[Nada sambung|RBT]] dan pemutaran di [[radio]] dan [[TV]]. Album ini menjadi album pertama Sheila on 7 yang seluruh proses pembuatannya dikerjakan oleh mereka sendiri, mereka juga memperkenalkan logo baru mereka di album ini.


== Daftar lagu ==
But parameter 1 and the '''content''' parameter can also be combined, like this:
{{Track listing

| all_writing = [[Eross Candra]], kecuali yang bertanda
<source lang="xml+smarty">
| total_length = 40:12
<!--Ini adalah baris terakhir dari kode templat Anda--><noinclude>
| title1 = [[Betapa]]
{{dokumentasi
| length1 = 3:43
| 1 = Templat:Halaman apapun/doc
| title2 = Yang Terlewatkan
| content = {{Templat:Halaman apapun/doc|parameter}}
| length2 = 4:10
| title3 = Ibu Linda
| length3 = 4:24
| title4 = Jalan Keluar
| note4 = [[Adam Muhammad Subarkah|Adam]]
| length4 = 4:23
| title5 = Mudah Saja
| length5 = 3:33
| title6 = Arah
| length6 = 3:57
| title7 = Lia Lia Lia
| length7 = 3:28
| title8 = Alasanku
| length8 = 3:40
| title9 = Segalanya
| length9 = 4:39
| title10 = Sampai Kapan
| length10 = 4:11
| title11 =
}}
}}
</noinclude>
</source>

Then the pagename fed as parameter 1 is used for the [edit] [purge] links and for the /doc link in the link box below the doc box. But the '''content''' parameter is used for the content shown in the doc box. The above code means that the content is transcluded as "<code><nowiki>{{Template:Any page/doc|parameters}}</nowiki></code>". In this example a parameter is also fed to the /doc page being loaded.

=== Praktik yang disarankan ===
The code should be added at the bottom of the template code, with no space before "<code>&lt;noinclude></code>" (which would cause extra space on pages where the template is used).

Categories and interwiki links that apply to the template itself should be added to the bottom of the /doc subpage, inside <code>&lt;includeonly>&lt;/includeonly></code> tags. For more complex cases, see [[Wikipedia:Dokumentasi templat#Kategori dan pranala antarbahasa]].

If the documentation page contains &lt;includeonly> or &lt;noinclude> tags as part of the visible documentation text, replace the "<code>&lt;</code>" with "<code>&amp;lt;</code>".

=== Bagian heading ===

When in Template space this template shows this heading:
:[[Berkas:Template-info.svg|32px]] '''Dokumentasi templat'''

In most other namespaces, such as "Wikipedia:", it shows this heading:
:'''Dokumentasi'''

But when on File (image) pages it shows this heading:
:'''Ringkasan'''

The '''heading''' parameter can be used to set the heading to something else. Like this:

:<code><nowiki>{{dokumentasi| heading = Dokumentasi kotak info }}</nowiki></code>

If the '''heading''' parameter is empty but defined, no heading is shown and no [edit] [purge] links are shown. Like this:

:<code><nowiki>{{dokumentasi| heading = }}</nowiki></code>

The '''heading-style''' parameter can be fed optional [[Cascading Style Sheets|CSS]] values. Without quotation marks <code>" "</code> but with the ending semicolons <code>;</code>. For example:
:<code>heading-style = color: red; font-size: 150%;</code>

=== Kotak pranala ===

Below the big doc box is a small link box that shows some meta-data about the documentation. The link box shows different things depending on what parameters are fed to this template, and in which namespace it is used. In some cases the link box is not shown at all.

To hide the link box, add the parameter "{{para|link box|off}}".

You can also insert customised text in the link box, by defining the {{para|link box}} parameter. For example:
<pre>|link box=Dokumentasi ini ditampilkan secara otomatis oleh [[Templat:Country showdata]]</pre>

=== Fungsi otomatis ===

If the documentation page doesn't exist, the [create] link includes a [[mw:Manual:Creating pages with preloaded text|preload]] page so that clicking it will pre-fill the edit form with the basic documentation page format. Preload text is also used for the /bak pasir and /kasus uji <small>(create)</small> links.

When this template is on a protected template page it now automatically adds {{tl|templat berisiko tinggi}} which shows the grey or red padlock in the top right corner. So no need to manually add {{tl|templat berisiko tinggi}} to templates that use {{tl|dokumentasi}}.

When this template is on a /bak pasir subpage it automatically adds the {{tl|template sandbox notice}}.

=== Subject space vs talk space ===

Terminology: ''Subject space'' is the opposite of ''talk space''. For instance "Template:" is the subject space of "Template talk:".

This template is usually placed in subject space, within &lt;noinclude> tags. But in some cases this template needs to be on the talkpage:

* For preload pages (usually in Template or Wikipedia space), since they can't use &lt;noinclude>. See for instance [[Pembicaraan Templat:AfC preload]] and [[Pembicaraan Templat:RfD subpage starter]]. Such talkpages can be marked with {{tl|talkdoc}}.

* In MediaWiki space, since &lt;noinclude> often doesn't work in system messages and since MediaWiki space needs to be kept clean for performance reasons.

When placed on talkpages this template usually is placed near the top of the page and without &lt;noinclude> tags.

The /doc, /bak pasir and /testcases pages should normally be in subject space, except in the namespaces that don't have the MediaWiki [[meta:Link#Subpage feature|subpage feature]] enabled: Utama, Berkas, MediaWiki and Kategori. (But currently we only show the /bak pasir and /kasus uji links from Pengguna, Pembicaraan Pengguna, Templat and Pembicaraan Templat space.) There are also a whole bunch of other technical reasons why the /doc page must be stored under the talkpage for those namespaces.

This template automatically points its create links for the /doc, /bak pasir and /kasus uji to the right namespace.

=== Rincian teknis ===


== Personel ==
This template calls {{tl|dokumentasi/start box2}} and {{tl|dokumentasi/end box2}} which in turn call {{tl|dokumentasi/start box}} and {{tl|dokumentasi/end box}}. /start box (and /end box) hold most of the code, while this template and /start box2 (and /end box2) do parameter preprocessing.
;Sheila on 7
* [[Akhdiyat Duta Modjo]] - Vokal
* [[Eross Candra]] - Lead Guitar
* [[Adam Muhammad Subarkah]] - Bass
* [[Brian Kresna Putro]] - drum, perkusi, sound engineer


;personel tambahan
The preload page for the /doc [create] link is [[Templat:Dokumentasi/preload]], but in File space it is [[Templat:Dokumentasi/preload-filespace]]. The preload pages for the /bak pasir and /kasus uji <small>(create)</small> links are [[Templat:Dokumentasi/preload-sandbox]] and [[Templat:Dokumentasi/preload-testcases]].
* Risky Santoso – Rhythm Guitar
* Ferry "EFKA" Kurniawan – keyboard


;Tim produksi
For more technical details see the [[Pembicaraan Templat:Dokumentasi|talk page]].
* Eko Klanthing – edit
* Gotre – edit
* Hanggoro Romadhony – fotografi
* Harsha – sound engineer
* Hasief Ardiansyah – edit catatan liner
* Jan Djuhana – produser
* Reggie Chasmala – sound engineer
* Singgih Dwi C. – artwork
* [[Sony BMG|Sony BMG Indonesia]] – produser eksekutif
* Stephan Santoso – mixing, mastering


=== Lihat juga ===
== Pranala luar ==
* [http://www.sheilaon7.com/ss8/ situs resmi Sheila on 7]


{{Sheila on 7}}
<!-- {{dokumentasi/lihat pula}} -->
{{indo-album-stub}}
* {{tl|dokumentasi}} – Ditempatkan pada bagian templat dan halaman lain untuk mendokumentasinya.
* {{tl|subhalaman dokumentasi}} – Used at the top of /doc subpages to explain what they are and to link back to the page they document.
* [[Wikipedia:Dokumentasi templat]] – The how-to guide about template documentation.
* [[Wikipedia:Kasus uji templat]] – How to use /bak pasir and /kasus uji subpages and more about template testing.


[[Kategori:Album tahun 2008]]
<includeonly><!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Kategori:Dokumentasi templat| ]]
[[Kategori:Album Sheila on 7]]
[[Kategori:Templat fungsi dan format Wikipedia|{{PAGENAME}}]]
</includeonly>

Revisi per 2 Oktober 2019 15.21

Menentukan Arah
Album studio karya Sheila on 7
Dirilis2008
DirekamJanuari - Maret 2008
StudioStudio Lahaneross
GenrePop
Pop rock
Durasi40:12
LabelSony BMG
ProduserJan Djuhana
Sheila on 7

Menentukan Arah adalah album studio ke-6 dari grup musik Sheila on 7. Album ini dirilis pada 23 Oktober 2008 di bawah label Sony BMG dengan singel pertama "Betapa" yang terlebih dahulu rilis pada pertengahan Juni 2008 dan kemudian disertai singel kedua berjudul "Yang Terlewatkan".

Latar belakang

Album ini merupakan album lanjutan dari album sebelumnya berjudul 507 yang telah dirilis pada tahun 2006. Album ini disebut sebagai album kembalinya Sheila On 7 ke panggung hiburan setelah marak berita perpecahan dikarenakan beberapa personelnya memiliki kesibukan masing-masing. Bahkan Eross sempat merilis sebuah album bersama band barunya Jagostu pada tahun 2007. Dengan dirilisnya singel "Betapa" usai sudah penantian para penggemar Sheila on 7. Singel ini dirilis dalam format RBT dan pemutaran di radio dan TV. Album ini menjadi album pertama Sheila on 7 yang seluruh proses pembuatannya dikerjakan oleh mereka sendiri, mereka juga memperkenalkan logo baru mereka di album ini.

Daftar lagu

Seluruh lagu ditulis oleh Eross Candra, kecuali yang bertanda.

No.JudulDurasi
1."Betapa"3:43
2."Yang Terlewatkan"4:10
3."Ibu Linda"4:24
4."Jalan Keluar" (Adam)4:23
5."Mudah Saja"3:33
6."Arah"3:57
7."Lia Lia Lia"3:28
8."Alasanku"3:40
9."Segalanya"4:39
10."Sampai Kapan"4:11
Durasi total:40:12

Personel

Sheila on 7
personel tambahan
  • Risky Santoso – Rhythm Guitar
  • Ferry "EFKA" Kurniawan – keyboard
Tim produksi
  • Eko Klanthing – edit
  • Gotre – edit
  • Hanggoro Romadhony – fotografi
  • Harsha – sound engineer
  • Hasief Ardiansyah – edit catatan liner
  • Jan Djuhana – produser
  • Reggie Chasmala – sound engineer
  • Singgih Dwi C. – artwork
  • Sony BMG Indonesia – produser eksekutif
  • Stephan Santoso – mixing, mastering

Pranala luar