Difference between revisions of "Template:Historylink/testcases"

From blackwiki
Jump to navigation Jump to search
imported>Bri
m (→‎Testing sandbox version: use BASEPAGENAME in all)
imported>Bri
m (→‎Testing sandbox version: show sample code for all)
Line 10: Line 10:
  
 
===No parameters===
 
===No parameters===
 +
<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>/sandbox}}</nowiki></code>
 +
 
{{{{BASEPAGENAME}}/sandbox}}
 
{{{{BASEPAGENAME}}/sandbox}}
 +
 +
{{clear}}
  
 
===All parameters===
 
===All parameters===
 +
<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>/sandbox
 +
|title = Sample Title
 +
|article = 9999
 +
|author = John Doe
 +
|date = January 1, 1901
 +
}}</nowiki></code>
 +
 
{{{{BASEPAGENAME}}/sandbox
 
{{{{BASEPAGENAME}}/sandbox
 
|title = Sample Title
 
|title = Sample Title
Line 19: Line 30:
 
|date = January 1, 1901
 
|date = January 1, 1901
 
}}
 
}}
 +
 +
{{clear}}
  
 
===Title only===
 
===Title only===
 +
<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>/sandbox
 +
|title = Sample Title
 +
}}</nowiki></code>
 +
 
{{{{BASEPAGENAME}}/sandbox
 
{{{{BASEPAGENAME}}/sandbox
 
|title = Sample Title
 
|title = Sample Title
 
}}
 
}}
 +
 +
{{clear}}
  
 
===Article ID only===
 
===Article ID only===
 +
<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>/sandbox
 +
|article = 9999
 +
}}</nowiki></code>
 +
 
{{{{BASEPAGENAME}}/sandbox
 
{{{{BASEPAGENAME}}/sandbox
 
|article = 9999
 
|article = 9999
 
}}
 
}}
 +
 +
{{clear}}
  
 
===Author only===
 
===Author only===
 +
<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>/sandbox
 +
|author = John Doe
 +
}}</nowiki></code>
 +
 
{{{{BASEPAGENAME}}/sandbox
 
{{{{BASEPAGENAME}}/sandbox
 
|author = John Doe
 
|author = John Doe
 
}}
 
}}
 +
 +
{{clear}}
  
 
===Date only===
 
===Date only===
 +
<code><nowiki>{{</nowiki>{{BASEPAGENAME}}<nowiki>/sandbox
 +
|date = January 1, 1901
 +
}}</nowiki></code>
 +
 
{{{{BASEPAGENAME}}/sandbox
 
{{{{BASEPAGENAME}}/sandbox
 
|date = January 1, 1901
 
|date = January 1, 1901
 
}}
 
}}
 +
 +
{{clear}}
  
 
== Testing main template ==
 
== Testing main template ==

Revision as of 20:54, 9 November 2010

Testing sandbox version

{{Historylink/sandbox}}

Uncited article, HistoryLink


No parameters

{{Historylink/sandbox}}

Uncited article, HistoryLink


All parameters

{{Historylink/sandbox |title = Sample Title |article = 9999 |author = John Doe |date = January 1, 1901 }}

John Doe (January 1, 1901), Sample Title, HistoryLink


Title only

{{Historylink/sandbox |title = Sample Title }}

Sample Title, HistoryLink


Article ID only

{{Historylink/sandbox |article = 9999 }}

Essay #9999, HistoryLink


Author only

{{Historylink/sandbox |author = John Doe }}

John Doe, Uncited article, HistoryLink


Date only

{{Historylink/sandbox |date = January 1, 1901 }}

Uncited article, HistoryLink, January 1, 1901


Testing main template

{{Historylink}}

Uncited article, HistoryLink


No parameters

Uncited article, HistoryLink


All parameters

John Doe (January 1, 1901), Sample Title, HistoryLink


Title only

Sample Title, HistoryLink


Article ID only

Essay #9999, HistoryLink


Author only

John Doe, Uncited article, HistoryLink


Date only

Uncited article, HistoryLink, January 1, 1901