Template:C programming language/doc

This is the current revision of this page, as edited by imported>Vanisaac at 01:40, 24 April 2020 (→‎Related template: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

This template's initial visibility currently defaults to autocollapse, meaning that if there is another collapsible item on the page (a navbox, sidebar, or table with the collapsible attribute), it is hidden apart from its title bar; if not, it is fully visible.

To change this template's initial visibility, the |state= parameter may be used:

  • <syntaxhighlight lang="wikitext" inline="1">{{C programming language|state=collapsed}}</syntaxhighlight> will show the template collapsed, i.e. hidden apart from its title bar.
  • <syntaxhighlight lang="wikitext" inline="1">{{C programming language|state=expanded}}</syntaxhighlight> will show the template expanded, i.e. fully visible.

Related template