Help:Template cheatsheet: Difference between revisions

Content deleted Content added
Line 259:
|<code><nowiki>|{{tag|ref|attribs=group="note"|content=Hello}}</nowiki></code>
|{{tag|ref|attribs=group="note"|content=Hello}}
| Used in help pages to describe HTML tags
|
|-
|{{Tl|syntaxhighlight}}
|
|<code><nowiki>{{sxhl|scroll| style= | some lines of code }} </nowiki></code>
|
|<code><nowiki>{{sxhl|scroll|Text to be displayed. And more and more and more... and an empty line
|
 
|
And then more and more...}}</nowiki></code>
|
|<div style="width: 300px;">{{sxhl|scroll|Text to be displayed. And more and more and more and more and more and more and more and more and more and more... and an empty line
 
And then more and more...}}</div>
| Unlike <nowiki><syntaxhighlight></nowiki>, text that does not fit will be wrapped.
|}