Template:Searchnews2: Difference between revisions
Jump to navigation
Jump to search
Jacki Buros (talk | contribs) |
Jacki Buros (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{# | <includeonly>{{#switch: {{#if:{{{find|}}}|text|{{#if:{{{title|}}}|title|neither}}}} | ||
| #default = {{#dpl: | | #default = {{#dpl: | ||
category=Published{{#if:{{{prevmon|}}}|&{{#time:F Y|01-{{CURRENTMONTH}}-{{CURRENTYEAR}} -{{{prevmon}}} months}}}}{{#if:{{{prevyear|}}}|&{{#time:Y|01-{{CURRENTMONTH}}-{{CURRENTYEAR}} -{{{prevyear}}} years}}}}{{#if:{{{year|}}}|&{{{year}}}}}{{#if:{{{cat|}}}|&{{{cat}}}}} | category=Published{{#if:{{{prevmon|}}}|&{{#time:F Y|01-{{CURRENTMONTH}}-{{CURRENTYEAR}} -{{{prevmon}}} months}}}}{{#if:{{{prevyear|}}}|&{{#time:Y|01-{{CURRENTMONTH}}-{{CURRENTYEAR}} -{{{prevyear}}} years}}}}{{#if:{{{year|}}}|&{{{year}}}}}{{#if:{{{cat|}}}|&{{{cat}}}}} | ||
Line 40: | Line 40: | ||
|include={newsarticle}.dplsearch,{newstitle}.dpl | |include={newsarticle}.dplsearch,{newstitle}.dpl | ||
|count={{#if:{{{numarticles|}}}|{{{numarticles}}}|50}} | |count={{#if:{{{numarticles|}}}|{{{numarticles}}}|50}} | ||
|includematch=/({{{find|}}}{{ #foreach: find$n$ |{{!}}{{{ | |includematch=/({{#trim:{{{find|}}}}}{{ #foreach: find$n$ |{{!}}{{#trim:{{{find$n$}}}}}}})/si | ||
}} | }} | ||
| title = {{#dpl: | | title = {{#dpl: | ||
category=Published{{#if:{{{prevmon|}}}|&{{#time:F Y|01-{{CURRENTMONTH}}-{{CURRENTYEAR}} -{{{prevmon}}} months}}}}{{#if:{{{prevyear|}}}|&{{#time:Y|01-{{CURRENTMONTH}}-{{CURRENTYEAR}} -{{{prevyear}}} years}}}}{{#if:{{{year|}}}|&{{{year}}}}}{{#if:{{{cat|}}}|&{{{cat}}}}} | category=Published{{#if:{{{prevmon|}}}|&{{#time:F Y|01-{{CURRENTMONTH}}-{{CURRENTYEAR}} -{{{prevmon}}} months}}}}{{#if:{{{prevyear|}}}|&{{#time:Y|01-{{CURRENTMONTH}}-{{CURRENTYEAR}} -{{{prevyear}}} years}}}}{{#if:{{{year|}}}|&{{{year}}}}}{{#if:{{{cat|}}}|&{{{cat}}}}} | ||
|titlematch=%{{{title}}}%{{ #foreach: title$n$ |{{!}}%{{{title$n$}}}%}} | |titlematch=%{{#trim:{{{title}}}}}%{{ #foreach: title$n$ |{{!}}%{{#trim:{{{title$n$}}}}}%}} | ||
|debug=0 | |debug=0 | ||
|allowcachedresults={{#if:{{{cacheresults|}}}|{{{cacheresults}}}|true}} | |allowcachedresults={{#if:{{{cacheresults|}}}|{{{cacheresults}}}|true}} |
Revision as of 02:54, 20 February 2009
parameters
selection
- find=PCI | find1=STEMI | find2=... : search news titles + summaries (note: db intensive, please limit numarticles)
- title=PCI | title1=STEMI | title2=... : search news titles only (*much* less db intensive)
- cat=January 2009 : list articles from Jan 2009
- year=#### : list articles published in year ####, starting with most recent (use 4 digits)
- prevmon=# : list articles published so many months ago, as displayed on Category:Published
- prevyear=# : list articles published so many years ago, as displayed on Category:Published
NOTE: time limiters & searches can be combined -- this is a good way to limit results. EX, you could say
{{searchnews2|prevmon=0|title=PCI}} <-- search within the last month's news
output volume / efficiency
- numarticles=# : number of articles to display (for title searching, it will be this number. For text searching, search is conducted within this number of most recent articles.
- cacheresults (true or false, defaults to true) : whether it's OK to use data up to an hour old
Examples
{{searchnews2|prevmon=0|title=PCI}} <-- search titles within the last month's news
{{searchnews2|prevmon=0|find=PCI|find1=STEMI|find2=stent}} <-- search text within the last month's news
Misc comments
- As noted elsewhere, search terms for 'find' params are case insensitive. Titles are not. See Template:Searchnews for more info on this.
- This is slightly modified from Template:Searchnews which limits display articles to 5, irrespective of the articlenum param. Searchnews also doesn't give the option of searching by year and/or title.
- As in Searchnews & Listnews, the control of the display is dictated by Template:Newsarticle.dplsearch
See also