Difference between revisions of "Template:Assessment/doc"

From blackwiki
Jump to navigation Jump to search
blackwiki>MSGJ
(create)
 
blackwiki>Zyxw
m (Since <tt> is obsolete in HTML5, replace it with <kbd> – see HTML element#tt, Wikipedia:HTML5, and mw:Help:Extension:Linter/obsolete-tag. using AWB)
Line 5: Line 5:
 
This simple template (see code at the bottom) is used to make easy entries in the [[Wikipedia:Version 1.0 Editorial Team|Version 1.0 Editorial Team]] article assessment tables. Usage is as follows:
 
This simple template (see code at the bottom) is used to make easy entries in the [[Wikipedia:Version 1.0 Editorial Team|Version 1.0 Editorial Team]] article assessment tables. Usage is as follows:
  
  <tt>&#123;{assessment
+
  <kbd>&#123;{assessment
 
   | page = (link to) ''Article's name''  
 
   | page = (link to) ''Article's name''  
 
   | importance=''[[Wikipedia:Version 1.0 Editorial Team/Core topics|Article importance]]''
 
   | importance=''[[Wikipedia:Version 1.0 Editorial Team/Core topics|Article importance]]''
Line 12: Line 12:
 
   | version=''[[Wikipedia:Version 1.0 Nominations|Scheduled release version]]''
 
   | version=''[[Wikipedia:Version 1.0 Nominations|Scheduled release version]]''
 
   | comments=''Comments, if any''
 
   | comments=''Comments, if any''
  }}</tt>
+
  }}</kbd>
  
 
If the names of the parameters are used, then the entries can be entered in any order; if they are omitted, the call to this template has to be in this '''exact''' order:
 
If the names of the parameters are used, then the entries can be entered in any order; if they are omitted, the call to this template has to be in this '''exact''' order:

Revision as of 05:27, 5 August 2018

Usage

This simple template (see code at the bottom) is used to make easy entries in the Version 1.0 Editorial Team article assessment tables. Usage is as follows:

{{assessment
 | page = (link to) Article's name 
 | importance=Article importance
 | date=Assessment date
 | class=Assessment class
 | version=Scheduled release version
 | comments=Comments, if any
}}

If the names of the parameters are used, then the entries can be entered in any order; if they are omitted, the call to this template has to be in this exact order:

{{assessment | page | importance | date | class | version | comments}}

See also