// This is a documentation file for authors and editors of the Arduino Manutius content platform. // Below you can find a list of all the possible page elements with the corresponding // AsciiDoc syntax // GENERAL GUIDELINES // The [space]+ sends text to a new line, aka it generates a
in the HTML output, e.g.: // This is some text. + // This is some other text in a new line // The [%hardbreaks] generates a new

paragraph, e.g.: // This is a

paragraph // [%hardbreaks] // This is another

paragraph // If you need to add a blank line between sections of the page you can use: // {empty} + // Using [%hardbreaks] at the end of a chunk is always a good practice. // [%hardbreaks] close the HTML tags, making the HTML output clean. // This ''' is a line divider // Sayfa basligi = Sayfa basligi [h1] // SECTION DIV WITH ID STARTS [#name_of_id] -- // Add your content here. // In case your output is an HTML file, this tag will create a wrapper div with the id specified, e.g.: //

-- // SECTION DIV WITH ID ENDS // OTHER TITLES [float] == Bölüm başlığı [h2] [float] === Paragraf başlığı [h3] [float] ==== alt paragraf başlığı [h4] ''' // Metin STYLES Bu normal

Metin + *Bu kalın Metin* + _Bu italik text_ + *_This is kalın+italik Metin_* + [small]#Bu küçük Metin# + #Bu vurgulanır Metin# + '`Bu tek alıntı Metin`' + "`Bu çift alıntı Metin`" [%hardbreaks] ''' // LINKS // Please note that all external links need to be opened in a new window/tab by adding ^ right before the last square brackets http://arduino.cc[Bu bir dış bağlantı^] yeni bir sekmede + bağlantı:../index.html[Bu bir akraba bağlantı] + mailto:webmaster@arduino.cc[Bu bir e-posta bağlantı] [%hardbreaks] ''' // LISTS * Bu * olduğu ** bir *** sırasız * liste [%hardbreaks] . Bu . olduğu .. bi .. r ... düze ... nli . liste ''' // CODE Bu `code` bir cümlede + `This is a whole line of code` + // HINT: Please note that sometimes when copy-pasting code a few spaces can be added at the beginnng of each line of code. // If that happens, please remove the extra spaces. Thanks! Bu çok daha fazla kod olabilir [source,arduino] ---- for (int i = 0; i <= 99; i++) { Serial.println('We want more code!'); } ---- [%hardbreaks] ''' // TABLES |=== |Sütunun Adı 1 |Sütunun Adı 2 |Sütunun Adı 3 |Sütun içindeki hücre 1, sıra 1 |Sütun içindeki hücre 2, sıra 1 |Sütun içindeki hücre 3, sıra 1 |Sütun içindeki hücre 1, sıra 2 |Sütun içindeki hücre 2, sıra 2 |Sütun içindeki hücre 3, sıra 2 |Sütun içindeki hücre 1, sıra 3 |Sütun içindeki hücre 2, sıra 3 |Sütun içindeki hücre 3, sıra 3 |=== [%hardbreaks] ''' // IMAGES // If you need to add an image to the Asciidoc please create a folder called 'attachments' in the same directory as the Asciidoc file, // place the image there and reference it as shown below. Images can be in SVG and PNG format, max size 200KB. // To include an image on its own line (i.e., a block image), use the image:: prefix in front of the file name and square brackets after it [] // Make sure you add [%hardbreaks] between any text and the image Bu, URL’li bir blok resimdir [%hardbreaks] image::https://store-cdn.arduino.cc/uni/catalog/product/cache/1/image/1040x660/604a3538c15e081937dbfbd20aa60aad/A/0/A000066_featured_2.jpg[] Bu, resim yazısı olan ekler klasörüne kaydedilen bir resimdir [%hardbreaks] image::https://www.arduino.cc/reference/en/AsciiDoc_sample/AsciiDoc_Dictionary/attachments/ArduinoUno_R3_Front_450px.jpg[caption="", title="Bir güzel Arduino UNO"] ''' // EMBED Bu Gist'ten gelen oldukça güzel bir kod kodu ++++ ++++ {empty} + Bu da YouTube’dan bir video daha ++++ ++++ // HINT: Please remember to set the iframe width to 100% to have the video responsive on all our platforms {empty} + Ve burada Sideshare'den bazı slaytlar, heyt be! ++++

Arduino'ya Giriş David Mellis'den
++++ // HINT: Please remember to set the iframe width to 100% to have the slide show responsive on all our platforms {empty} + Ve bu SoundCloud'dan gelen bir ses. ++++ ++++ // HINT: Please remember to set the iframe width to 100% to have the sound UI responsive on all our platforms