Ҳуҷҷатгузорӣ

{{Infobox typeface}} adds an Infobox to an article on a typeface.

Usage

{{infobox typeface
| name             = 
| image            = 
| image_size       =
| alt              =
| style            = 
| classifications  = 
| creator          = 
| commissioned_by  = 
| foundry          = 
| creationdate     = 
| releasedate      = 
| foundries        = 
| license          =
| based_on         =
| variations       =
| aka              = 
| trademark        = 
| sample           = 
| shown_here       = 
| sample_fullimage = 
| website          = {{url|www.example.com}}
| arabic           =
| cyrillic         =
| devangari        =
| greek            =
| hebrew           =
| ipa              =
| latin            =
}}

Attributes

Required

name
Name of the typeface. Please be specific so the font preview works well.
style
Style of the typeface: Serif, Sans-serif, Script, Blackletter, Display, Symbol

Optional

Not required, but recommended.

image
Image of name of the font, set in its own face. This is different than the sample attribute below. SVG file format is recommended.
imagesize
Width of the image to display (default is 300px).
classifications
A more specific term for the style, such as "Modern", "Humanist" or "Geometric"
creator
Name of this font's designer(s), if known. Otherwise leave blank and fill in foundry name.
commissioned_by
Name of organization or individual who originally commissioned the typeface to be created.
foundry
The original distributor and license owners of the typeface. Note: Monotype doesn't link to the foundry.
creationdate
The year the font was created.
releasedate
The year the typeface was first released, if different than the creation date.
foundries
The names of foundries that have re-issued the typeface in the same format or formats differing from the original, e.g., digital.
license
The license the font is published under i.e. GPL or OFL.
based_on
Refers to the original design on which a revival, reinterpretation, homage or extension is based upon. This is not the same as a clone, for which the "aka" attribute should be used.
variations
List of alternate foundry type designs based on the letterforms of this typeface. For instance, "Garamond", "Adobe Garamond", and "ITC Garamond" are different designs, yet are all based on the same original typeface.
aka
Alternate (or imitation) names for other fonts based on this typeface. For instance, "Swiss 721" is Bitstream's name for its release of Helvetica.
trademark
The owner of the font name, or the holder of the font's trademark.
sample
A sample of the font, displaying a single large character ("g"), the "quick brown fox" pangram, and a set of characters (A–Z, a–z, 0-9, basic punctuation). SVG file format is recommended.
shown here
Names the version of the font pictured in the illustration.
sample_fullimage
A large sample image of the font, displaying its full character set (typically, the standard 256 glyphs of a TrueType font). SVG file format is recommended.
website
The web site URL, if any, of the font. Use {{URL|http://www.example.com}}
arabic
Set yes if it contains these characters.
cyrillic
Set yes if it contains these characters.
devangari
Set yes if it contains these characters.
greek
Set yes if it contains these characters.
hebrew
Set yes if it contains these characters.
ipa
Set yes if it contains these characters.
latin
Set yes if it contains these characters.

Examples

Normal syntax

{{Infobox typeface
| name             = Bookman
| image            = Bookman font.svg
| style            = [[Serif]]
| classifications  = [[Slab serif]]
| releasedate      = 1860
| creator          = [[Alexander Phemister]]
| foundry          = [[International Typeface Corporation|ITC]]
| sample           = [[File:Bookman_sample.svg|220px|Bookman sample text]]
| sample_fullimage = Bookman.png
}}

Minimal syntax

{{Infobox font
| name  = Comic Sans
| style = [[Script (typefaces)|Script]]
}}

Optimal syntax

{{Infobox typeface
| name       = Helvetica
| image      = Helvetica font.svg
| style      = [[Sans-serif]]
| aka        = [[Swiss 721]]
| creationdate = 1957
| creator    = [[Max Miedinger]]
| foundry    = {{plainlist|
* [[Haas Type Foundry|Haas’sche Schriftgießerei]]
* [[Mergenthaler Linotype Company|Linotype]]
}}
| variations = {{plainlist|
* [[Helvetica Neue]]
* [[Helvetica Rounded]]
* [[Nimbus Sans]]
}}
| sample     = [[File:Helvetica sample.svg|220px|Helvetica sample text]]
}}

Redirects