Template:Action

From EcoReality

Usage

Use this template to put action items in meeting minutes, or to refer to previously entered action items.

It will then log that item to the database for later retrieval. For the present, it is only a presentation template until the extension to log the item is completed.

See Test:Decision log for general design notes on how this will work with a database and extension.

Parameters

  1. Serial number or date.serial
  2. NEW or UPDATE or DONE
  3. user name that action is assigned to
  4. text of the action item

Problems

  • What is the identifying information (primary key)?

Example

as entered 
{{action|4|NEW|Jan Steinman|will drink a beer.}}
as displayed 
ACTION-NEW: Jan Steinman will drink a beer.

Template

ACTION-{{{2}}}: [[User:{{{3}}}|{{{3}}}]] {{{4}}}

entry points