MWML [SPAN]-Tag
MWML [SPAN]-Tag
Creates an inline container
Syntax
[SPAN]...[/SPAN]
Attributes
Attribute
Value
Description
id
Integer
Unique ID of the element
class
Class name(s)
CSS classes
Example: class='hint'
style
CSS
CSS instructions
Example: style='color: #446633; font-weight: bold;'
Example
MWML-Input
HTML-Output
Preview
MWML-Input
[SPAN class='hint' style='color: #446633; font-weight: bold;']Das ist ein Text[/SPAN]
HTML-Output
<span class="hint" style="color: #446633; font-weight: bold;">Das ist ein Text</span>
Preview
Das ist ein Text