Szerkesztési tippek

beviteli formák:
  • Filtered HTML:
    • A webcímek és email címek automatikusan linkekké alakulnak.
    • Engedélyezett HTML elemek: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

      A webhelyen engedélyezett a HTML formátumú tartalom bevitele. Bár a HTML nyelv megtanulása túl nagy feladatnak tűnhet, néhány egyszerű jelölő alkalmazását könnyű elsajátítani. Ez a táblázat a webhelyen használható HTML jelölőket mutatja be.

      További információ a W3C HTML Specifications c. oldalán olvasható, vagy az interneten fellelhető HTML nyelvvel foglalkozó webhelyeken, amelyeket a keresők segítségével találhatunk meg.

      Jelölő leírásaBeírandóEredmény
      A linkek más webhelyekre mutató kattintható hivatkozások.<a href="http://www.egyetemportal.hu">EgyetemPortál</a>EgyetemPortál
      Kiemelt<em>Kiemelt</em>Kiemelt
      Fontos<strong>Fontos</strong>Fontos
      Idézett<cite>Idézett</cite>Idézett
      Program forráskódját tartalmazó szöveg<code>Kód</code>Kód
      Számozatlan felsorolás – a lista elemeit a <li> jelölővel kell megadni<ul> <li>Első listaelem</li> <li>Második listaelem</li> </ul>
      • Első listaelem
      • Második listaelem
      Számozott felsorolás – a lista elemeit a <li> jelölővel kell megadni<ol> <li>Első listaelem</li> <li>Második listaelem</li> </ol>
      1. Első listaelem
      2. Második listaelem
      A definíciós listákat a <dl> jelölővel kell létrehozni. Az elemen belül <dt> kód jelzi a definiált kifejezést, a <dd> pedig a definíciót.<dl> <dt>Első kifejezés</dt> <dd>Első definíció</dd> <dt>Második kifejezés</dt> <dd>Második definíció</dd> </dl>
      Első kifejezés
      Első definíció
      Második kifejezés
      Második definíció

      A legtöbb speciális karakter gond nélkül beírható.

      Ha a karakterek rosszul jelennek meg, célszerű HTML karakterentitásokat alkalmazni – például az & karakter jelölése a következő módon történik: &amp;. A karakterentitások teljes listája a HTML szabvány vonatkozó oldalán található. Néhány fontosabb karakterentitás:

      Karakter leírásaBeírandóEredmény
      És jel&amp;&
      Nagyobb jel&gt;>
      Kisebb jel&lt;<
      Idézőjel&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:

      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.
    • A sorokat és bekezdéseket a rendszer felismeri, a megjelenítésükhöz szükséges <br /> sortörés, <p> bekezdésnyitó és </p> bekezdészáró címkéket automatikusan beilleszti a szövegbe. Ha a bekezdések nem jelennek meg helyesen, a szövegbe illesztett üres sorok megoldják a problémát.
  • WYSIWYG:
    • A webcímek és email címek automatikusan linkekké alakulnak.
    • Use the special tag [adsense:format:slot] or [adsense:format:[group]:[channel][:slot]] or [adsense:block:location] to display Google AdSense ads.
    • You may embed videos from the following providers archive, bliptv, dailymotion, google, guba, imeem, lastfm, livevideo, metacafe, myspace, revver, sevenload, spike, tudou, twistage, ustream, ustreamlive, vimeo, voicethread, yahoomusic, youtube, zzz_custom_url. Just add the video URL to your textarea in the place where you would like the video to appear, i.e. http://www.youtube.com/watch?v=pw0jmvdh.
    • 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.
    • A sorokat és bekezdéseket a rendszer felismeri, a megjelenítésükhöz szükséges <br /> sortörés, <p> bekezdésnyitó és </p> bekezdészáró címkéket automatikusan beilleszti a szövegbe. Ha a bekezdések nem jelennek meg helyesen, a szövegbe illesztett üres sorok megoldják a problémát.