Difference between revisions of "Template:DADS/doc"

From blackwiki
Jump to navigation Jump to search
imported>Eastlaw
(created documentation subpage)
 
imported>Eastlaw
(finished page)
Line 5: Line 5:
 
=== Usage ===
 
=== Usage ===
  
<code>{{DADS|{{{2}}}|{{{1}}}}}</code>
+
This template is for articles incorporating text from the [[National Institute of Standards and Technology]]'s [[Dictionary of Algorithms and Data Structures]], which is [[public domain]] and available free online [http://www.nist.gov/dads/ from the NIST website].  It should be placed at the bottom of the articles on which it is used.
 +
 
 +
<tt><nowiki>{{DADS|{{{2}}}|{{{1}}}}}</nowiki></tt>
  
 
where {{{1}}} equals the html name of the page within the DADS website, and {{{2}}} equals the name of the subject.
 
where {{{1}}} equals the html name of the page within the DADS website, and {{{2}}} equals the name of the subject.
  
Hence:
+
Hence,
  
<code>{{DADS|adaptive Huffman coding|adaptiveHuffman}}</code>
+
<tt><nowiki>{{DADS|adaptive Huffman coding|adaptiveHuffman}}</nowiki></tt>
  
will produce
+
will produce the following message at the bottom of the article:
  
 
''This article incorporates text from the [[National Institute of Standards and Technology|NIST]] [[Dictionary of Algorithms and Data Structures]], which, as a [[Copyright status of work by the U.S. government|U.S. government publication]], is in the [[public domain]]. Source: [http://www.nist.gov/dads/HTML/adaptiveHuffman.html adaptive Huffman coding]''.
 
''This article incorporates text from the [[National Institute of Standards and Technology|NIST]] [[Dictionary of Algorithms and Data Structures]], which, as a [[Copyright status of work by the U.S. government|U.S. government publication]], is in the [[public domain]]. Source: [http://www.nist.gov/dads/HTML/adaptiveHuffman.html adaptive Huffman coding]''.
[[Category:Wikipedia articles incorporating text from the NIST Dictionary of Algorithms and Data Structures]]
 
 
 
  
 
=== See also ===
 
=== See also ===
 +
*{{tl|NIST-PD}} for articles which use other public domain text or data from the National Institute of Standards and Technology.
  
 
<includeonly>
 
<includeonly>

Revision as of 00:43, 7 December 2008

This template will categorize articles that include it into Category:Wikipedia articles incorporating text from the NIST Dictionary of Algorithms and Data Structures.

Usage

This template is for articles incorporating text from the National Institute of Standards and Technology's Dictionary of Algorithms and Data Structures, which is public domain and available free online from the NIST website. It should be placed at the bottom of the articles on which it is used.

{{DADS|{{{2}}}|{{{1}}}}}

where {{{1}}} equals the html name of the page within the DADS website, and {{{2}}} equals the name of the subject.

Hence,

{{DADS|adaptive Huffman coding|adaptiveHuffman}}

will produce the following message at the bottom of the article:

This article incorporates text from the NIST Dictionary of Algorithms and Data Structures, which, as a U.S. government publication, is in the public domain. Source: adaptive Huffman coding.

See also

  • {{NIST-PD}} for articles which use other public domain text or data from the National Institute of Standards and Technology.