MyWikiBiz, Author Your Legacy — Friday November 21, 2025
Jump to navigationJump to search
1,022 bytes added
, 23:24, 15 July 2021
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{Lua|Module:Arguments}}
'''Module:Is article''' is used to determine if a given page is an article, a redirect, a disambiguation page, does not exist or a bad title.
== Usage ==
* {{Mlx|{{BASEPAGENAME}}|main|page_name}}
== Return values ==
{| class="wikitable"
|+ Results and return values
|-
! scope="col" | Result
! scope="col" | Return value
|-
! scope="row" | Article
| article
|-
! scope="row" | Redirect
| redirect
|-
! scope="row" | Disambiguation page
| dab
|-
! scope="row" | Page does not exist
| empty
|-
! scope="row" | bad title
| badtitle
|}
== Parameter list ==
{| class="wikitable"
|-
! scope="col" | Parameter
! scope="col" | Explanation
|-
! scope="row" | <code>1</code>
| Positional or numbered parameter; The page name title.
|}
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
}}</includeonly>