Templat:Textinfo: Perbedaan antara revisi

Dari Wikisumber bahasa Indonesia, perpustakaan bebas
Konten dihapus Konten ditambahkan
←Membuat halaman berisi '{| class="textinfo" cellpadding="5" ! colspan="2"|Information about this edition |- valign="top" {{#if:{{{edition}}}||style="display:none;"}} | '''Original edition''' | {...'
 
Tidak ada ringkasan suntingan
Baris 1: Baris 1:
{| class="textinfo" cellpadding="5"
{| class="textinfo" cellpadding="5"
! colspan="2"|Information about this edition
! colspan="2"|Informasi mengenai edisi ini
|- valign="top" {{#if:{{{edition}}}||style="display:none;"}}
|- valign="top" {{#if:{{{edition}}}||style="display:none;"}}
| '''Original edition'''
| '''Edisi asli'''
| {{{edition}}}
| {{{edition}}}
|- valign="top" {{#if:{{{source}}}||style="display:none;"}}
|- valign="top" {{#if:{{{source}}}||style="display:none;"}}
| '''Source'''
| '''Sumber'''
| {{{source}}}
| {{{source}}}
|- valign="top" {{#if:{{{contributors}}}||style="display:none;"}}
|- valign="top" {{#if:{{{contributors}}}||style="display:none;"}}
| '''Contributor(s)'''
| '''Kontributor'''
| {{{contributors}}}
| {{{contributors}}}
|- valign="top" {{#if:{{{progress}}}||style="display:none;"}}
|- valign="top" {{#if:{{{progress}}}||style="display:none;"}}
Baris 14: Baris 14:
| {{{progress}}}
| {{{progress}}}
|- valign="top" {{#if:{{{notes}}}||style="display:none;"}}
|- valign="top" {{#if:{{{notes}}}||style="display:none;"}}
| '''Notes'''
| '''Keterangan'''
| {{{notes}}}
| {{{notes}}}
|- valign="top" {{#if:{{{proofreaders}}}||style="display:none;"}}
|- valign="top" {{#if:{{{proofreaders}}}||style="display:none;"}}
| '''Proofreaders'''
| '''Penguji baca'''
| {{{proofreaders}}}
| {{{proofreaders}}}
|}<includeonly>{{#ifeq:{{{edition|}}}{{{source|}}}{{{contributors|}}}{{{progress|}}}{{{notes|}}}{{{proofreaders|}}}||[[Category:Textinfo without any values]]
|}<includeonly>{{#ifeq:{{{edition|}}}{{{source|}}}{{{contributors|}}}{{{progress|}}}{{{notes|}}}{{{proofreaders|}}}||[[Category:Textinfo without any values]]

Revisi per 18 Agustus 2010 04.50

Informasi mengenai edisi ini
Edisi asli {{{edition}}}
Sumber {{{source}}}
Kontributor {{{contributors}}}
Level of progress {{{progress}}}
Keterangan {{{notes}}}
Penguji baca {{{proofreaders}}}
[sunting] [versi terdahulu] [hapus singgahan] Ikon dokumentasi Dokumentasi templat

Usage

{{textinfo
| edition      = 
| source       = 
| contributors = 
| progress     = 
| notes        = 
| proofreaders = 
}}

This template should be placed at the top of a work's talk page when it is added to Wikisource. When this is done, place {{edition}} on the work's page so that the reader is aware of the information available.

Parameters

The progress parameter should contain one of these lines:

  • Text being edited
  • Text complete
  • Proofread and corrected
  • Proofread by n users

The Notes section is just for short comments; don't fill a whole page with the green box! You can always write "See Notes section below," and then start a new Talk-page section for your detailed notes.

The proofreaders parameter is a list of users who have read through the text and ensured that it is correctly formatted, wikified, and free of typographical errors.

Examples

{{textinfo
| edition      = ''Trent's Last Case'', 1913.
| source       = ''Trent's Last Case'' from [http://www.gutenberg.org/etext/2568 Project Gutenberg]
| contributors = [[User:YourUsername|YourUsername]]
| progress     = Text complete [[Image:50%.png]]
| notes        = There are a few ambiguous typos in the text, marked with HTML comments.
| proofreaders = 
}}

results in:

Informasi mengenai edisi ini
Edisi asli Trent's Last Case, 1913.
Sumber Trent's Last Case from Project Gutenberg
Kontributor YourUsername
Level of progress Text complete
Keterangan There are a few ambiguous typos in the text, marked with HTML comments.
Penguji baca

See also

Maintenance