» WikiSyntax
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

WikiSyntax

Italian

Table of Content

Creates a table of content of the pages top-level headings
{maketoc}

Heading

By starting a line with one (or more) exclamation marks you create a heading:
!!2nd level heading

2nd level heading

!!!3rd level heading

3d level heading

!!!4th level heading

4th level heading

Links

The descriptive text after the "|" (pipe) is always optional. If you leave it and the pipe out, the link will simply show up as itself.

an external link
[http://www.wikipedia.org|external link to wikipedia]
external link to wikipedia

an external link to a specific anchor on the page
[http://en.wikipedia.org/wiki/Anchor_text#Overview|external link with anchor]
external link with anchor

an internal link to a documentation/wiki page
((Spreads|internal link to the Spreads page))
internal link to the Spreads page

an internal link to a specific anchor on a documentation/wiki page
((of-spreads-and-slices#spreads-in-the-inspector|internal link with anchor))
internal link with anchor

link to a userpage
((user:joreg|joregs page))
joregs page

link to a nodes reference page
((node:Devices (EX9 Auto)))
Devices (EX9 Auto)

link to a glossary item
((glossary:Patch))
Patch

link to a blog post
((blog:release-vvvv40beta23))
release-vvvv40beta23

link to a forum thread
((forum:MultiTouch stack))
MultiTouch stack

link to a contribution
((contribution:mrwiggle))
mrwiggle

links to toplevel pages
((/Users)) and ((/Blog)) and ((/Contributions)) and ((/forums|Forum)) and ((/Search))
users and blog and contributions and Forum and search

Bold, Italic, Pin

You can mark text to show bold like this:
__bold__
or to show italic like this:
''italic''
If you're referring to a pins name in a text you can mark it like this:
((pin:Filename))
to show up like this:
Filename

Center stuff

You can easily center content by marking it like show here. Note that the dual-colon can also be in the same line as the content to be centered:
::
and centered it is
::

and centered it is

Definition lists

;term:definition

term
definition

Bulleted lists

* bullet 1
* bullet 2
* bullet 3
** bullet 3.1

  • bullet 1
  • bullet 2
  • bullet 3
    • bullet 3.1

Numbered lists

# number 1
# number 2
# number 3
## number 3.1

  1. number 1
  2. number 2
  3. number 3
    1. subnumber

Box

^a simple box^

a simple box

Nota Bene

^note:
nota bene
^

nota bene

Quote

^quote:Shakespeare:
To be or not to be..
^

Shakespeare said
To be or not to be..

Code

sourcecode can be rendered with syntax highlighting.
default is without line-numbering and c# highlighting:
^code:
for (int i = 0; i < SpreadMax; i++)
FOutput[i] = FInput[i] * 2;^

for (int i = 0; i < SpreadMax; i++)
  FOutput[i] = FInput[i] * 2;

highlighting with line-numbers starting at 34:
^code(line=34):
for (int i = 0; i < SpreadMax; i++)
FOutput[i] = FInput[i] * 2;^

  1. for (int i = 0; i < SpreadMax; i++)
  2.   FOutput[i] = FInput[i] * 2;

^code(lang=hlsl):
struct vs2ps
{
float4 PosWVP: POSITION;
float4 TexCd : TEXCOORD0;
}^

struct vs2ps
{
    float4 PosWVP: POSITION;
    float4 TexCd : TEXCOORD0;
}

Syntax for many languages is available. Most notably csharp (default) and hlsl. Find a full list of supported languages in the the geshi examples

Not parsed content

~np~this ((willnotbe)) [parsed] ~/np~
this ((willnotbe)) [parsed]

Simple separators

---


Monospaced line

Just indent the line by one space
like this
to make it render

 like this

Content folding

a header followed by a hyphen, like so:
!!-popdown
makes for the content (until the next heading) to be foldable, see:

popdown

  • this is only visible on popdown
  • and this
  • and that

Thumbnails for pictures

{img src = "abstracts_005_1.jpg" thumb}

{img src = "abstracts_005_1.jpg" thumb=300} - size in px

Split pages

{SPLIT()}
__col 1__
hjsk
ghfdkghdf
dfdfsdfs
fsdfsfsf
~~~
__und zwei__
foo bar test
~~~
__drei oder auch mehr__
blabla
{SPLIT}

col 1
hjsk
ghfdkghdf
dfdfsdfs
fsdfsfsf
und zwei
foo bar test
drei oder auch mehr
blabla

Tables

||
r1c1|r1c2|r1c3
-
r2c1|r2c2|r2c3
||

r1c1 r1c2 r1c3
r2c1 r2c2 r2c3

Embed Youtube Videos

{youtube:TG66tyefuiw}

Embed Vimeo Videos

{vimeo:18053849}

Embed movs

{mov:https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4}

Include Pages

To include one tiki page into another: {INCLUDE:tutorials}
//START INCLUDE of page tutorials
!!vvvv gamma

vvvv beta

Written tutorials

Video tutorials

VL Tutorials

More vvvv Tutorials

More

See Tutorials in the contribution section for more.
//END INCLUDE

anonymous user login

Shoutbox

~13d ago

~17d ago

joreg: The Winter Season of vvvv workshops is now over but all recordings are still available for purchase: https://thenodeinstitute.org/ws23-vvvv-intermediates/

~23d ago

schlonzo: Love the new drag and drop functionality for links in latest previews!

~1mth ago

joreg: Workshop on 29 02: Create Sequencers and Precise Clock Based Tools. Signup here: https://thenodeinstitute.org/courses/ws23-vvvv-08-create-sequencers-and-precise-clock-based-tools-in-vvvv-gamma/

~1mth ago

joreg: Workshop on 22 02: Unlocking Shader Artistry: A Journey through ‘The Book of Shaders’ with FUSE. Signup here: https://thenodeinstitute.org/courses/ws23-vvvv-12-book-of-shaders/

~2mth ago

joreg: Talk and Workshop on February 15 & 16 in Frankfurt: https://visualprogramming.net/blog/vvvv-at-node-code-frankfurt/

~2mth ago

woei: @Joanie_AntiVJ: think so, looks doable