Template:Infobox graph/doc: Difference between revisions

Content deleted Content added
No edit summary
 
(32 intermediate revisions by 26 users not shown)
Line 1:
{{Documentation subpage}}
<includeonly><div class="notice plainlinks" id="disambig">''This [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from [[template:infobox graph/doc]]'' <small>([{{fullurl:template:infobox_graph/doc|action=edit}} edit])</small></div></includeonly><!--
 
--><noinclude>{{template doc page viewed directly}}</noinclude>
 
{{infobox graph
| name = Graph name
| image = [[Image:Hypercube starHypercubestar.svg|160px]]
| image_caption = Graph caption
| namesake = Person's name
Line 13 ⟶ 10:
| diameter = Diameter
| girth = Girth
| automorphisms = Automorphisms
| chromatic_number = Chromatic number
| 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 =
| edgesvertices = n
| radiusedges = n(n+1)/2
| diameterradius =
| girthdiameter = 1
| namegirth =
| automorphisms =
| chromatic_number =
| chromatic_index =
| propertiesgenus =
| book thickness =
}}</pre>
| queue number =
| spectrum =
| properties =
| notation =
}}</syntaxhighlight>
 
* Any of the fields can be safely left blank.
Line 36 ⟶ 46:
* Wiki links [[]] are fine in any of the fields.
 
<includeonly>{{Sandbox other||
[[Category:InfoboxMathematics infobox templates|Graph]]
 
[[Category:Templates using ParserFunctions|Infobox graph]]
}}</includeonly>
<templatedata>
{
"params": {
"name": {
"type": "string"
},
"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>