Difference between revisions of "Template:Reqarchive/doc"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 17:56, 25 December 2010

Usage

{{reqarchive
| reason       = 
| requested_by = 
| date         = 
| last_year    =
| last_month   =
| last_day     =
}}

All fields are optional, if none are placed a default message will occur.

  • reasonauthor to put author requets, inactive to put due to inactivity, or blank for default message
  • requested_by — who is requesting the archival
  • date — date the request was made
  • last_year — the year of the last activity of the section
  • last_month — the month of the last activity of the section
  • last_day — the day of the last activity of the section

Examples

{{reqarchive}}

Produces:


{{reqarchive
| requested_by = Dan9186
| date         = {{subst:date|subst=subst:}}
}}

Produces:


{{reqarchive
| reason       = author
| requested_by = Dan9186
| date         = {{subst:date|subst=subst:}}
}}

Produces:


{{reqarchive
| reason       = inactive
| requested_by = Dan9186
| date         = {{subst:date|subst=subst:}}
| last_year    = 2007
| last_month   = 12
| last_day     = 1
}}

Produces:


See also