Template:lines
From cppreference.com
|
|
This high-risk template has been protected from editing to prevent vandalism. Please discuss any changes on the talk page. |
{{lines|text }}
Extracts lines from <br>-separated text and puts each of them into separate HTML tag.
| Usage | Resulting HTML elements | Preview |
|---|---|---|
| {{lines|1<br>2<br>3}} |
<span class="t-lines"> |
123 |
| {{lines|{{tt|ABCDEFG}}<br>{{tt|abcdefg}}}} |
<span class="t-lines"> |
ABCDEFGabcdefg
|
| The above documentation is transcluded from Template:lines/doc. (edit | history) Please add categories and interwikis to the /doc subpage. Subpages of this template. |