User:Gu/Test
December 12 2007 December 13 2007 TLTest
Q1: <ask>
The date "*" was not understood.The date "*" was not understood. The date "*" was not understood.The date "*" was not understood.
</ask>
Q2: <ask> </ask>
<ask format="timeline" link="all" timelinebands="DAY,WEEK,MONTH" timelineposition="start" timelinesize="400px" sort="end date" limit="25">
The date ">2013-05-22" was not understood.The date ">2013-05-22" was not understood. Co-located with The date "*" was not understood.The date "*" was not understood. The date "*" was not understood.The date "*" was not understood.
</ask>
<ask format="timeline" link="all" timelinebands="DAY,WEEK,MONTH" timelineposition="start" timelinesize="400px" limit="25">
The date "*" was not understood.The date "*" was not understood. The date "*" was not understood.The date "*" was not understood.
</ask>
Q1: <ask format="list">
The date "*" was not understood.The date "*" was not understood. The date "*" was not understood.The date "*" was not understood.
</ask>
Q2: <ask format=list> </ask>
Contents |
[edit] Test: ask parameters
[edit] no limit
<ask default="nothing found"> * GO:12345</ask>
[edit] Should find something:
[edit] limit 0
<ask limit=0 searchlabel="more..." default="nothing found"> * GO:12345</ask>
[edit] limit 1
<ask limit=1 searchlabel="more..." default="nothing found"> * GO:12345</ask>
[edit] limit 0 without default
<ask limit=0 searchlabel="more..."> * GO:12345</ask>
[edit] limit 0 without searchlabel
<ask limit=0 default="nothing found"> * GO:12345</ask>
[edit] limit 0 without default and searchlabel
<ask limit=0> * GO:12345</ask>
[edit] Should find nothing:
[edit] limit 0
<ask limit=0 searchlabel="more..." default="nothing found"> * GO:99999</ask>
[edit] limit 1
<ask limit=1 searchlabel="more..." default="nothing found"> * GO:99999</ask>
[edit] Test: part of ask from template
[edit] no limit
<ask default="nothing found"> * GO:12345</ask>
[edit] Test: n-ary
1:<ask limit=3> GO:12345 *</ask>
2:<ask limit=3> GO:12345</ask>
3:<ask limit=3> GO:45678 *</ask>
4:<ask limit=3> GO:45678;IEA *</ask>
5:<ask limit=3> GO:12345;IEA *</ask>