User:Layer-09/Sandbox/Infobox Emacs: Difference between revisions
Appearance
No edit summary |
Tag: Undo |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{User:Layer-09/Sandbox/Infobox Emacs/Content | {{User:Layer-09/Sandbox/Infobox Emacs/Content | ||
| clip | |clip = {{{clip|}}} | ||
| title | |title = {{{title|}}} | ||
| image = {{{ | |image = {{{image|}}} | ||
| | |developer = {{{developer|}}} | ||
| footer | |initial_release = {{{initial_release|}}} | ||
|latest_release_version = {{{latest_release_version|}}} | |||
|latest_release_date = {{{latest_release_date|}}} | |||
|programming_language = {{{programming_language|}}} | |||
|operating_system = {{{operating_system|}}} | |||
|license = {{{license|}}} | |||
|footer = {{{footer|}}} | |||
}} | }} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
== Example Usage == | |||
Paste this into a page to see the infobox: | |||
== Usage | |||
Paste this | |||
<pre> | <pre> | ||
{{User:Layer-09/Sandbox/Infobox Emacs | {{User:Layer-09/Sandbox/Infobox Emacs | ||
| title = Emacs | |||
| title | | image = EmacsIcon.svg | ||
| image | | developer = [[Free Software Foundation]] | ||
| | | initial_release = 1976 | ||
| latest_release_version = 29.2 | |||
| latest_release_date = {{Start date and age|2024|04|12}} | |||
| programming_language = [[C (programming language)|C]], [[Emacs Lisp]] | |||
| operating_system = Cross-platform | |||
| license = [[GNU General Public License]] | |||
| footer = [https://www.gnu.org/software/emacs gnu.org/emacs] | |||
| footer | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 13:10, 5 June 2025
Example Usage
Paste this into a page to see the infobox:
{{User:Layer-09/Sandbox/Infobox Emacs | title = Emacs | image = EmacsIcon.svg | developer = [[Free Software Foundation]] | initial_release = 1976 | latest_release_version = 29.2 | latest_release_date = {{Start date and age|2024|04|12}} | programming_language = [[C (programming language)|C]], [[Emacs Lisp]] | operating_system = Cross-platform | license = [[GNU General Public License]] | footer = [https://www.gnu.org/software/emacs gnu.org/emacs] }}