Template:Userspace draft/testcases

From English Wikipedia @ Freddythechick

__EXPECTUNUSEDTEMPLATE__

Date parameter unspecified
{{Userspace draft|demo=yes}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Date parameter specified
{{Userspace draft|demo=yes|date=April 2013}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Last parameter specified, date parameter unspecified
{{Userspace draft/sandbox|demo=yes|last=yes}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Last and page parameters, but not date
{{Userspace draft|demo=yes|last=yes|page=Test}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Last, page, and date parameters
{{Userspace draft|demo=yes|date=April 2013|last=yes|page=Test}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Last and date parameters
{{Userspace draft|demo=yes|last=yes|date=June 2011}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Page parameter only
{{Userspace draft|demo=yes|page=Foobar}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Noob parameter only
{{Userspace draft|demo=yes|noob=no}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Noob and page parameters
{{Userspace draft|demo=yes|page=Foobar|noob=no}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Source parameter
{{Userspace draft|demo=yes|source=Foo}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Source = ArticleWizard
{{Userspace draft|demo=yes|source=ArticleWizard}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Source and page parameters
{{Userspace draft|demo=yes|source=Foo|page=Bar}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

All parameters
{{Userspace draft|demo=yes|date=April 2013|last=yes|page=Test|noob=no|source=ArticleWizard}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Find source matching page value testcase
{{Userspace draft|demo=yes|date=July 2023|page=Test|help=yes|source=ArticleWizard}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

Find source matching page value testcase (page= is empty)
{{Userspace draft|demo=yes|date=July 2023|page=|help=yes|source=ArticleWizard}}
Expanded code
<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>

<syntaxhighlight lang="html" inline="1">

</syntaxhighlight>