Difference between revisions of "Template:Package"

From WikEmacs
Jump to navigation Jump to search
Line 4: Line 4:
 
<!--Summary Infobox -->
 
<!--Summary Infobox -->
 
{{Infobox
 
{{Infobox
| title                 = '''Emacs Package''': {{{name|package name}}}
+
| Title                 = '''Emacs Package''': {{{name|package name}}}
| label1  = description
+
| label1  = Description
 
| data1  = {{{description|simple one line description}}}
 
| data1  = {{{description|simple one line description}}}
| label2  = maintainer
+
| label2  = Maintainer
 
| data2  = {{{maintainer|name of maintainer}}}
 
| data2  = {{{maintainer|name of maintainer}}}
 
}}
 
}}
Line 16: Line 16:
 
<noinclude>
 
<noinclude>
 
<!-- This stuff is only included when looking at the template page itself -->
 
<!-- This stuff is only included when looking at the template page itself -->
 +
 
== Usage ==
 
== Usage ==
  

Revision as of 05:59, 29 March 2012

What the template looks like

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
}}