Changes

Jump to navigation Jump to search
m
Replace deprecated <source> tags with <syntaxhighlight> tags
Line 8: Line 8:  
<pre>
 
<pre>
 
{{collapse
 
{{collapse
  |content = <source lang="c#">
+
  |content = <syntaxhighlight lang="c#">
 
Lots of code here
 
Lots of code here
</source>
+
</syntaxhighlight>
 
}}
 
}}
 
</pre>
 
</pre>
    
{{collapse
 
{{collapse
  |content = <source lang="c#">
+
  |content = <syntaxhighlight lang="c#">
 
Lots of code here
 
Lots of code here
</source>
+
</syntaxhighlight>
 
}}
 
}}
   Line 24: Line 24:  
{{collapse
 
{{collapse
 
  |code
 
  |code
  |content = <source lang="c#">
+
  |content = <syntaxhighlight lang="c#">
 
Lots of code here
 
Lots of code here
</source>
+
</syntaxhighlight>
 
}}
 
}}
 
</pre>
 
</pre>
    
{{collapse|code|
 
{{collapse|code|
  |content = <source lang="c#">
+
  |content = <syntaxhighlight lang="c#">
 
Lots of code here
 
Lots of code here
</source>
+
</syntaxhighlight>
 
}}
 
}}
  
114

edits

Navigation menu