Template:Infobox graph/doc: Difference between revisions

Content deleted Content added
No edit summary
 
(10 intermediate revisions by 9 users not shown)
Line 14:
| chromatic_index = Chromatic index
| 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 =
| genus =
| spectrumbook thickness =
| propertiesqueue number =
| notationspectrum =
| nameproperties =
}}</pre>
| notation =
}}</syntaxhighlight>
 
* Any of the fields can be safely left blank.
Line 41 ⟶ 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>
[[he:תבנית:גרף1]]
{
[[ja:Template:Infobox graph]]
"params": {
[[pt:Predefinição:Info/Grafo]]
"name": {
[[sl:Predloga:Infopolje graf]]
"type": "string"
[[sr:Шаблон:Кутијица за графове]]
},
[[uk:Шаблон:Граф]]
"image": {
[[zh:Template:Infobox graph]]
"type": "wiki-file-name"
</includeonly>
},
"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>