Content deleted Content added
m gr |
Added page naming to template and basic description of how to use the template |
||
Line 28:
}}
|}<includeonly>{{#switch:{{{class}}}
|fa|Fa|FA=[[Category:FA-Class Computer science articles|{{{page|{{PAGENAME}}}}}]]
|a|A=[[Category:A-Class Computer science articles|{{{page|{{PAGENAME}}}}}]]
|ga|Ga|GA=[[Category:GA-Class Computer science articles|{{{page|{{PAGENAME}}}}}]]
|b|B=[[Category:B-Class Computer science articles|{{{page|{{PAGENAME}}}}}]]
|start|Start=[[Category:Start-Class Computer science articles|{{{page|{{PAGENAME}}}}}]]
|stub|Stub=[[Category:Stub-Class Computer science articles|{{{page|{{PAGENAME}}}}}]]
|na|Na|NA=
|#default=[[Category:Unassessed-Class Computer science articles|{{{page|{{PAGENAME}}}}}]]
}}
{{#switch:{{{importance}}}
|Top|top|TOP=[[Category:Top-importance Computer science articles|{{{page|{{PAGENAME}}}}}]]
|High|high|HIGH=[[Category:High-importance Computer science articles|{{{page|{{PAGENAME}}}}}]]
|Mid|mid|MID=[[Category:Mid-importance Computer science articles|{{{page|{{PAGENAME}}}}}]]
|Low|low|LOW=[[Category:Low-importance Computer science articles|{{{page|{{PAGENAME}}}}}]]
|NA|na=
|#default=[[Category:Unassessed-importance Computer science articles|{{{page|{{PAGENAME}}}}}]]
}}</includeonly><noinclude>
----
==Purpose==
To classify and assess Computer Science articles from the [[Wikipedia:WikiProject Computer science]] project
==Usage==
To add an article to the Computer Science Category, simply add the template to the talk page of the article with the following parameters:
<pre>
{{WikiProject Computer science
|class=XX
|importance=YY
|page=CC
}}</pre>
*class: Options are '''FA''', '''A''', '''GA''', '''B''', '''Start''', '''Stub''', based on the [[Wikipedia:Version 1.0 Editorial Team/Assessment|Wikipedia 1.0 Assessment Scale]]. If blank, this will default as Unassessed.
*importance: Options are '''Top''', '''High''', '''Mid''', '''Low''' based on [[Wikipedia:Version 1.0 Editorial Team/Release Version Criteria#Importance of topic|this scale]]. If blank, this will default as Unknown importance.
*page: Defaults to <nowiki>{{PAGENAME}}</nowiki>. Used to override category name (To remove "The")
[[Category:WikiProject banners|{{PAGENAME}}]] [[Category:Templates using ParserFunctions|{{PAGENAME}}]]
</noinclude>
|