Wave

From TechPedia
Revision as of 00:34, 15 October 2025 by LunaStev (talk | contribs) (Created page with "<includeonly> {| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em; width:280px; font-size:90%; line-height:1.5em; background:#f8f9fa;" |- ! colspan="2" style="text-align:center; font-size:120%; background:#e9ecef;" | {{{Name|{{PAGENAME}}}}} |- | colspan="2" style="text-align:center;" | {{{Logo|}}} |- ! Developer | {{{Developer|}}} |- ! Initial release | {{{ReleaseDate|}}} |- ! Latest version | {{{LatestVersion|}}} |- ! File extension | {{{Extension|}}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Usage

Place the following at the top of the article:

{{Software Infobox
 | Name          = C
 | Logo          = [[File:C_logo.png|120px]]
 | Developer     = Dennis Ritchie
 | ReleaseDate   = 1972
 | LatestVersion = C17 (2018)
 | Extension     = .c, .h
 | License       = ISO/IEC standard
 | Website       = https://www.open-std.org/jtc1/sc22/wg14/
}}