Content deleted Content added
Bender2k14 (talk | contribs) Adding an entry for spectral gap |
|||
(19 intermediate revisions by 15 users not shown) | |||
Line 13:
| chromatic_number = Chromatic number
| chromatic_index = Chromatic index
| properties = Miscellaneous properties▼
| genus = Genus
| book thickness = Book thickness
| queue number = Queue number
| spectrum = Spectrum
▲ | properties = Miscellaneous properties
| notation = Notation
}}
{{Uses TemplateStyles|Template:Infobox graph/styles.css}}
<syntaxhighlight lang="wikitext">{{infobox graph
| name = ▼
|
|
|
|
|
|
|
|
|
| automorphisms =
| chromatic_number =
| chromatic_index =
|
|
|
| properties =
| notation =
}}</syntaxhighlight>
* Any of the fields can be safely left blank.
Line 39 ⟶ 46:
* Wiki links [[]] are fine in any of the fields.
<includeonly>{{Sandbox other||
[[Category:Mathematics
}}</includeonly>▼
<templatedata>
{
"params": {
"name": {
"type": "string"
▲</includeonly>
},
"image": {
"type": "wiki-file-name"
},
"image size": {
"aliases": [
"imagesize"
],
"type": "number"
},
"alt": {},
"image_caption": {
"type": "string"
},
"namesake": {},
"vertices": {},
"edges": {},
"radius": {},
"diameter": {},
"girth": {},
"automorphisms": {},
"chromatic_number": {},
"chromatic_polynomial": {},
"chromatic_index": {},
"list_chromatic_number": {},
"fractional_chromatic_number": {},
"fractional_chromatic_index": {},
"genus": {},
"book thickness": {},
"queue number": {},
"spectrum": {},
"properties": {},
"notation": {}
},
"description": "Infobox for graphs."
}
</templatedata>
|