Difference between revisions of "Template:Package"
Jump to navigation
Jump to search
m (category) |
|||
(26 intermediate revisions by 5 users not shown) | |||
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}}} |
− | | {{#if: {{{in_emacs|}}}||NULL}} | + | | label4 = Source |
− | | {{#if: {{{in_emacs|}}}||NULL}} | + | | data4 = {{{source|'''no link provided'''}}} |
+ | | {{#if: {{{in_emacs|}}}||NULL}}label5 = Part of Emacs | ||
+ | | {{#if: {{{in_emacs|}}}||NULL}}data5 = {{#switch: {{{in_emacs}}} | ||
+ | | 23 = Since Emacs 23 | ||
+ | | 24 = Since Emacs 24 | ||
+ | | {{{in_emacs}}} | ||
+ | }} | ||
+ | |{{#if: {{{el_get}}}||NULL}}label6 = El-Get | ||
+ | |{{#if: {{{el_get}}}||NULL}}data6 = {{#ifeq: {{{el_get|}}}|||[https://github.com/dimitri/el-get/blob/master/recipes/{{{el_get}}}.rcp {{{el_get}}}]}} | ||
+ | |{{#if: {{{melpa}}}||NULL}}label7 = MELPA | ||
+ | |{{#if: {{{melpa}}}||NULL}}data7 = {{#ifeq: {{{melpa|}}}|||[https://github.com/melpa/melpa/blob/master/recipes/{{{melpa}}} {{{melpa}}}]}} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
Line 19: | Line 29: | ||
* name - Name of package | * name - Name of package | ||
* description - One line description | * description - One line description | ||
+ | * author - Author Name | ||
* maintainer - The maintainer | * maintainer - The maintainer | ||
* 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 | ||
+ | * (optional) el_get - El-Get package name. Generates link to recipe. | ||
+ | * (optional) melpa - MELPA package name. Generates link to recipe. | ||
{{Package | {{Package | ||
|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 | ||
+ | |in_emacs=No | ||
|category= | |category= | ||
}} | }} | ||
Line 38: | Line 53: | ||
|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 | ||
+ | |in_emacs=No | ||
|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 | ||
}} | }} | ||
Line 46: | Line 63: | ||
<!-- The pre block shows the correct usage, where the 'category' param is unset and so the default gets used. --> | <!-- The pre block shows the correct usage, where the 'category' param is unset and so the default gets used. --> | ||
− | [[Category: | + | [[Category:Templates]] |
+ | [[Category:Package]] | ||
</noinclude> | </noinclude> |
Latest revision as of 01:04, 25 October 2016
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
- (optional) el_get - El-Get package name. Generates link to recipe.
- (optional) melpa - MELPA package name. Generates link to recipe.
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 |
Part of Emacs | No |
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 }}