Tests divers : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 4 : | Ligne 4 : | ||
* Définition de propriété : Version : [[versionmag::3.0.3]] | * Définition de propriété : Version : [[versionmag::3.0.3]] | ||
* Affichage de propriété : {{#show: Tests|?versionmag }} | * Affichage de propriété : {{#show: Tests|?versionmag }} | ||
− | |||
− | |||
Ligne 37 : | Ligne 35 : | ||
* <i class="fas fa-3x fa-arrow-alt-circle-right"></i> une icône fontawesome méthode html | * <i class="fas fa-3x fa-arrow-alt-circle-right"></i> une icône fontawesome méthode html | ||
+ | == Blocs custom == | ||
+ | <nowiki>{{Info|TITRE 1|sous-titre}}</nowiki> | ||
+ | {{Info|TITRE 1| <nowiki>{{Info|TITRE 1|texte}}</nowiki> }} | ||
− | + | {{Warning|TITRE 1| <nowiki>{{Warning|TITRE 1|texte}}</nowiki> }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
− | {{Warning|TITRE 1| | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{Error|TITRE 1| <nowiki>{{Error|TITRE 1|texte}}</nowiki> }} | ||
− | {{ | + | {{Présentation| <nowiki>{{Présentation|Texte}}</nowiki> }} |
+ | {{Important| <nowiki>{{Important|Texte}}</nowiki> }} | ||
− | {{Note| | + | {{Note| <nowiki>{{Note|Texte}}</nowiki> }} |
Version du 6 novembre 2019 à 13:17
Test de property :
- Définition de propriété : Version : 3.0.3
- Affichage de propriété :
- https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##if
- https://www.semantic-mediawiki.org/wiki/Help:Inline_queries#Parser_function_.23show
Test qui fonctionne
- value if unequal
- Test de Toto = Toto... Résultat : YES
- Test de Toto = Lala... Résultat : NO
Test qui ne fonctionne pas
- mavariable : Toto
- Test de = Toto... Résultat : NO
- Test de = Lala... Résultat : NO
Test qui ne fonctionne pas
- myvariable = 42
- Test de = 42... Résultat : YES
- Test de = 99... Résultat : YES
Test qui ne fonctionne pas
- = 3.0.1 : NO
- = 3.0.3 : NO
Fontawesome
- wikipedia-w
- 500px
- bullseye
- une icône fontawesome méthode html
Blocs custom
{{Info|TITRE 1|sous-titre}}
TITRE 1
TITRE 1
TITRE 1
Présentation
{{Présentation|Texte}} |
Important
{{Important|Texte}} |
{{Note|Texte}}