Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
{div:class=name|style=css|align=align|title=title|id=id|dir=dir|lang=lang}content{div}
Sisältö
{div}

Koodi:

Code Block
{div:class=name|style=css|align=align|title=title|id=id|dir=dir|lang=lang}content{div}
Sisältö
{div}

Selitys:

Wraps content in a div tag with optional class name and styles for the tag.

Do not include quotes in the class name or styles.

Parameters:

id - A unique id for the element
class - The class of the element
title - Text to display in a tool tip
style - An inline style definition
dir - Sets the text direction
lang - Sets the language code

...