Difference between revisions of "Template:Cite Nuttall/testcases"

From blackwiki
Jump to navigation Jump to search
imported>Bob Burkhardt
(create)
 
imported>PBS
(More text examples including short)
Line 3: Line 3:
 
== Testing sandbox version ==
 
== Testing sandbox version ==
  
<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>/sandbox}}</nowiki></code>
+
:<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>/sandbox}}</nowiki></code>
 +
:{{{{BASEPAGENAME}}/sandbox}}
  
{{{{BASEPAGENAME}}/sandbox|Rachel, Eliza}}
+
*An example with a title parameter
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|title=Rachel, Eliza}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|title=Rachel, Eliza}}
  
{{{{BASEPAGENAME}}/sandbox|wstitle=Rachel, Eliza}}
+
*An example with a wstitle parameter
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|wstitle=Rachel, Eliza}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|wstitle=Rachel, Eliza}}
  
{{{{BASEPAGENAME}}/sandbox|title=Rachel, Eliza}}
+
*An example with an unamed parameter
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|Rachel, Eliza}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|Rachel, Eliza}}
  
{{{{BASEPAGENAME}}/sandbox|Rachel, Eliza|vb=1}}
+
*An example with title and noicon parameters
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|title=Rachel, Eliza|noicon=x}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|title=Rachel, Eliza|noicon}}
  
{{{{BASEPAGENAME}}/sandbox|vb=1}}
+
*An example with title and verbose parameters
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|title=Rachel, Eliza|vb=1}}</nowiki></code>
 +
*{{ {{BASEPAGENAME}}/sandbox|title=Rachel, Eliza|vb=1}}
  
{{{{BASEPAGENAME}}/sandbox}}
+
*An example with noicon, title and verbose parameters
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|noicon=1|title=Rachel, Eliza|vb=1}}</nowiki></code>
 +
*{{ {{BASEPAGENAME}}/sandbox|noicon=1|title=Rachel, Eliza|vb=1}}
 +
 
 +
*An example with only a verbose parameter
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|vb=1}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|vb=1}}
 +
 
 +
*Example with title and an additional comment (should appear on the same line):
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|title=Blake, William}} A mystic from his very boyhood.</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|title=Blake, William}} A mystic from his very boyhood.
 +
 
 +
*An example using title and short
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|title=Blake, William|short=x}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|title=Blake, William|short=x}}
 +
 
 +
*An example using title, short and noicon
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|title=Blake, William|short=x|noicon=x}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|title=Blake, William|short=x|noicon=x}}
 +
 
 +
*An example using title, short and verbose
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|title=Bischoff, Theodor Ludwig Wilhelm|short=x|vb=1}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|title=Bischoff, Theodor Ludwig Wilhelm|short=x|vb=1}}
 +
 
 +
*An example using wstitle, noicon, short and verbose
 +
:<code><nowiki>{{ {{BASEPAGENAME}}/sandbox|wstitle=Bischoff, Theodor Ludwig Wilhelm|noicon=1|short=x|vb=1}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}/sandbox|wstitle=Bischoff, Theodor Ludwig Wilhelm|noicon=1|short=x|vb=1}}
  
 
{{clear}}
 
{{clear}}
Line 21: Line 58:
 
== Testing main template ==
 
== Testing main template ==
  
<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>}}</nowiki></code>
+
:<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>}}</nowiki></code>
 +
:{{{{BASEPAGENAME}}}}
 +
 
 +
*An example with a title parameter
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|title=Rachel, Eliza}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|title=Rachel, Eliza}}
 +
 
 +
*An example with a wstitle parameter
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|wstitle=Rachel, Eliza}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|wstitle=Rachel, Eliza}}
 +
 
 +
*An example with an unamed parameter
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|Rachel, Eliza}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|Rachel, Eliza}}
 +
 
 +
*An example with title and noicon parameters
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|title=Rachel, Eliza|noicon=x}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|title=Rachel, Eliza|noicon}}
 +
 
 +
*An example with title and verbose parameters
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|title=Rachel, Eliza|vb=1}}</nowiki></code>
 +
*{{ {{BASEPAGENAME}}|title=Rachel, Eliza|vb=1}}
 +
 
 +
*An example with noicon, title and verbose parameters
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|noicon=1|title=Rachel, Eliza|vb=1}}</nowiki></code>
 +
*{{ {{BASEPAGENAME}}|noicon=1|title=Rachel, Eliza|vb=1}}
  
{{ {{BASEPAGENAME}} |Rachel, Eliza}}
+
*An example with only a verbose parameter
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|vb=1}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|vb=1}}
  
{{{{BASEPAGENAME}}|wstitle=Rachel, Eliza}}
+
*Example with title and an additional comment (should appear on the same line):
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|title=Blake, William}} A mystic from his very boyhood.</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|title=Blake, William}} A mystic from his very boyhood.
  
{{{{BASEPAGENAME}}|title=Rachel, Eliza}}
+
*An example using title and short
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|title=Blake, William|short=x}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|title=Blake, William|short=x}}
  
{{{{BASEPAGENAME}}|Rachel, Eliza|vb=1}}
+
*An example using title, short and noicon
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|title=Blake, William|short=x|noicon=x}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|title=Blake, William|short=x|noicon=x}}
  
{{{{BASEPAGENAME}}|vb=1}}
+
*An example using title, short and verbose
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|title=Bischoff, Theodor Ludwig Wilhelm|short=x|vb=1}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|title=Bischoff, Theodor Ludwig Wilhelm|short=x|vb=1}}
  
{{ {{BASEPAGENAME}} }}
+
*An example using wstitle, noicon, short and verbose
 +
:<code><nowiki>{{ {{BASEPAGENAME}}|wstitle=Bischoff, Theodor Ludwig Wilhelm|noicon=1|short=x|vb=1}}</nowiki></code>
 +
:{{ {{BASEPAGENAME}}|wstitle=Bischoff, Theodor Ludwig Wilhelm|noicon=1|short=x|vb=1}}

Revision as of 13:01, 28 June 2012

Testing sandbox version

{{Cite Nuttall/sandbox}}
Wood, James, ed. (1907). The Nuttall Encyclopædia. London and New York: Frederick Warne. Missing or empty |title= (help)
  • An example with a title parameter
{{ {{BASEPAGENAME}}/sandbox|title=Rachel, Eliza}}
Wood, James, ed. (1907). "Rachel, Eliza" . The Nuttall Encyclopædia. London and New York: Frederick Warne.
  • An example with a wstitle parameter
{{ {{BASEPAGENAME}}/sandbox|wstitle=Rachel, Eliza}}
Wood, James, ed. (1907). "Rachel, Eliza" . The Nuttall Encyclopædia. London and New York: Frederick Warne.
  • An example with an unamed parameter
{{ {{BASEPAGENAME}}/sandbox|Rachel, Eliza}}
Wood, James, ed. (1907). "Rachel, Eliza" . The Nuttall Encyclopædia. London and New York: Frederick Warne.
  • An example with title and noicon parameters
{{ {{BASEPAGENAME}}/sandbox|title=Rachel, Eliza|noicon=x}}
Wood, James, ed. (1907). "Rachel, Eliza" . The Nuttall Encyclopædia. London and New York: Frederick Warne.
  • An example with title and verbose parameters
{{ {{BASEPAGENAME}}/sandbox|title=Rachel, Eliza|vb=1}}
  • An example with noicon, title and verbose parameters
{{ {{BASEPAGENAME}}/sandbox|noicon=1|title=Rachel, Eliza|vb=1}}
  • An example with only a verbose parameter
{{ {{BASEPAGENAME}}/sandbox|vb=1}}
This article incorporates text from a publication now in the public domainWood, James, ed. (1907). The Nuttall Encyclopædia. London and New York: Frederick Warne. Missing or empty |title= (help)
  • Example with title and an additional comment (should appear on the same line):
{{ {{BASEPAGENAME}}/sandbox|title=Blake, William}} A mystic from his very boyhood.
Wood, James, ed. (1907). "Blake, William" . The Nuttall Encyclopædia. London and New York: Frederick Warne. A mystic from his very boyhood.
  • An example using title and short
{{ {{BASEPAGENAME}}/sandbox|title=Blake, William|short=x}}
"Blake, William" . The Nuttall Encyclopædia. 1907.
  • An example using title, short and noicon
{{ {{BASEPAGENAME}}/sandbox|title=Blake, William|short=x|noicon=x}}
"Blake, William". The Nuttall Encyclopædia. 1907.
  • An example using title, short and verbose
{{ {{BASEPAGENAME}}/sandbox|title=Bischoff, Theodor Ludwig Wilhelm|short=x|vb=1}}
This article incorporates text from a publication now in the public domain"Bischoff, Theodor Ludwig Wilhelm" . The Nuttall Encyclopædia. 1907.
  • An example using wstitle, noicon, short and verbose
{{ {{BASEPAGENAME}}/sandbox|wstitle=Bischoff, Theodor Ludwig Wilhelm|noicon=1|short=x|vb=1}}
This article incorporates text from a publication now in the public domain"Bischoff, Theodor Ludwig Wilhelm". The Nuttall Encyclopædia. 1907.

Testing main template

{{Cite Nuttall}}
{{{{BASEPAGENAME}}}}
  • An example with a title parameter
{{ {{BASEPAGENAME}}|title=Rachel, Eliza}}
Wood, James, ed. (1907). "Rachel, Eliza" . The Nuttall Encyclopædia. London and New York: Frederick Warne.
  • An example with a wstitle parameter
{{ {{BASEPAGENAME}}|wstitle=Rachel, Eliza}}
Wood, James, ed. (1907). "Rachel, Eliza" . The Nuttall Encyclopædia. London and New York: Frederick Warne.
  • An example with an unamed parameter
{{ {{BASEPAGENAME}}|Rachel, Eliza}}
Wood, James, ed. (1907). "Rachel, Eliza" . The Nuttall Encyclopædia. London and New York: Frederick Warne.
  • An example with title and noicon parameters
{{ {{BASEPAGENAME}}|title=Rachel, Eliza|noicon=x}}
Wood, James, ed. (1907). "Rachel, Eliza" . The Nuttall Encyclopædia. London and New York: Frederick Warne.
  • An example with title and verbose parameters
{{ {{BASEPAGENAME}}|title=Rachel, Eliza|vb=1}}
  • An example with noicon, title and verbose parameters
{{ {{BASEPAGENAME}}|noicon=1|title=Rachel, Eliza|vb=1}}
  • An example with only a verbose parameter
{{ {{BASEPAGENAME}}|vb=1}}
This article incorporates text from a publication now in the public domainWood, James, ed. (1907). The Nuttall Encyclopædia. London and New York: Frederick Warne. Missing or empty |title= (help)
  • Example with title and an additional comment (should appear on the same line):
{{ {{BASEPAGENAME}}|title=Blake, William}} A mystic from his very boyhood.
Wood, James, ed. (1907). "Blake, William" . The Nuttall Encyclopædia. London and New York: Frederick Warne. A mystic from his very boyhood.
  • An example using title and short
{{ {{BASEPAGENAME}}|title=Blake, William|short=x}}
"Blake, William" . The Nuttall Encyclopædia. 1907.
  • An example using title, short and noicon
{{ {{BASEPAGENAME}}|title=Blake, William|short=x|noicon=x}}
"Blake, William". The Nuttall Encyclopædia. 1907.
  • An example using title, short and verbose
{{ {{BASEPAGENAME}}|title=Bischoff, Theodor Ludwig Wilhelm|short=x|vb=1}}
This article incorporates text from a publication now in the public domain"Bischoff, Theodor Ludwig Wilhelm" . The Nuttall Encyclopædia. 1907.
  • An example using wstitle, noicon, short and verbose
{{ {{BASEPAGENAME}}|wstitle=Bischoff, Theodor Ludwig Wilhelm|noicon=1|short=x|vb=1}}
This article incorporates text from a publication now in the public domain"Bischoff, Theodor Ludwig Wilhelm". The Nuttall Encyclopædia. 1907.