Modèle:Ifexists

De Wiki - La Calv
Révision datée du 11 novembre 2023 à 17:56 par Sorrow (discussion | contributions) (Page créée avec « <includeonly>{{ #if: {{ #dpl: skipthispage = false | redirects = include | title = {{{1|}}} | format = ,%PAGE% }} | {{{2|}}} | {{{3|}}} }}</includeonly><noinclude> == Description == <pre> {{ ifexists|(pagename)|(then)|(else) }} </pre> This template is similar to <nowiki>{{ #ifexist: }}</nowiki> as it checks the existence of the given page. The difference is that the checked page is not added to Special:Wanted... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

Description

{{ ifexists|(pagename)|(then)|(else) }}

This template is similar to {{ #ifexist: }} as it checks the existence of the given page. The difference is that the checked page is not added to Wanted pages.

Parameters

unnamed parameter 1
Pagename without braces, including namespace.
unnamed parameter 2
Optional. Wikitext if page exists.
unnamed parameter 3
Optional. Wikitext if page does not exists.

See also