Template:Ada/2005/Cite AI

From Wikibooks, open books for an open world
Jump to navigation Jump to search

AI05-{{{id}}}-01. "{{{title}}}". Ada Rapporteur Group.

This template for citing Ada Issues (AI) is indicated for inline references.

Usage[edit source]

All the parameters are optional, except title and id:

{{Ada/2005/Cite AI
 |      title = (required)
 |         id = (required)
 |        alt = 
 |      class = 
 |       date = 
 |        rev = 
 |      quote = 
 | accessdate = 2024-04-18

}}

title
title of the Ada Issue
id
identifier
alt
alternative (if available), first alternative by default
class
one of:
  • Amendment
  • Binding Interpretation
  • Confirmation
  • Ramification
  • Presentation
date
date in YYYY-MM-DD format
rev
revision number
quote
specific quote

Example[edit source]

The following template instantiation:

*{{Ada/2005/Cite AI
 |      title = Variable views of constant objects
 |         id = 54
 |        alt = 2
 |      class = Binding Interpretation
 |       date = 2008-11-26
 |        rev = 1.6
 |      quote = ...squirreling away an access-to-variable value during the initialization of a constant (the so-called "Rosen" trick)...
 | accessdate = 2009-01-01
}}

gives:

  • AI05-0054-02 (2008-11-26). "Variable views of constant objects". Class: Binding Interpretation. Ada Rapporteur Group. Retrieved 2009-01-01. ...squirreling away an access-to-variable value during the initialization of a constant (the so-called "Rosen" trick)...

See also[edit source]

Further reading[edit source]

External links[edit source]