Difference between revisions of "Template:Package"

From WikEmacs
Jump to navigation Jump to search
(rm banner, just use infobox)
Line 23: Line 23:
 
* description - One line description
 
* description - One line description
 
* maintainer - The maintainer
 
* maintainer - The maintainer
 +
* (optional) in_emacs - When the package was included in emacs
 
* source - Where the source code lives
 
* source - Where the source code lives
  
Line 31: Line 32:
 
|name=Edit with Emacs
 
|name=Edit with Emacs
 
|description=Edit text areas via Chrom(ium) browsers
 
|description=Edit text areas via Chrom(ium) browsers
|maintainer=Alex Bennée |source=https://github.com/stsquad/emacs_chrome
+
|maintainer=Alex Bennée  
 +
|source=https://github.com/stsquad/emacs_chrome
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 17:24, 28 March 2012

What the template looks like

Emacs Package: package name
description simple one line description
maintainer name of maintainer


Usage

This template is used for adding a Emacs Packages to the wiki and formating a nice bit of boiler plate and auto-categorisation. Parameters include:

  • name - Name of package
  • description - One line description
  • maintainer - The maintainer
  • (optional) in_emacs - When the package was included in emacs
  • source - Where the source code lives

For example: ! Not an Emacs extension, a browser extension !

{{Package
|name=Edit with Emacs
|description=Edit text areas via Chrom(ium) browsers
|maintainer=Alex Bennée 
|source=https://github.com/stsquad/emacs_chrome
}}