Difference between revisions of "Template:Importance scheme/doc"

From blackwiki
Jump to navigation Jump to search
imported>Jerem43
(→‎Usage instructions: Add see also)
imported>MSGJ
(update)
Line 3: Line 3:
 
==Usage instructions==
 
==Usage instructions==
 
* The code below is for customizing the template for a specific WikiProject. Fields are optional, and will default to generic examples if left blank.
 
* The code below is for customizing the template for a specific WikiProject. Fields are optional, and will default to generic examples if left blank.
**Specifying the Project field will link the importance labels to the appropriate importance category in the given project in the format "''Low''-importance ''Project'' articles".
+
**Specifying the topic field will link the importance labels to the appropriate importance category in the given project in the format "''Low''-importance ''topic'' articles".
 
**Specifying article importance examples will display the provided text in the example for the given importance.
 
**Specifying article importance examples will display the provided text in the example for the given importance.
 
**The rows for ''Bottom'', ''No'', ''NA'' and ''Unknown'' are optional, and will not be displayed unless '''yes''' is specified for the respective "Bottom", "No", "NA" and "Unknown" parameters.
 
**The rows for ''Bottom'', ''No'', ''NA'' and ''Unknown'' are optional, and will not be displayed unless '''yes''' is specified for the respective "Bottom", "No", "NA" and "Unknown" parameters.
 
+
**impn - allows a different name for the importance scale (e.g. priority). If not specified, then "importance" will be used.
 
*Copy and paste:
 
*Copy and paste:
 
<pre>
 
<pre>
 
{{Importance scheme
 
{{Importance scheme
|Project        =  
+
|topic          =
 +
|impn          =
 
|Top_text      =  
 
|Top_text      =  
 
|Top_example    =  
 
|Top_example    =  

Revision as of 16:25, 13 July 2009

Usage instructions

  • The code below is for customizing the template for a specific WikiProject. Fields are optional, and will default to generic examples if left blank.
    • Specifying the topic field will link the importance labels to the appropriate importance category in the given project in the format "Low-importance topic articles".
    • Specifying article importance examples will display the provided text in the example for the given importance.
    • The rows for Bottom, No, NA and Unknown are optional, and will not be displayed unless yes is specified for the respective "Bottom", "No", "NA" and "Unknown" parameters.
    • impn - allows a different name for the importance scale (e.g. priority). If not specified, then "importance" will be used.
  • Copy and paste:
{{Importance scheme
|topic          = 
|impn           =
|Top_text       = 
|Top_example    = 
|High_text      = 
|High_example   = 
|Mid_text       = 
|Mid_example    = 
|Low_text       = 
|Low_example    = 
|Bottom         = 
|Bottom_text    = 
|Bottom_example = 
|No             = 
|No_text        = 
|No_example     = 
|NA             = 
|NA_text        = 
|NA_example     = 
|Unknown        = 
|Unknown_text = 
}}