(Create template) |
m (Add TemplateData) |
||
Line 1: | Line 1: | ||
<onlyinclude><includeonly><span style="float: inline-end;">{{{1}}}</span></includeonly></onlyinclude> | <onlyinclude><includeonly><span style="float: inline-end;">{{{1}}}</span></includeonly></onlyinclude> | ||
Wraps its first argument in a <code><nowiki><span/></nowiki></code> with <code>float: inline-end;</code>. | Wraps its first argument in a <code><nowiki><span/></nowiki></code> with <code>float: inline-end;</code>. | ||
{{TemplateData preamble}}<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Inner content", | |||
"type": "content", | |||
"required": true | |||
} | |||
}, | |||
"description": "Wraps its first argument in a span with \"float: inline-end;\".", | |||
"format": "inline" | |||
} | |||
</templatedata> |
Latest revision as of 19:16, 30 October 2023
Wraps its first argument in a <span/>
with float: inline-end;
.
The below documentation is automatically generated from JSON. It can be changed by editing this page, but note that it's only the documentation (for the visual editor)—the actual template part must also be edited, manually.
Wraps its first argument in a span with "float: inline-end;".
Parameter | Description | Type | Status | |
---|---|---|---|---|
Inner content | 1 | no description | Content | required |