Template:Searchnews: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 35: Line 35:
=== Notes on usage===
=== Notes on usage===
# First search term (parameter 'find') is required --  
# First search term (parameter 'find') is required --  
** Can use as many additional search terms (find1, find2, ... find#)
#* Can use as many additional search terms (find1, find2, ... find#)
** All search terms are joined by OR statement.
#* All search terms are joined by OR statement.
# Article results are sorted by most recent, according to date passed to [[:Template:Newsarticle]]
# Article results are sorted by most recent, according to date passed to [[:Template:Newsarticle]]
# All searches are case-insensitive. Can specify word-breaks using \b (end-of-word)
# All searches are case-insensitive. Can specify word-breaks using \b (end-of-word)
# Default title display is set by [[:Template:Newsarticle.dplsearch]]
# Default title display is set by [[:Template:Newsarticle.dplsearch]]
# Default number of articles is 10
# Default number of articles is 10
# The entire contents of the news article are NOT searched -- search occurs within the contents of page title (per mediawiki), the ''summary'' term of the [[:Template:Newsarticle|Newsarticle template]], and the contents of ''keywords'' optionally passed to [[:Template:Newsarticle]]


== Template customization ==
== Template customization ==

Revision as of 23:45, 16 February 2009


Template usage

  • use like
    • {{Searchnews}} to display all news titles (10 articles by default)
    • {{Searchnews|articlecount=1}} to display most recent 1 news article.
    • {{Searchnews|articlecount=5|find=pci}} to search for pci (case insensitive).
    • {{Searchnews|articlecount=5|find=pci|find1=STEMI}} to search for pci OR STEMI (case insensitive).
    • {{Searchnews|articlecount=5|find=pci|find1=\bMI\b}} to search for pci OR MI (case insensitive, MI occuring as a whole word).

Notes on usage

  1. First search term (parameter 'find') is required --
    • Can use as many additional search terms (find1, find2, ... find#)
    • All search terms are joined by OR statement.
  2. Article results are sorted by most recent, according to date passed to Template:Newsarticle
  3. All searches are case-insensitive. Can specify word-breaks using \b (end-of-word)
  4. Default title display is set by Template:Newsarticle.dplsearch
  5. Default number of articles is 10
  6. The entire contents of the news article are NOT searched -- search occurs within the contents of page title (per mediawiki), the summary term of the Newsarticle template, and the contents of keywords optionally passed to Template:Newsarticle

Template customization

See also

example display (last recent news with defaults)

{{searchnews|articlecount=10|find=PCI|find1=intervention|find2=STEMI}} {{#dpl: debug=3 |category=Published |uses=Template:Newstitle |namespace=News |notcategory=Disputed |notcategory=Not_published |shownamespace=false |ordermethod=sortkey |order=descending |addauthor=false |reset=categories |addfirstcategorydate=true |userdateformat=Y-m-d (D) |mode=userformat |format = ,,, |noresultsheader=  |distinct=true |resultsheader= |include={newsarticle}.dplsearch,{newstitle}.dpl |includematch=/(PCI{{ #foreach: find$n$ ||{{{find$n$}}}}})/si |count=10 }}