Difference between revisions of "Template:Infobox Circuit"
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
| bodystyle = float: right; border: 1px solid black; margin: 20px; | | bodystyle = float: right; border: 1px solid black; margin: 20px; | ||
| abovestyle = background:orange; | | abovestyle = background:orange; | ||
| above = | | above = Circuit {{{name|<includeonly>{{PAGENAME}}</includeonly>}}} | ||
| image = | | image = [[File:Circuit.png|caption|200px]] | ||
| caption = {{{caption}}} | | caption = {{{caption|}}} | ||
| headerstyle = background:orange; | | headerstyle = background:orange; | ||
| header1 = Circuit Details | | header1 = Circuit Details | ||
Line 11: | Line 11: | ||
| data2 = {{{class|}}} | | data2 = {{{class|}}} | ||
| label3 = ILEC: | | label3 = ILEC: | ||
| data3 = {{{ilec|}}} | | data3 = {{#if: {{{ilec|}}}|[[{{{ilec}}}]]}} | ||
| label4 = ISP: | | label4 = ISP: | ||
| data4= {{{provider|}}} | | data4= {{{provider|}}} | ||
| label5 = Circuit ID: | | label5 = Circuit ID: | ||
| data5 = {{{cktid|}}} | | data5 = {{{cktid|}}} | ||
| label6 = Encapsulation: | | label6 = PON: | ||
| | | data6 = {{{pon|}}} | ||
| | | label7 = Encapsulation: | ||
| | | data7 = {{{encap|}}} | ||
| | | label8 = Framing: | ||
| | | data8 = {{{framing|}}} | ||
| | | label9 = Line Code: | ||
| | | data9 = {{{linecode|}}} | ||
| | | label10 = Termination: | ||
| | | data10 = {{{termination|}}} | ||
| label11 = Channels: | |||
| data11 = {{{channels|}}} | |||
| label12 = Bandwidth/Channel: | |||
| data12 = {{{bandwidth|}}} | |||
}} | }} | ||
<includeonly> | |||
[[Category: Circuits]] | |||
{{#if: {{{class|}}}|[[Category: Circuits ({{{class}}})]]}} | |||
{{#if: {{{ilec|}}}|[[Category: ILEC {{{ilec}}}]]}} | |||
{{#if: {{{provider|}}}|[[Category: ISP {{{provider}}}]]}} | |||
</includeonly> |