Ndihmë gjatë shkrimit

  • Tags e lejuar HTML: <a> <img> <em> <strong> <acronym> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

    Ky sit lejon përmbajtje në HTML. Nëse të mësosh krejt gjuhën HTML mund të të fusë frikën, të mësosh se si të përdorësh një numër të vogël të "tags" më të thjeshtë të HTML eshtë shumë e lehtë. Kjo tabelë afron shembuj për çdo tag në përdorim tek siti ynë.

    Për informacione të tjera shiko Specifikat e HTML e W3C ose përdor motorrin e preferuar të kërkimeve për të gjetur site të tjerë që shpjegojnë HTML.

    Përshkrimi i tagÇfarë shkruanÇfarë shikon
    Spirancat përdoren për të krijuar lidhje me faqe të tjera.<a href="http://www.alblinux.net">AlbLinux</a>AlbLinux
    Asnjë ndihmë në dispozicion për tag img.
    Enfatizuar<em>Enfatizuar</em>Enfatizuar
    Vënë në dukje<strong>Vënë në dukje</strong>Vënë në dukje
    Akronim<acronym title="Three-Letter Acronym">TLA</acronym>TLA
    Citim<cite>Citim</cite>Citim
    Tekst kodi i përdorur për të shfaqur kodin burues të programeve<code>Kod</code>Kod
    Listë e paorganizuar - përdor <li> në fillim të çdo zëri të listës<ul> <li>Zëri i parë</li> <li>Zëri i dytë</li> </ul>
    • Zëri i parë
    • Zëri i dytë
    Listë e organizuar - përdor <li> në fillim të çdo zëri të listës<ol> <li>Zëri i parë</li> <li>Zëri i dytë</li> </ol>
    1. Zëri i parë
    2. Zëri i dytë
    Listat përcaktuese janë të ngjashme me listat e tjera HTML. <dl> fillon listën përcaktuese, <dt> nis termin për tu përcaktuar dhe <dd> fillon përshkrimin e përcaktimit.<dl> <dt>Termi i parë</dt> <dd>Përcaktimi i parë</dd> <dt>Termi i dytë</dt> <dd>Përcaktimi i dytë</dd> </dl>
    Termi i parë
    Përcaktimi i parë
    Termi i dytë
    Përcaktimi i dytë

    Pjesa më e madhe e simboleve të pazakontë mund të shtohet direkt pa asnjë lloj problemi.

    Nëse ndeshni probleme, provo të përdorësh përcaktimin HTML të simboleve. Një shembull i zakonshëm mund të jetë &amp; për simbolin komercial &. Për listën e plotë shiko faqen e entities HTML. Disa nga simbolet në dispozicion janë:

    Përshkrimi i simbolitÇfarë shkruanÇfarë shikon
    E komerciale&amp;&
    Më e madhe&gt;>
    Më e vogël&lt;<
    Thonjëzat&quot;"
  • Quoted content can be placed between [quote] tags in order to be displayed as an indented quote. Every [quote] tag must have a corresponding [/quote] tag. For example:

    [quote]This is a simple quote.[/quote]
    is displayed as:

    Citim:
    This is a simple quote.

    Additionally, there is an optional attribute which allows quotes to specify the original author.

    [quote=Mr. Drupal]This is a quote with an attribution line.[/quote]
    is displayed as:

    Mr. Drupal ka shkruar:
    This is a quote with an attribution line.

    Finally, multiple [quote] tags can be nested within one another. Just remember that every [quote] tag must have a corresponding [/quote] tag.

    [quote]I think she says it best...
    [quote=Ms. Quotation]This is a quote nested within another quote.[/quote]
    but you can't argue with
    [quote=Ms. Reply]The more quotes, the merrier.
    Just don't get too carried away.[/quote]
    And I have nothing more to say.[/quote]
    is displayed as:

    Citim:
    I think she says it best...
    Ms. Quotation ka shkruar:
    This is a quote nested within another quote.
    but you can't argue with
    Ms. Reply ka shkruar:
    The more quotes, the merrier. Just don't get too carried away.
    And I have nothing more to say.
  • Rreshtat dhe paragrafët njihen dhe organizohen automatikisht. Etiketat <br /> në krye, <p> paragraf dhe </p> mbyllja e paragrafit shtohen automatikisht. Nëse paragrafët nuk njihen, thjesht shto nja dy rreshta bosh.
  • Për të dërguar pjesë kodi, përmblidhi me etiketat <code>...</code>. Për kode PHP, mund të përdorni <?php ... ?>, që gjithashtu do ta ngjyrosë kodin në bazë të sintaksës.
  • Adresat web dhe adresat e-mail konvertohen automatikisht në lidhje.
  • Images can be added to this post.
  • You can embed tablemanager tables within your nodes using the following syntax:
    [tablemanager:table_id,pagination,admin_links,column=?|start=?|end=?,attribute=?|attribute=?|...]
    All arguments bar table_id are optional:
    • table_id = table number
    • pagination = list length (numeric or NULL for all results)
    • admin_links = TRUE or FALSE to enable/ disable administrative links
    • column=?|start=?|end=? = can be in any order:
      • column = column to search on (numeric)
      • start = match from
      • end = match end (optional)
    • attributes = add as many attributes as you like separated by '|', for example border=2|bgcolor=yellow
  • Video Filter

    You may insert videos from popular video sites by using a simple tag [video:URL].

    Examples:

    • Single video:
      [video:http://www.youtube.com/watch?v=uN1qUeId]
    • Random video out of multiple:
      [video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2]
    • Override default autoplay setting: [video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1]
    • Override default width and height:
      [video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y]
    • Align the video:
      [video:http://www.youtube.com/watch?v=uN1qUeId align:right]

    Supported sites: YouTube, Google Video, Tangle, DailyMotion, Eyespot, Revver, Vimeo, Flickr Slideshows, Flickr Video, Game Videos, Meta Cafe, Game Trailers, College Humor, MySpace, Capped, Blip.tv, Slideshare, Picasa Slideshows.

    Special instructions:

    Some codecs need special input. You'll find those instructions here.
    • Slideshare:
      You need to construct your own URL, using the "Wordpress Embed" code from Slideshare, extract the "id" and "doc" parts, and form the URL like this: slideshare.net/?id=1759622&doc=usingdrupal-090723103440-phpapp01.
    • Picasa Slideshows:
      You must use the URL of the RSS feed for the Picasa album:
      1. View the album in Picasa (you should see thumbnails, not a slideshow).
      2. Find the "RSS" link and click it.
      3. Copy the resulting URL from the browser address bar. Example:
        [video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]