Templat:Gap

Dari Wikisumber bahasa Indonesia, perpustakaan bebas

 

[sunting] [versi terdahulu] [hapus singgahan] Ikon dokumentasi Dokumentasi templat
Halaman ini belum selesai diterjemahkan. Anda dapat melihat terjemahannya dengan menggunakan Google Translate™.
Hanya karya dan terjemahan dalam bahasa Indonesia yang diperbolehkan di Wikisumber. Bantulah untuk menerjemahkannya.

Penggunaan[sunting]

Untuk Penjorokan paragraf, gunakan {{Hanging indent inherit}} atau {{hii}}

Gunakan templat untuk memasukkan jarak dengan lebar yang ditepatkan pada teks. Bawaan adalah 2em.

For example,

Hello{{gap|3em}}world!

yields "Hello world!"


If no argument is given, the default is 2em:

Hello{{gap}}world!

yields "Hello world!"

For a real example of it in use, see Page:An introduction to physiological and systematical botany (1st edition).djvu/542.

Deprecated or incorrect usage[sunting]

Please note: This template is not intended to produce a formatting preference, such as indented paragraphs or double spacing after full stops (periods).

Indentation[sunting]

Indentation can be produced with a div style using a CSS command like "text-indent:2em". {{gap}} shouldn't be used to indent the first line of a paragraph

Offsetting right-aligned text[sunting]

Please do not use a construction like

{{right|This is incorrect{{gap}} }}

{{Right}} has a parameter "offset" for this:

{{right|This is correct|offset=2em}}