Jump to content

User:Layer-09/Sandbox/Infobox Emacs: Difference between revisions

From Official NixOS Wiki
Layer-09 (talk | contribs)
Created page with "<includeonly> {{User:DoggoBit/Sandbox/Infobox Emacs/Content |clip = {{{clip|}}} |title = {{{title|}}} |image = {{{image|}}} |developer = {{{developer|}}} |initial_release = {{{initial_release|}}} |latest_release_version = {{{latest_release_version|}}} |latest_release_date = {{{latest_release_date|}}} |programming_language = {{{programming_language|}}} |operating_system =..."
 
Layer-09 (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{{User:DoggoBit/Sandbox/Infobox Emacs/Content
{{User:Layer-09/Sandbox/Infobox Emacs/Content
   |clip                  = {{{clip|}}}
   |clip                  = {{{clip|}}}
   |title                  = {{{title|}}}
   |title                  = {{{title|}}}
Line 16: Line 16:


<noinclude>
<noinclude>
<!--
  This <noinclude> block shows a live “demo” or example
  whenever someone clicks “Edit” on User:DoggoBit/Sandbox/Infobox Emacs.
  It is NOT shown on pages that simply do {{User:DoggoBit/Sandbox/Infobox Emacs|…}}.
-->
== Example Usage ==
== Example Usage ==
Paste this into any article (e.g. Emacs) to see the infobox:
Paste this into a page to see the infobox:


<pre>
<pre>
{{User:DoggoBit/Sandbox/Infobox Emacs
{{User:Layer-09/Sandbox/Infobox Emacs
  | title                  = Emacs
  | title                  = Emacs
  | image                  = EmacsIcon.svg
  | image                  = EmacsIcon.svg

Revision as of 12:28, 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]
}}