Template:Searchnews2: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 39: Line 39:
|resultsheader=
|resultsheader=
|include={newsarticle}.dplsearch,{newstitle}.dpl
|include={newsarticle}.dplsearch,{newstitle}.dpl
|count={{#if:{{{numarticles|}}}|{{{numarticles}}}|200}}
|count={{#if:{{{numarticles|}}}|{{{numarticles}}}|50}}
|includematch=/({{{find|}}}{{ #foreach: find$n$ |{{!}}{{{textsearch$n$}}}}})/si
|includematch=/({{{find|}}}{{ #foreach: find$n$ |{{!}}{{{textsearch$n$}}}}})/si
}}
}}
Line 63: Line 63:
|count={{#if:{{{numarticles|}}}|{{{numarticles}}}|200}}
|count={{#if:{{{numarticles|}}}|{{{numarticles}}}|200}}
}}}}</includeonly><noinclude><nowiki>
}}}}</includeonly><noinclude><nowiki>
|includematch=/({{#if:{{{find|}}}|{{{find}}}}}{{ #foreach: find$n$ |{{!}}{{{find$n$}}}}})/si
 
= 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
:<pre><nowiki>{{searchnews2|prevmon=0|title=PCI}} <-- search within the last month's news</nowiki></pre>
 
=== 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
 
= Example usage =
:<pre><nowiki>{{searchnews2|prevmon=0|title=PCI}} <-- search within the last month's news</nowiki></pre>
 
:<pre><nowiki>{{searchnews2|prevmon=0|find=PCI|find1=STEMI|find2=stent}} <-- search within the last month's news</nowiki></pre>
 
= 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 =
* [[:Template:Searchnews]]
* [[:Template:Listnews]]
* [[:Template:Dailynews]]
* [[:Template:Weeklynews]]
 




</nowiki></noinclude>
</nowiki></noinclude>

Revision as of 02:43, 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 :<pre><nowiki>{{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

Example usage

{{searchnews2|prevmon=0|title=PCI}}  <-- search within the last month's news
{{searchnews2|prevmon=0|find=PCI|find1=STEMI|find2=stent}}  <-- search 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


</nowiki>