Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |
wiki:plugins:wrap [2021/12/10 11:58] – wenicdpe | wiki:plugins:wrap [2021/12/10 12:05] (aktuell) – wenicdpe |
---|
An uppercase **%%<WRAP>%%** (or alternatively **%%<block>%%** or **%%<div>%%**) creates a **''div''** and should be used for **"big"** containers, **surrounding** paragraphs, lists, tables, etc. | An uppercase **%%<WRAP>%%** (or alternatively **%%<block>%%** or **%%<div>%%**) creates a **''div''** and should be used for **"big"** containers, **surrounding** paragraphs, lists, tables, etc. |
| |
<code> | |
<WRAP classes width :language> | <WRAP classes width :language> |
"big" content | "big" content |
"big" content | "big" content |
</div> | </div> |
</code> | |
| |
| |
<WRAP> | |
"big" content | |
</WRAP> | |
| |
<block> | |
"big" content | |
</block> | |
| |
<div> | |
"big" content | |
</div> | |
| |
| |
A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc. | A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc. |