Difference between revisions of "Template:Part of article series"

From SNIC Documentation
Jump to: navigation, search
Line 2: Line 2:
 
Tag a page as part of an article series with an intended read order.  
 
Tag a page as part of an article series with an intended read order.  
  
Usage: <nowiki>{{</nowiki>article series|''name''|''description''|''order''|''quiet''}}
+
Usage: <nowiki>{{</nowiki>part of article series |''series'' |''intro'' |''order'' |''quiet'' }}
  
''name'' is the name of the article series, and ''order'' is a number that shows the intended reading order (ascending). ''description'' is only set if given, and is a shortest possible style description of what the page is about, and is for example displayed in <nowiki>{{</nowiki>article series contents}}. If ''quiet'' is not set, this template will create home/previous/next links using [[Template:Article series navigation]].
+
''series'' is the name of the article series (mind the capitalization!) and ''order'' is a number that indicates the intended read order (ascending). ''intro'' is a brief description of what the page is about, at most a couple of sentences but preferably less, and is for example displayed in <nowiki>{{</nowiki>article series contents}}. This is similar to [[Property:Description]], but is not required to be ''that'' brief. If ''quiet'' is not set, this template will create home/previous/next links using [[Template:Article series navigation]].
  
 
Example:
 
Example:
 
  <nowiki>{{</nowiki>article series
 
  <nowiki>{{</nowiki>article series
  |name=My article series
+
  |series=My article series
  |description=Practical implications of using advanced technologies.
+
  |intro=Practical implications of using advanced technologies.
 
  |order=50}}
 
  |order=50}}
  
</noinclude><includeonly>{{#set:article series={{{name}}}|article order={{{order}}}}}{{#if: {{{description|}}}|{{#set:description={{{description}}}}}}}{{#if: {{{quiet|}}}||{{article series navigation}}}}</includeonly>
+
</noinclude><includeonly>{{#set:article series={{{name}}}|article series order={{{order}}}|intro={{{intro|}}}}}{{#if: {{{quiet|}}}||{{article series navigation}}}}</includeonly>

Revision as of 09:10, 8 February 2012

Tag a page as part of an article series with an intended read order.

Usage: {{part of article series |series |intro |order |quiet }}

series is the name of the article series (mind the capitalization!) and order is a number that indicates the intended read order (ascending). intro is a brief description of what the page is about, at most a couple of sentences but preferably less, and is for example displayed in {{article series contents}}. This is similar to Property:Description, but is not required to be that brief. If quiet is not set, this template will create home/previous/next links using Template:Article series navigation.

Example:

{{article series
|series=My article series
|intro=Practical implications of using advanced technologies.
|order=50}}