Jump to content

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

From NixOS Wiki
Layer-09 (talk | contribs)
No edit summary
Layer-09 (talk | contribs)
No edit summary
Line 35: Line 35:
       margin-top: 0;
       margin-top: 0;
     ">{{{title}}}</p>
     ">{{{title}}}</p>
     <div class="nix-wiki infobox-image">[[File:{{{image}}}|frameless|upright=0.7]]</div>
     <div class="nix-wiki infobox-image">[[File:{{{image}}}|frameless|upright=0.5]]</div> <!-- Logo size adjusted here -->
   </div>
   </div>



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