Madde yönergesi/Test aracı yönergesi
Bu sayfa, test viki'de madde yönerge aracını nasıl deneyeceğinizi ve görüşlerinizi nasıl bildireceğinizi açıklar. Öncelikle Patch demo'da bir test hesabı oluşturmanız gerekecektir.
Adım adım kılavuz
Bu Viki, diğer Wikimedia sitelerinden ayrıdır. Başlamadan önce gerekiyorsa yeni bir hesapla kaydolun.
Maddeyi ana hatları rehber olarak kullanarak yazın. Maddenin mükemmel olmasına gerek yok, iyi bir ilk versiyona odaklanın
Bu kategori içindeki taslakları inceleyin
Ayrıca, eksik veya iyi tamamlanmamış bir şey varsa, mevcut taslakları düzenleyerek iyileştirebilirsiniz.
Proje tartışma sayfası'nda düşüncelerinizi bizimle paylaşın
Test edebileceğiniz örnek maddeler
Type one of these article names in the patch demo to start a new article if you don't have a topic.
Back in black Caracas Paris Dog Museo del Prado Michael Jordan Mercury Influenza
Test sonrası: Oluşturduğunuz veya iyileştirdiğiniz taslaklar incelenecek, ardından her topluluğun bunları çevirebileceği ve daha da düzenleyebileceği için Vikipedilerine taşınacaktır.
Markups in outlines
An outline is a community-curated page that provides tips, highlights discouraged and recommended sources, and suggests article sections for a particular article type. The Article guidance feature uses these outlines at different stages of new article creation. Outlines can be adapted from existing ones, such as those found on this page. It can also be created from scratch using the required markups as seen in an existing one. Below are quick guides to the markups that must be included in an outline:
Taslaklarda kullanılan biçimlemelere ilişkin yönerge
| |
|---|---|
| Madde türü | Taslak bir Wikidata öğesine bağlı. Taslak, o türde (veya herhangi bir alt türde) maddeler oluşturulurken görünür.
<article-guidance article-type="Q23397">
|
| Label | Indicates the name to be used when displaying the outline. By default, outlines are named like the Wikidata item they are associated with. The "label" property allows communities to define a different name that is more aligned with their practices. For example, an outline for the Wikidata item Q5 ("Human") can use the "label" property to be displayed as "Biography" instead.
<article-guidance article-type="Q5" label="Biography">
|
| Category | Indicates which Wikipedia category the new articles should be part of when they are created using this outline.
<article-guidance article-type="Q23397" category="Lakes">
|
| Kayda değer olmama riski | Hangi konular üzerine kurallar oluşturulabilir. Örneğin, yalnızca Wikidata'da bulunan konular veya yalnızca 5'ten fazla dilde mevcut olan konular üzerine. Restrictions are expressed combining the following values, and they can be combined to make them work together:
<article-guidance article-type="Q5" notability-risk="wikidata crosswiki junior">
In this case, |
| Instructions | It summarises the guidance shown to the editor before they start. Keeping it simple and practical is key. Think of it like an advice you would give a new editor sitting close to you in an editathon. You won't just send the person to documentation pages.
<instructions>
Articles about lakes are appropriate when the lake appears in reliable geographic sources. The article should accurately represent the lake based on those sources.
Quick considerations:
*State the lake's location, country or region, and surface area or size clearly in the lead.
*Use official geographic databases for measurements such as area, depth, and elevation.
</instructions>
|
| Recommended-sources | They are a list of community-recommended resources. The info tag is used to provide information, and the source tag is used to include specific URLs representing these recommended sources. The system shows these to the user and checks if their sources match.
<recommended-sources>
<info>Official national geographic institutes and surveying agencies</info>
<source>britannica.com</source>
<source>geonames.org</source>
</recommended-sources>
|
| Discouraged-sources | Same structure as recommended-sources, but for sources the community wants to flag as problematic. The system shows a warning if the user's sources match.
<discouraged-sources>
<info>Tourism and travel websites used as a primary geographic source</info>
<source>tripadvisor.com</source>
<source>lonelyplanet.com</source>
</discouraged-sources>
|
| Sayfanın geri kalanı | Bu, yeni madde için başlangıç içeriğini gösterir. Önerilen bölümleri ve örnek paragrafları gösterir. İçeriği kısa tutun; bir "seçkin" madde yazmaya çalışmayın.
'''[Lake name]''' is a lake located in [region/country]. {{Citation needed}}
== Geography ==
[Lake name] covers an area of approximately [surface area]. {{Citation needed}}
== References ==
<references>
$1
</references>
|