Difference between revisions of "Template:Package"
Jump to navigation
Jump to search
m (test: trying to remove bogus content) |
|||
| Line 29: | Line 29: | ||
* source - Where the source code lives | * source - Where the source code lives | ||
* (optional) in_emacs - When the package was included in emacs | * (optional) in_emacs - When the package was included in emacs | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
By using this template to declare a package you automatically include the page in the [[:Category:Emacs Package|Emacs Package category]] | By using this template to declare a package you automatically include the page in the [[:Category:Emacs Package|Emacs Package category]] | ||
Revision as of 20:39, 22 June 2012
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
- author - Author Name
- maintainer - The maintainer
- source - Where the source code lives
- (optional) in_emacs - When the package was included in emacs
By using this template to declare a package you automatically include the page in the Emacs Package category
The sample box shown here is defined using:
{{Package
|name=edit-server.el
|description=Provide an edit server for Chrom(ium) browser extensions
|author=Alex Bennée
|maintainer=Alex Bennée
|in_emacs=No
|source=https://github.com/stsquad/emacs_chrome/blob/master/servers/edit-server.el
}}