« Test » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(→Python) |
Aucun résumé des modifications |
||
(209 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
= | = Test = | ||
= Razor = | |||
<kode lang='razor'> | |||
@* comment *@ | |||
</kode> | |||
= Comment end of line = | |||
<kode lang='cs'> | <kode lang='cs'> | ||
// | var i = 0; // comment | ||
private double progressValue; // between 0 and 100 | |||
var o = new Class | |||
{ | |||
Prop1 = "value" // comment | |||
}; | |||
</kode> | |||
= Template = | |||
{{code | lang=html | code= | |||
<div>{<!-- -->{tag}<!-- -->}</div> | |||
}} | |||
{{code | lang=html | code= | |||
<div>{{((}}tag{{))}}</div> | |||
}} | |||
// | {{code | lang=html | code= | ||
<tbody> | |||
{{#.}} | |||
<tr> | |||
<td>{{id}}</td> | |||
<td>{{fields.title}}</td> | |||
<td>{{fields.state}}</td> | |||
<td><ul> | |||
{{#items}}<li>{{title}}</li>{{/items}} | |||
{{^items}}No items{{/items}} | |||
</ul></td> | |||
</tr> | |||
{{/.}} | |||
</tbody> | |||
}} | |||
= Nowiki = | |||
var | <syntaxhighlight lang='cs'> | ||
var v = 1; | |||
var v = 2; | |||
<nowiki>var v = 3;</nowiki> | |||
</syntaxhighlight> | |||
{{#tag:syntaxhighlight| | |||
var v = 1; | |||
var v = 2; | |||
<nowiki>var v = 3;</nowiki> | |||
}} | |||
= List and break = | |||
# Step1 inline code <syntaxhighlight lang='bash' inline>111 222 333</syntaxhighlight> end line<br>extra line | |||
# Step 2 code block <syntaxhighlight lang="bash"> | |||
111 | |||
222 | |||
</syntaxhighlight>extra line | |||
// | <ol> | ||
<li>Step1 inline code <syntaxhighlight lang='bash' inline>111 222 333</syntaxhighlight> end line<br>extra line</li> | |||
</ | <li>Step 2 code block <syntaxhighlight lang="bash"> | ||
111 | |||
222 | |||
</syntaxhighlight>extra line</li> | |||
<li>Step 3 kode <kode lang='bash'> | |||
111 | |||
222 | |||
</kode>extra line</li> | |||
<li>Step 4 text</li> | |||
<li>Step 5 filebox<filebox fn='xxx.sh'> | |||
111 | |||
222 | |||
</filebox>extra line</li> | |||
<li>Step 6 End</li> | |||
</ol> | |||
= pre = | |||
<pre> | |||
yyy | |||
</pre> | |||
= SyntaxHighlight = | = SyntaxHighlight = | ||
<syntaxhighlight lang='cs' inline>var v = new StringBuilder();</syntaxhighlight> | <syntaxhighlight lang='cs' inline>var v = new StringBuilder();</syntaxhighlight> | ||
<syntaxhighlight lang='cs'> | |||
var v = new StringBuilder(); | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="js"> | |||
// some js code | |||
</syntaxhighlight> | |||
= no highlight = | = no highlight = | ||
Ligne 29 : | Ligne 102 : | ||
</kode> | </kode> | ||
<kode> | <kode lang='cs' class='nohighlight'> | ||
var myObject = new MyCLass(); | var myObject = new MyCLass(); | ||
</kode> | </kode> | ||
<kode | <kode class='nohighlight'> | ||
var myObject = new MyCLass(); | var myObject = new MyCLass(); | ||
</kode> | </kode> | ||
= listes = | = listes = | ||
Ligne 115 : | Ligne 179 : | ||
= SVG = | = SVG = | ||
[[ | [[File:Bash.svg|100px]] | ||
<br /> | <br /> | ||
[[File: | [[File:Bash.svg]] |
Dernière version du 21 novembre 2023 à 01:10
Test
Razor
@* comment *@ |
Comment end of line
var i = 0; // comment private double progressValue; // between 0 and 100 var o = new Class { Prop1 = "value" // comment }; |
Template
<div>{{tag}}</div> |
<div>{{tag}}</div> |
<tbody> {{#.}} <tr> <td>[[:Modèle:Id]]</td> <td>[[:Modèle:Fields.title]]</td> <td>[[:Modèle:Fields.state]]</td> <td><ul> {{#items}}<li>[[:Modèle:Title]]</li>[[:Modèle:/items]] [[:Modèle:^items]]No items[[:Modèle:/items]] </ul></td> </tr> {{/.}} </tbody> |
Nowiki
var v = 1; var v = 2; <nowiki>var v = 3;</nowiki>
var v = 1; var v = 2; var v = 3;
List and break
- Step1 inline code
111 222 333
end line
extra line - Step 2 code block
111 222
extra line
- Step1 inline code
111 222 333
end line
extra line - Step 2 code block
111 222
extra line - Step 3 kode
111 222
- Step 4 text
- Step 5 filebox
xxx.sh 111 222
- Step 6 End
pre
yyy
SyntaxHighlight
var v = new StringBuilder();
var v = new StringBuilder();
// some js code
no highlight
var myObject = new MyCLass(); |
var myObject = new MyCLass(); |
var myObject = new MyCLass(); |
listes
- un
- deux
- trois
- deux
- dix
- trente
- un
- deux
- 22
- trois
- plus
- plus
- moins
- moins
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois
- un
- deux
- trois