Template:Infobox polyhedron and Template:Infobox polyhedron/sandbox: Difference between pages
(Difference between pages)
imported>JavBol In «Infobox»: I copied {net_alt|{Net_Alt_Image_File|}} from line of {net|}, I pasted it into next line, where I added {#invoke:InfoboxImage|...} (& so I moved {net_caption|} to line after next line). Now, {net_alt|} works but is partly redundant. (I hope someone will fix this partial redundancy, someday...) |
imported>KylieTastic wrong one |
||
Line 1: | Line 1: | ||
<includeonly>{{Infobox | <includeonly>{{Infobox | ||
| bodyclass | | bodyclass = | ||
| above | | above = {{{name|{{PAGENAMEBASE}}}}} | ||
| abovestyle | | abovestyle = background:#e7dcc3 | ||
| image | | image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|{{{Image_File|}}}}}}|size=frameless|upright=1.0|alt={{{alt|}}}}} | ||
| caption | | caption = {{{caption|}}} | ||
| headerstyle = background:#e7dcc3 | | headerstyle = background:#e7dcc3 | ||
| label1 | | label1 = Type | ||
| data1 | | data1 = {{{type|{{{Polyhedron_Type|{{{Type|}}}}}}}}} | ||
| label2 | | label2 = [[Face (geometry)|Faces]] | ||
| data2 | | data2 = {{{faces|{{{Face_List|}}}}}} | ||
| label3 | | label3 = [[Edge (geometry)|Edges]] | ||
| data3 | | data3 = {{{edges|{{{Edge_Count|}}}}}} | ||
| label4 | | label4 = [[Vertex (geometry)|Vertices]] | ||
| data4 | | data4 = {{{vertices|{{{Vertex_Count|}}}}}} | ||
| label5 | | label5 = [[Euler characteristic|χ]] | ||
| data5 | | data5 = {{{euler|{{{Euler_characteristic|}}}}}} | ||
| label6 | | label6 = [[Vertex configuration]] | ||
| data6 | | data6 = {{{vertex_config|{{{Vertex_List|}}}}}} | ||
| label7 | | label7 = [[Wythoff symbol]] | ||
| data7 | | data7 = {{{wythoff|{{{Wythoff_Symbol|}}}}}} | ||
| label8 | | label8 = [[Schläfli symbol]] | ||
| data8 | | data8 = {{{schläfli|{{{Schläfli|}}}}}} | ||
| label9 | | label9 = [[Coxeter diagram]] | ||
| data9 = {{{coxeter|{{{Coxeter|{{{Cox|}}}}}}}}} | |||
| label10 = [[List of spherical symmetry groups|Symmetry group]] | |||
| | | data10 = {{{symmetry|{{{Symmetry_Group|}}}}}} | ||
| | | label11 = [[Point groups in three dimensions#Rotation groups|Rotation group]] | ||
| | | data11 = {{{rotsymmetry|{{{rotation_group|{{{Rotation_Group|}}}}}}}}} | ||
| | | label12 = [[Surface Area]] | ||
| | | data12 = {{{surface_area|}}} | ||
| | | label13 = [[Volume]] | ||
| | | data13 = {{{volume|}}} | ||
| | | label14 = [[Dihedral angle]] ([[Degree (angle)|degrees]]) | ||
| | | data14 = {{{angle|}}} | ||
| | | label15 = [[Dual polyhedron]] | ||
| | | data15 = {{{dual|{{{Dual|}}}}}} | ||
| | | label16 = [[Face configuration]] | ||
| | | data16 = {{{Face_Type|}}} | ||
| | | label17 = Properties | ||
| | | data17 = {{{properties|{{{Property_List|}}}}}} | ||
| | | header18 = {{#if:{{{vertex_figure|{{{VertexImage_File|}}}}}}|[[Vertex figure]]}} | ||
| | | data19 = {{#invoke:InfoboxImage|InfoboxImage|image={{{vertex_figure|{{{VertexImage_File|}}}}}}|size=frameless|upright=0.8|alt={{{vertex_figure_alt|}}}}} | ||
| | | header20 = {{#if:{{{net|{{{Net_Image_File|}}}}}}|[[Net (polyhedron)|Net]]}} | ||
| | | data21 = {{#invoke:InfoboxImage|InfoboxImage|image={{{net|{{{Net_Image_File|}}}}}}|size=frameless|upright=1.27|alt={{{net_alt|}}}}} | ||
| | |||
| | |||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{ | {{Testcase table | ||
| _template1 = Infobox face-uniform tiling | |||
| _template2 = Infobox polyhedron/sandbox | |||
| Name = "Name " | |||
| Image_File = Example en.svg | |||
| Type = "Type " | |||
| Cox = "Cox " | |||
| Face_List = "Face_List " | |||
| Face_Type = "Face_Type " | |||
| Symmetry_Group = "Symmetry_Group " | |||
| Rotation_Group = "Rotation_Group " | |||
| Dual = "Dual " | |||
| Property_List = "Property_List " | |||
}} | |||
</noinclude> | </noinclude> |