Difference between revisions of "Wiki tweak page/tr"

Created page with "Sayfayı oluşturduktan sonra aşağıdaki kodu örnek alarak düzenleyin. <pre><noinclude>{{Template}}</noinclude> <includeonly>{{Box|{{{1}}}|{{{2}}}|#rgb|#rgb}}</includeonly..."
(Created page with "Wiki düzenleme sayfası")
Tags: Mobile web edit Mobile edit
 
(Created page with "Sayfayı oluşturduktan sonra aşağıdaki kodu örnek alarak düzenleyin. <pre><noinclude>{{Template}}</noinclude> <includeonly>{{Box|{{{1}}}|{{{2}}}|#rgb|#rgb}}</includeonly...")
 
Line 1: Line 1:
<languages/>
<languages/>
__TOC__
__TOC__
== How to create templates ==
== Şablonlar nasıl oluşturulur ==
{{BoxWarning|If you feel a template is missing or needs improvement?|Use this [[Talk:Wiki_tweak_page|Discussion link]] and discuss the change with your fellow editors.
{{BoxWarning|Bir şablonun eksik olduğunu veya iyileştirilmesi gerektiğini düşünüyorsanız?|Bu [[Talk:Wiki_tweak_page|Tartışma bağlantısını]] kullanın ve değişikliği editör arkadaşlarınızla tartışın.
<p>Before creating new templates the existing [[Help:Template|Template collection]] and preferably use one of them.</p>}}
<p>Yeni şablonlar oluşturmadan önce mevcut [[Help:Template|Template koleksiyonu]]'nu kullanın ve tercihen bunlardan birini kullanın.</p>}}
Create a new page to serve as base
Temel olarak hizmet verecek yeni bir sayfa oluşturun
Example: <nowiki>http://wiki.manjaro.org/index.php/Template:TemplateNameBase</nowiki>
  Örnek: <nowiki>http://wiki.manjaro.org/index.php/Template:TemplateNameBase</nowiki>


After creating the page, edit it by taking the code below as example
Sayfayı oluşturduktan sonra aşağıdaki kodu örnek alarak düzenleyin.
<pre><noinclude>{{Template}}</noinclude>
<pre><noinclude>{{Template}}</noinclude>
<includeonly>{{Box|{{{1}}}|{{{2}}}|#rgb|#rgb}}</includeonly></pre>
<includeonly>{{Box|{{{1}}}|{{{2}}}|#rgb|#rgb}}</includeonly></pre>


Template arguments explained
Şablon argümanlarının açıklaması


- rgb is the hex code for the border's color.
- rgb, kenarlığın renginin onaltılık kodudur.
- rgb is the hex code for the background color.
- rgb, arka plan renginin onaltılık kodudur.
- Box is the template where these templates take their formatting.
- Box bu şablonların formatlarını aldığı şablondur.


Save your Template Base page and create a new page.
Şablon Tabanı sayfanızı kaydedin ve yeni bir sayfa oluşturun.
Example: <nowiki>http://wiki.manjaro.org/index.php/Template:TemplateName</nowiki>
  Örnek: <nowiki>http://wiki.manjaro.org/index.php/Template:TemplateName</nowiki>


After creating the page, edit it and use below code as example
Sayfayı oluşturduktan sonra düzenleyin ve aşağıdaki kodu örnek olarak kullanın.
<pre><noinclude>{{Template}}</noinclude>
<pre><noinclude>{{Template}}</noinclude>
<includeonly>{{TemplateNameBase|TemplateName:|{{{1|{{Purpose}}}}}}}</includeonly></pre>
<includeonly>{{TemplateNameBase|TemplateName:|{{{1|{{Purpose}}}}}}}</includeonly></pre>


Always preview your changes and fix bugs before you finally save the new template
Yeni şablonu kaydetmeden önce her zaman değişikliklerinizi önizleyin ve hataları düzeltin


===Usage===
===Kullanım===
<nowiki>{{TemplateName|Text here}}</nowiki>
<nowiki>{{TemplateName|Text here}}</nowiki>
[[Category:Contents Page{{#translation:}}]]
[[Category:Contents Page{{#translation:}}]]
1,271

edits