Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 23:31, 22 February 2025 by Prd (talk | contribs) (Created page with "{{stack| {{Documentation subpage}} }} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{t|Float begin}} and {{t|Float end}} are used to put wikitext in an image frame. This template may be a better choice than {{t|Float}} in some situations, because 1) it includes a frame and background color, 2) it lets you include a caption, and 3) you do not need to escape anything. For example, you...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{Float begin}} and {{Float end}} are used to put wikitext in an image frame.

This template may be a better choice than {{Float}} in some situations, because 1) it includes a frame and background color, 2) it lets you include a caption, and 3) you do not need to escape anything. For example, you can easily wrap a wikitable in {{Float begin}} and {{Float end}}, without escaping the pipe | characters.

Usage

{{float_begin|side=left|width=250px}}
|- align = "center"
| [[Image:BJT_symbol_PNP.svg|42px]] || PNP || [[Image:JFET P-Channel Labelled.svg|42px]] || P-channel
|- align = "center"
| [[Image:BJT_symbol_NPN.svg|42px]] || NPN || [[Image:JFET N-Channel Labelled.svg|42px]] || N-channel
|- align = "center"
| BJT || || JFET || 
{{float_end|Transistor symbols of different types}}

becomes

File:BJT symbol PNP.svg PNP File:JFET P-Channel Labelled.svg P-channel
File:BJT symbol NPN.svg NPN File:JFET N-Channel Labelled.svg N-channel
BJT JFET
Transistor symbols of different types



Contents