Difference between revisions of "Template:Get general experts"

From SNIC Documentation
Jump to: navigation, search
(Created page with "<noinclude>'''Unless you really know what you are doing, you should probably use Template:List general experts instead.''' This template generates the page selection part of...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>'''Unless you really know what you are doing, you should probably use [[Template:List general experts]] instead.'''
 
<noinclude>'''Unless you really know what you are doing, you should probably use [[Template:List general experts]] instead.'''
  
This template generates the page selection part of a query for experts. It will yield pages for people who have the field Category:''page'', or otherwise have one of the ''fields'', which should be given as a comma separated list of category page names including the 'Category:' namespace part. These nonconventional requirements on ''fields'' have technical motivations related to how <nowiki>{{#show: ... }}</nowiki> render results for pages with multiply set properties, and may be subject to change in the future.
+
This template generates the page selection part of a query for field experts. It will yield pages for people who have the field Category:''page'', or otherwise have one of the ''fields'', which should be given as a comma separated list of category page names including the 'Category:' namespace part. These nonconventional requirements on ''fields'' have technical motivations related to how <nowiki>{{#show: ... }}</nowiki> render results for pages with multiply set properties, and may be subject to change in the future.
  
 
Examples:  
 
Examples:  
Line 8: Line 8:
 
  {{get general experts|{{PAGENAME}}|{{#ask: [[{{PAGENAME}}]]|?field=|link=none}}}}</nowiki>
 
  {{get general experts|{{PAGENAME}}|{{#ask: [[{{PAGENAME}}]]|?field=|link=none}}}}</nowiki>
  
</noinclude><includeonly><onlyinclude>[[Category:Person]] <q>[[field::Category:{{{page}}}]] {{#if: {{{fields|}}}|OR [[field::{{#replace:{{{fields}}}|, Category:|{{pipe}}{{pipe}}Category:}}]]}}</q></onlyinclude></includeonly>
+
</noinclude><includeonly><onlyinclude>[[Category:Person]] [[Is active::yes]] <q>[[field::Category:{{{page}}}]] {{#if: {{{fields|}}}|OR [[field::{{#replace:{{{fields}}}|, Category:|{{pipe}}{{pipe}}Category:}}]]}}</q></onlyinclude></includeonly>

Latest revision as of 09:47, 18 September 2013

Unless you really know what you are doing, you should probably use Template:List general experts instead.

This template generates the page selection part of a query for field experts. It will yield pages for people who have the field Category:page, or otherwise have one of the fields, which should be given as a comma separated list of category page names including the 'Category:' namespace part. These nonconventional requirements on fields have technical motivations related to how {{#show: ... }} render results for pages with multiply set properties, and may be subject to change in the future.

Examples:

 {{get general experts|GROMAX|Category:Bioinformatics, Category:Computational chemistry}}
 {{get general experts|{{PAGENAME}}|{{#ask: [[{{PAGENAME}}]]|?field=|link=none}}}}