Video Filter
You may insert videos from popular video sites by using a simple tag [video:URL].
Examples:
[video:http://www.youtube.com/watch?v=uN1qUeId][video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2][video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1][video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y][video:http://www.youtube.com/watch?v=uN1qUeId ratio:4/3][video:http://www.youtube.com/watch?v=uN1qUeId align:right]Supported sites: YouTube, Google Video, Tangle, DailyMotion, Vimeo, Flickr Slideshows, Flickr Video, Game Videos, Meta Cafe, Streamhoster, Game Trailers, College Humor, MySpace, Capped, Blip.tv, Slideshare, Picasa Slideshows, Teachertube.
Special instructions:
Some codecs need special input. You'll find those instructions here.[video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]<bib>citekey</bib> or [bib]citekey[/bib]. This will be replaced with a running number (the publication reference) and the publication referenced by the citekey within the <bib> tags will be printed at the bottom of the page (the reference).Syntax highlighting of source code can be enabled with the following tags:
<code>", "<blockcode>".<bash>" for Bash source code, "<c>" for C source code, "<cpp>" for C++ source code, "<gnuplot>" for Gnuplot source code, "<java>" for Java source code, "<javascript>" for Javascript source code, "<latex>" for LaTeX source code, "<lisp>" for Lisp source code, "<perl>" for Perl source code, "<php>" for PHP source code, "<prolog>" for Prolog source code, "<python>" for Python source code, "<ruby>" for Ruby source code, "<scheme>" for Scheme source code.Options and tips:
bash" (for Bash), "c" (for C), "cpp" (for C++), "gnuplot" (for Gnuplot), "java" (for Java), "javascript" (for Javascript), "latex" (for LaTeX), "lisp" (for Lisp), "perl" (for Perl), "php" (for PHP), "prolog" (for Prolog), "python" (for Python), "ruby" (for Ruby), "scheme" (for Scheme).Defaults:
Examples:
| You type | You get |
|---|---|
<code>foo = "bar";</code> | Inline code with the default syntax highlighting mode. |
<code> | Code block with the default syntax highlighting mode. |
<code lang="java" linenumbers="normal"> | Code block with syntax highlighting for Java source code and normal line numbers. |
<code language="java" start="23" fancy="7"> | Code block with syntax highlighting for Java source code, line numbers starting from 23 and highlighted line numbers every 7th line. |
<bash> | Code block with syntax highlighting for Bash source code. |
<bash start="23" fancy="7"> | Code block with syntax highlighting for Bash source code, line numbers starting from 23 and highlighted line numbers every 7th line. |
תגיות HTML מותרות: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <object> <param> <br> <pre>
This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.
For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.
| תיאור התגית | אתה מקיש | אתה מקבל |
|---|---|---|
| Anchors are used to make links to other pages. | <a href="http://www.sultanik.com">אליהו סולטניק</a> | אליהו סולטניק |
| מודגש | <em>מודגש</em> | מודגש |
| Strong | <strong>Strong</strong> | Strong |
| מצוטט | <cite>מצוטט</cite> | מצוטט |
| ציטוט | <blockquote>ציטוט</blockquote> | ציטוט |
| טקסט מקודד המשמש כדי להציג קוד תכנות מקור | <code>מקודד</code> | מקודד |
| רשימה לא ממויינת - השתמש ב-<li> בתחילת כל פריט רשימה | <ul> <li>פריט ראשון</li> <li>פריט שני</li> </ul> |
|
| רשימה ממוספרת - משתמשים ב- <li> כדי להתחיל כל פריט ברשימה. | <ol> <li>פריט ראשון</li> <li>פריט שני</li> </ol> |
|
| אין עזרה עבור תווית li. | ||
| רשימות הגדרה דומות לרשימות HTML אחרות. <dl> מתחיל את רשימת ההגדרה, <dt> מתחיל את מונח ההגדרה ו-<dd> מתחיל את תיאור ההגדרה. | <dl> <dt>נושא ראשון</dt> <dd>הגדרה ראשונה</dd> <dt>מושג שני</dt> <dd>הגדרה שנייה</dd> </dl> |
|
| אין עזרה עבור תווית dt. | ||
| אין עזרה עבור תווית dd. | ||
| אין עזרה עבור תווית object. | ||
| אין עזרה עבור תווית param. | ||
| כברירת מחדל, תגי מעבר שורה נוספים באופן אוטומטי. בתג זה ניתן להשתמש כדי להוסיף מעברי שורה נוספים.השימוש בתג זה שונה, כי אין צורך בזוג תגים (של פתיחה\סגירה) כמו בכל התגים האחרים. יש להשתמש בלוכסן הנוסף ("/") בתוך התג כדי לשמור על תאימות עם XHTML 1.0. | טקסט עם <br />שבירת שורה | טקסט עם שבירת שורה |
| מעוצב מראש | <pre>מעוצב מראש</pre> | מעוצב מראש |
Most unusual characters can be directly entered without any problems.
If you do encounter problems, try using HTML character entities. A common example looks like & for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:
| תאור התו | אתה מקיש | אתה מקבל |
|---|---|---|
| אמפרסנד | & | & |
| גדול מ | > | > |
| פחות מ- | < | < |
| גרש | " | " |
Video Filter
You may insert videos from popular video sites by using a simple tag [video:URL].
Examples:
[video:http://www.youtube.com/watch?v=uN1qUeId][video:http://www.youtube.com/watch?v=uN1qUeId1,http://www.youtube.com/watch?v=uN1qUeId2][video:http://www.youtube.com/watch?v=uN1qUeId autoplay:1][video:http://www.youtube.com/watch?v=uN1qUeId width:X height:Y][video:http://www.youtube.com/watch?v=uN1qUeId ratio:4/3][video:http://www.youtube.com/watch?v=uN1qUeId align:right]Supported sites: YouTube, Google Video, Tangle, DailyMotion, Vimeo, Flickr Slideshows, Flickr Video, Game Videos, Meta Cafe, Streamhoster, Game Trailers, College Humor, MySpace, Capped, Blip.tv, Slideshare, Picasa Slideshows, Teachertube.
Special instructions:
Some codecs need special input. You'll find those instructions here.[video: http://picasaweb.google.com/data/feed/base/user/USER_NAME/albumid/5568104935784209834?alt=rss&kind=photo&hl=en_US]<bib>citekey</bib> or [bib]citekey[/bib]. This will be replaced with a running number (the publication reference) and the publication referenced by the citekey within the <bib> tags will be printed at the bottom of the page (the reference).Syntax highlighting of source code can be enabled with the following tags:
<code>", "<blockcode>".<bash>" for Bash source code, "<c>" for C source code, "<cpp>" for C++ source code, "<gnuplot>" for Gnuplot source code, "<java>" for Java source code, "<javascript>" for Javascript source code, "<latex>" for LaTeX source code, "<lisp>" for Lisp source code, "<perl>" for Perl source code, "<php>" for PHP source code, "<prolog>" for Prolog source code, "<python>" for Python source code, "<ruby>" for Ruby source code, "<scheme>" for Scheme source code.Options and tips:
bash" (for Bash), "c" (for C), "cpp" (for C++), "gnuplot" (for Gnuplot), "java" (for Java), "javascript" (for Javascript), "latex" (for LaTeX), "lisp" (for Lisp), "perl" (for Perl), "php" (for PHP), "prolog" (for Prolog), "python" (for Python), "ruby" (for Ruby), "scheme" (for Scheme).Defaults:
Examples:
| You type | You get |
|---|---|
<code>foo = "bar";</code> | Inline code with the default syntax highlighting mode. |
<code> | Code block with the default syntax highlighting mode. |
<code lang="cpp" linenumbers="normal"> | Code block with syntax highlighting for C++ source code and normal line numbers. |
<code language="cpp" start="23" fancy="7"> | Code block with syntax highlighting for C++ source code, line numbers starting from 23 and highlighted line numbers every 7th line. |
<bash> | Code block with syntax highlighting for Bash source code. |
<bash start="23" fancy="7"> | Code block with syntax highlighting for Bash source code, line numbers starting from 23 and highlighted line numbers every 7th line. |