Difference between revisions of "Template:Package"
Jump to navigation
Jump to search
m (category) |
(author column) |
||
Line 4: | Line 4: | ||
| label1 = Description | | label1 = Description | ||
| data1 = {{{description|simple one line description}}} | | data1 = {{{description|simple one line description}}} | ||
− | | label2 = | + | | label2 = Author |
− | | data2 = {{{maintainer|name of maintainer}}} | + | | data2 = {{{author|name of author}}} |
− | | | + | | label3 = Maintainer |
− | | | + | | data3 = {{{maintainer|name of maintainer}}} |
+ | | label4 = Source | ||
+ | | data4 = {{{source|'''no link provided'''}}} | ||
| {{#if: {{{in_emacs|}}}||NULL}}label4 = Part of Emacs | | {{#if: {{{in_emacs|}}}||NULL}}label4 = Part of Emacs | ||
| {{#if: {{{in_emacs|}}}||NULL}}data4 = {{#if: {{{in_emacs|}}}|{{{in_emacs}}}}} | | {{#if: {{{in_emacs|}}}||NULL}}data4 = {{#if: {{{in_emacs|}}}|{{{in_emacs}}}}} | ||
Line 26: | Line 28: | ||
|name=edit-server.el | |name=edit-server.el | ||
|description=Provide an edit server for Chrom(ium) browser extensions | |description=Provide an edit server for Chrom(ium) browser extensions | ||
+ | |author=Alex Bennée | ||
|maintainer=Alex Bennée | |maintainer=Alex Bennée | ||
|source=https://github.com/stsquad/emacs_chrome/blob/master/servers/edit-server.el | |source=https://github.com/stsquad/emacs_chrome/blob/master/servers/edit-server.el |
Revision as of 12:04, 1 April 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
- maintainer - The maintainer
- source - Where the source code lives
- (optional) in_emacs - When the package was included in emacs
Description | Provide an edit server for Chrom(ium) browser extensions |
---|---|
Author | Alex Bennée |
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
The sample box shown here is defined using:
{{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 }}