« Test » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
(220 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
= | = Test = | ||
= | = Razor = | ||
<kode lang='razor'> | <kode lang='razor'> | ||
@ | @* comment *@ | ||
@ | |||
</kode> | </kode> | ||
= Comment end of line = | |||
<kode lang='cs'> | <kode lang='cs'> | ||
var | var i = 0; // comment | ||
private double progressValue; // between 0 and 100 | |||
var o = new Class | |||
{ | |||
Prop1 = "value" // comment | |||
}; | |||
</kode> | </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 = | |||
<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 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 = | |||
<kode lang='cs'> | |||
var myObject = new MyCLass(); | |||
</kode> | |||
<kode lang='cs' class='nohighlight'> | |||
var myObject = new MyCLass(); | |||
</kode> | |||
<kode class='nohighlight'> | |||
var myObject = new MyCLass(); | |||
</kode> | </kode> | ||
= listes = | = listes = | ||
Ligne 232 : | Ligne 177 : | ||
* trois | * trois | ||
</div> | </div> | ||
= 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