Difference between revisions of "Template:Package"

From WikEmacs
Jump to navigation Jump to search
(Fixed title)
Line 41: Line 41:
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
By using this template to declare a package you automatically include the page in the [[:Category:Emacs Package|Emacs Package category]]

Revision as of 09:07, 29 March 2012

What the template looks like

package name
Description simple one line description
Maintainer name of maintainer
Source Code no link provided


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
  • source - Where the source code lives
  • (optional) in_emacs - When the package was included in emacs

For example:

{{Package
|name=edit-server.el
|description=Provide an edit server for Chrom(ium) browser extensions
|maintainer=Alex Bennée
|source=https://github.com/stsquad/emacs_chrome/blob/master/servers/edit-server.el
}}

By using this template to declare a package you automatically include the page in the Emacs Package category