Help:Script Samples: Difference between revisions
Content deleted Content added
Caleb Cooper (talk | contribs) |
Caleb Cooper (talk | contribs) |
||
Line 39:
<br><br>
== <code><syntax-highlight
The syntaxhighlight tag requires the programming language to be specified in this case '''bash''':<br><br>
Line 64:
If a programming language is not used the language can be specified as '''text''', also the highlight attribute can be set to highlight lines of code:<br><br>
<code><syntaxhighlight lang="text" highlight="8-11
<syntaxhighlight lang="text" highlight="8-11
map profile show where ManagementApp FLUIDFS
<60756 (?)>
Line 87:
This is the only example where it looks different in IE and the other browsers if the code is longer than the page and width is not set, IE will add scroll bars automatically no other browser will:<br><br>
<code><syntaxhighlight lang="text" highlight="8-11"></code>
<syntaxhighlight lang="text" highlight="8-11
map profile show where ManagementApp FLUIDFS
<60756 (?)>
| |||