Template:Infobox graph/doc: Difference between revisions

Content deleted Content added
 
(20 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}}
<pre>{{infobox graph
<syntaxhighlight lang="wikitext">{{infobox graph
| name =
| imagename =
| image_captionimage =
| namesakeimage_caption =
| verticesnamesake = n
| edgesvertices = n(n-1)/2
| radiusedges = n(n+1)/2
| diameterradius = 1
| girthdiameter = 1
| automorphismsgirth =
| automorphisms =
| chromatic_number =
| chromatic_index =
| propertiesgenus =
| genusbook thickness =
| namequeue number =
}}</pre>
| spectrum =
| properties =
| notation =
}}</syntaxhighlight>
 
* Any of the fields can be safely left blank.
Line 37 ⟶ 46:
* Wiki links [[]] are fine in any of the fields.
 
<includeonly>{{Sandbox other||
[[Category:Mathematics and abstraction infobox templates|Graph]]
 
}}</includeonly>
[[eo:Ŝablono:Grafeo]]
<templatedata>
[[ja:Template:Infobox graph]]
{
[[sl:Predloga:Infopolje graf]]
"params": {
[[sr:Шаблон:Кутијица за графове]]
"name": {
[[zh:Template:Infobox graph]]
"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>