Tests divers : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(→test) |
(→test) |
||
Ligne 2 : | Ligne 2 : | ||
== test == | == test == | ||
+ | |||
+ | [[myprop::Foo]] | ||
+ | [[myprop::Bar]] | ||
+ | |||
* [[prop::Foo]] | * [[prop::Foo]] | ||
* {{#ifeq: {{#show:Tests|?prop}} | Foo | YES | NO }} (should be YES) | * {{#ifeq: {{#show:Tests|?prop}} | Foo | YES | NO }} (should be YES) | ||
* {{#ifeq: {{#show:Tests|?prop}} | Bar | YES | NO }} (should be NO) | * {{#ifeq: {{#show:Tests|?prop}} | Bar | YES | NO }} (should be NO) | ||
+ | |||
+ | * [[prop::Foo]] | ||
+ | * {{#ifeq: {{#show:Tests|?prop}} | {{#show:Tests|?myprop}} | YES | NO }} (should be YES) | ||
+ | * {{#ifeq: {{#show:Tests|?prop}} | {{#show:Tests|?mypropp}} | YES | NO }} (should be NO) | ||
* [[int::42]] | * [[int::42]] |
Version du 6 novembre 2019 à 13:45
test
- Foo
- NO (should be YES)
- NO (should be NO)
- Foo
- YES (should be YES)
- YES (should be NO)
- 42
- YES (should be YES)
- YES (should be NO)
ParserFunctions et Semantic
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
- Toto = Toto : YES
- Toto = Lala : NO
Test qui ne fonctionne pas :
- mavariable : Toto
- = Toto : NO
- = Lala : NO
Test qui ne fonctionne pas :
- myvariable = 42
- = 42 : YES
- = 99 : 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
Pour obtenir ce bloc, écrire : {{Info|texte}}
Pour obtenir ce bloc, écrire : {{Warning|texte}}
Pour obtenir ce bloc, écrire : {{Error|texte}}
Présentation
Pour obtenir ce bloc, écrire : {{Présentation|Texte}} |
Important
Pour obtenir ce bloc, écrire : {{Important|Texte}} |
Pour obtenir ce bloc, écrire : {{Note|Texte}}
les modifications du code de ces blocs custom sont à effectuer sur : Modèle:Note, Modèle:Important, etc.