Difference between revisions of "Template:Infobox highsite"

From CTWUG Wiki
Jump to: navigation, search
(New page: {| class="infobox bordered center" style="width: 25em; text-align: left; font-size: 90%;" |- | colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}''' |- | colspan="2" ...)
 
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox bordered center" style="width: 25em; text-align: left; font-size: 90%;"
+
{| class="infoboxHighsite bordered center" style="width: 40em; text-align: left; font-size: 90%;"
 
|-
 
|-
 
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}'''
 
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}'''
 
|-
 
|-
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
+
| colspan="2" style="text-align:center;" | {{{image}}}<br>{{{caption}}}
 +
|-
 +
! Location:
 +
| {{{location}}}
 
|-  
 
|-  
! Data 1:
+
! SSID:
| {{{data1}}}
+
| {{{ssid}}}
 
|-  
 
|-  
! Data 2:
+
! Routerboard:
| {{{data2|''this text displayed if data2 not defined''}}}
+
| {{{routerboard}}}
 
|-  
 
|-  
! Data 3 (data hidden if data3 empty or not defined):
+
! Antennas:
| {{{data3|}}}
+
| {{{antennas}}}
 +
|-
 +
! Info:
 +
| {{{info}}}
 
|-  
 
|-  
 
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
 
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
 
|}
 
|}
 +
 +
<noinclude>
 +
==Usage==
 +
 +
<pre>
 +
{{Infobox highsite
 +
|name        = Saturn
 +
|image        = [[Image:CTWUG_Logo.png]]
 +
|caption      = Some location here maybe
 +
|location    = Parow
 +
|ssid        = http://saturn.ctwug.co.za
 +
|routerboard  = RB600
 +
|antennas    = 2 x 90dbi 5.8 Sectors, 1 x 31dbi 5.8 Grid
 +
|info        = This site is in Stikland Industria.
 +
}}
 +
</pre>
 +
 +
==Example==
 +
 +
{{Infobox highsite
 +
|name        = Saturn
 +
|image        = [[Image:CTWUG_Logo.png]]
 +
|caption      = Some location here maybe
 +
|location    = Parow
 +
|ssid        = http://saturn.ctwug.co.za
 +
|routerboard  = RB600
 +
|antennas    = 2 x 90dbi 5.8 Sectors, 1 x 31dbi 5.8 Grid
 +
|info        = This site is in Stikland Industria.
 +
}}
 +
 +
</noinclude>

Latest revision as of 11:26, 17 November 2008

{{{name}}}
{{{image}}}
{{{caption}}}
Location: {{{location}}}
SSID: {{{ssid}}}
Routerboard: {{{routerboard}}}
Antennas: {{{antennas}}}
Info: {{{info}}}


Usage

{{Infobox highsite
|name         = Saturn
|image        = [[Image:CTWUG_Logo.png]]
|caption      = Some location here maybe
|location     = Parow
|ssid         = http://saturn.ctwug.co.za
|routerboard  = RB600
|antennas     = 2 x 90dbi 5.8 Sectors, 1 x 31dbi 5.8 Grid
|info         = This site is in Stikland Industria.
}}

Example

Saturn
CTWUG Logo.png
Some location here maybe
Location: Parow
SSID: http://saturn.ctwug.co.za
Routerboard: RB600
Antennas: 2 x 90dbi 5.8 Sectors, 1 x 31dbi 5.8 Grid
Info: This site is in Stikland Industria.