Svjeti za pisanje

  • Linodef

    Linodef is a filter for internal links. It uses a simple but unique markup so Linodef doesn't interfere with other filter modules.
    The ID of a node or of a taxonomy term and optionally a fieldname are the solely elements stored in your text. One advantage of this method in comparison to similar filter modules is the fact that the links don't break if you change the node title or term name. Furthermore, if you change the title of the node or the value of a field or the name of a term then those are automatically updated in your text, too.

    Embed elements

    To embed elements into your text, prepend the element ID with the hash key # and surround them by brackets []: [#ID]. That way a node title is inserted and linked. To embed the content of a field, add the field name: [#ID:field_name]. Moreover it is possible to add a field value number in the case you have a field with multiple values and want to use a different value than the first: [#ID:field_name:number].

    The syntax is as following:

    Opis oznakeTipkajteDobijete
    Embed node title and link to the node.[#ID]node title
    Embed field value and link to the node.[#ID:field_name]field value
    Embed field value and link to the node.[#ID:field_name:field_value_number]certain field value of a multiple values field

    Example for nodes and fields:

    We have a node with id=8 and a title Perry Rhodan. It contains a multiple value field called firstnames. The first value is Gucky, second is Atlan. Note that the field value numbers start at 0, so first value has number "0", second has number "1" etc. If the node has a path alias then the link contains this instead of the default drupal path (the examples are limited to the default paths).
    TipkajteDobijete
    [#8]Perry Rhodan
    [#8:field_firstnames]Gucky
    [#8:field_firstnames:0]Gucky
    [#8:field_firstnames:1]Atlan

    Alter embedding by tag options

    Options set the ID type (embedded element type) and the embed method. They are entered right after the ID or the field settings and are separated by a comma. The number of options a tag can have is not limited.

    Opis oznakeTipkajteDobijete
    Embed an element with options.[#ID,option1,option2="optionvalue",...]Depends on the options used.
    Embed a field value with options.[#ID:field_name,option1,option2="optionvalue",...]Depends on the options used.
    Embed a certain field value with options.[#ID:field_name:field_value_number,option1,option2="optionvalue",...]Depends on the options used.

    Example for element (ID) type and modification options:

    Here we use the modification "nolink" to have an output without a link to the element and the ID type option "tid" to embed a taxonomy term instead of a node. The taxonomy term has the id=5 and the name Jupiter. If the term has a path alias then the link contains this instead of the default drupal path (the example is limited to the default path). Furthermore we have a node (optional option "nid") with id=5 and the title Kallisto.

    TipkajteDobijete
    [#5,tid]Jupiter
    [#5,tid,nolink]Jupiter
    [#5,nid,nolink]Kallisto
    [#5,nolink]Kallisto

    Use comments to flag your tags for editors

    Comments act as an indicator for Linodef tags, to describe your tag for yourself or other editors. A comment can be inserted inside the tag prepended with a space and it may consist of all UTF-8 characters except the closing bracket ].

    Comments are visible only during editing and never appear by viewing a text. The nature of comments is that they must not modified automatically and therefore will not change unless you change it. This is important to understand since the content the tag displays can change automatically and so the comment may be outdated. So try to use a common description.

    Opis oznakeTipkajteDobijete
    Use comments to give information about the tag during editing.[#ID comment]node title
    Comment a field content.[#ID:field_name:field_value_number comment]node title
    Comments work together with options.[#ID:field_name:field_value_number,option1,option2="optionvalue",... comment]Depends on the options used.

    Create links with own linktext

    Use the option "linktext" to create links to elements using a custom text: [#ID,linktext="your Text"]

    Primjer:

    TipkajteDobijete
    [#8,linktext="your Text"]your Text
  • E-Mail addresses are hidden with reCAPTCHA Mailhide.
  • Web i e-mail adrese pretvaraju se u linkove automatski.
  • Dozvoljene HTML oznake: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

    Ovaj site dozvoljava sadržaj napisan u HTML-u. Iako učenje cijelog HTML-a može biti zastrašujuće, lako je naučiti par osnonih "oznaka". Tabela sipod prikazuje primjere za svaku oznaku na ovom site koja je omogućena.

    Ukoliko želite da saznate nešto više, pogledajte HTML specifikacijeorganizacije W3C ili potražite neki drugi site koji opisuje HTML.

    Opis oznakeTipkajteDobijete
    Sidra se koriste za pravljenje linkova ka drugim stranicama.<a href="http://www.obiteljskizivot.com">obiteljskizivot.com</a>obiteljskizivot.com
    Naglašeno<em>Naglašeno</em>Naglašeno
    Jako<strong>Jako</strong>Jako
    Citirano<cite>Citirano</cite>Citirano
    Tekst-kod koji se koristi za prikazivanje programerskog izvornog koda<code>Kod</code>Kod
    Popis bez rednih brojeva - koristite <li> za svaki novi unos u popisu<ul> <li>Prva stavka</li> <li>Druga stavka</li> </ul>
    • Prva stavka
    • Druga stavka
    Popis sa rednim brojevima - koristite <li> za svaku novu stavku<ol> <li>Prva stavka</li> <li>Druga stavka</li> </ol>
    1. Prva stavka
    2. Druga stavka
    Popisi definicija su slični ostalim popisima u HTML-u. <dl> započinje novi popis, <dt> započinje novi pojam i <dd> započinje samu definiciju.<dl> <dt>Prvi pojam</dt> <dd>Prva definicija</dd> <dt>Drugi pojam</dt> <dd>Druga definicija</dd> </dl>
    Prvi pojam
    Prva definicija
    Drugi pojam
    Druga definicija

    Većinu neobičnih znakova možete da unesete direktno bez ikakvih problema.

    Ukoliko naiđete na problem, pokušajte da koristite posebne HTML kodove. Jedan od uobičajenih primjera je &amp; za znak ampersand &. Ukoliko vam treba potpuni popis, pogledajte stranicu sa posebnim kodovima HTML-а. Neki od takvih znakova su:

    Opis znakaTipkajteDobijete
    Ampersand&amp;&
    Veće od&gt;>
    Manje od&lt;<
    Znak navoda&quot;"
  • Redovi i paragrafi prepoznaju se automatski. Oznake <br /> za prelom reda, <p> za novi paragraf i </p> za kraj paragrafa dodaju se automatski. Ukoliko paragrafi ne budu prepoznati, probajte ubaciti par paznih redova.
  • Images can be added to this post.
  • 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:

    Quote:
    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 wrote:
    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:

    Quote:
    I think she says it best...
    Ms. Quotation wrote:
    This is a quote nested within another quote.
    but you can't argue with
    Ms. Reply wrote:
    The more quotes, the merrier. Just don't get too carried away.
    And I have nothing more to say.
  • If you include a textual smiley in your post (see chart below), it will be replaced by a graphical smiley.
    Smileys
    SmileyAcronyms
    :):) :-) :smile:
    :D:D :-D :lol:
    :bigsmile::bigsmile:
    ;);) ;-) :wink:
    :p:p :-p :tongue:
    :O:O :-O :shock:
    :|:| :-| :stare:
    :(:( :-( :sad:
    :~:~ :-~ :puzzled:
    :((:(( :-(( :cry:
    8-)8-) :cool:
    :steve::steve:
    J)J) J-) :crazy:
    :glasses::glasses:
    :party::party:
    :love::love:
    :X:X :-X :oups:
    :8):8) :8-) :shy:
    0:)0:) 0) 0:-) :innocent:
    :*:* :-* :sexy:
    |(|( \( :angry:
    :Sp:Sp :-S) :sick:
    :tired::tired:
    :santa::santa:
    :mail::mail:
    :sushi::sushi:
    :hat::hat:
    H)H) H:) H:-) :grade:
    :ghost::ghost:
    $)$) $-) :cash:
    :crown::crown:
    :davie::davie:
    S)S) S) :drunk:
    >)>) >-) :evil:
    :beer::beer:
    :star::star:
    :arrow::arrow:
    :quest::quest:
    :exmark::exmark:
    0:-)0:-) O:-) :angel:
    :''(:''( :crying:
    >:)&gt;:) &gt;:-) :devil:
    B-)B-) B) :glasses:
    :*:* :-* :kiss:
    :(|):(|) :-(|) :monkey:
    :|:| :-| :neutral:
    :(:( :-( :sad:
    :):) :-) :smile:
    :D:D :-D :lol: :grin:
    :O:O :-O :shocked:
    ;);) ;-) :wink: