Template:Article Infobox: Difference between revisions

m (Fixing typo)
(updating noinclude text w/ instructions for use)
Line 52: Line 52:
{{WIP}}
{{WIP}}


This template exists to provide information about a particular article.  The Article Infobox template should be used to alert readers that the contents of the article are for a particular audience, or are applicable to ZCS 4.5, 5.0 or 6.0.
This template provides version information about an article.  The Article Infobox template should be used to notify readers that an article is applicable to specific ZCS versions.


In order to use this template, type the following Wikitext at the bottom of the article you are editing:
In order to use this template, type the following Wikitext at the bottom of the article you are editing:


  <nowiki>{{Article Infobox}}</nowiki>
  <nowiki>{{Article Infobox|</nowiki>''{{{1}}}''<nowiki>|</nowiki>''{{{2}}}''<nowiki>|</nowiki>''{{{3}}}''<nowiki>}}</nowiki>
 
This template has three variables:
 
*{{{1}}} indicates if an article applies to ZCS 6.0
*{{{2}}} indicates if an article applies to ZCS 5.0
*{{{3}}} indicates if an article applies to ZCS 4.5
 
For each variable, type '''y''' or '''n''' to indicate whether the article applies to that ZCS version.
 
For example, to apply this template to an article that applies to ZCS 6.0 and 5.0, but not 4.5, use the following Wikitext:
 
<nowiki>{{Article Infobox|y|y|n}}</nowiki>


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 22:55, 1 December 2009




This template provides version information about an article. The Article Infobox template should be used to notify readers that an article is applicable to specific ZCS versions.

In order to use this template, type the following Wikitext at the bottom of the article you are editing:

{{Article Infobox|{{{1}}}|{{{2}}}|{{{3}}}}}

This template has three variables:

  • {{{1}}} indicates if an article applies to ZCS 6.0
  • {{{2}}} indicates if an article applies to ZCS 5.0
  • {{{3}}} indicates if an article applies to ZCS 4.5

For each variable, type y or n to indicate whether the article applies to that ZCS version.

For example, to apply this template to an article that applies to ZCS 6.0 and 5.0, but not 4.5, use the following Wikitext:

{{Article Infobox|y|y|n}}
Jump to: navigation, search