Changes

Jump to navigation Jump to search
Line 3: Line 3:  
== Usage ==
 
== Usage ==
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
{{Infobox resources
+
{{Infobox tsg
 
| child          =  
 
| child          =  
 
| name          =  
 
| name          =  
Line 11: Line 11:  
| image alt      =  
 
| image alt      =  
 
| caption        = <!-- Image name is enough -->
 
| caption        = <!-- Image name is enough -->
 +
| header1        =
 
| label1        =  
 
| label1        =  
 
| data1          =  
 
| data1          =  
Line 20: Line 21:     
== Example ==
 
== Example ==
{{Infobox resources
+
{{Infobox tsg
| name          = Hardware
+
| name          = Physical Place Holder
 
| image          = placeholder.png
 
| image          = placeholder.png
| caption        = A piece of hardware
+
| caption        = The device in action
 
| downloads      = {{bulleted list
 
| downloads      = {{bulleted list
       | [http://www.ru.nl Installer]
+
       | [[Main Page|Installer]]
       | [http://www.ru.nl Drivers]
+
       | [[Main Page|Drivers]]
 
   }}
 
   }}
 
| manuals        = {{bulleted list
 
| manuals        = {{bulleted list
       | [http://www.ru.nl Quick Start Guide]
+
       | [[Main Page|Quick Start Guide]]
       | [http://www.ru.nl Reference Guide]
+
       | [[Main Page|Reference Guide]]
 
   }}
 
   }}
 
}}
 
}}
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
{{Infobox resources
+
{{Infobox tsg
| name          = Hardware
+
| name          = Physical Place Holder
 
| image          = placeholder.png
 
| image          = placeholder.png
| caption        = A piece of hardware
+
| caption        = The device in action
 
| downloads      = {{bulleted list
 
| downloads      = {{bulleted list
       | [http://www.ru.nl Installer]
+
       | [[Main Page|Installer]]
       | [http://www.ru.nl Drivers]
+
       | [[Main Page|Drivers]]
 
   }}
 
   }}
 
| manuals        = {{bulleted list
 
| manuals        = {{bulleted list
       | [http://www.ru.nl Quick Start Guide]
+
       | [[Main Page|Quick Start Guide]]
       | [http://www.ru.nl Reference Guide]
+
       | [[Main Page|Reference Guide]]
 
   }}
 
   }}
 
}}
 
}}
 +
</pre>
 +
=== Embedded ===
 +
{{Infobox
 +
| title = Embedded Example
 +
| label1 = label1
 +
|  data1 = data1
 +
| label2 = label2
 +
|  data2 = data2
 +
|  data3 =
 +
{{Infobox tsg
 +
  | child = yes
 +
  | downloads = *[[Main Page|Link]]
 +
}}
 +
}}
 +
<pre style="overflow:auto;">
 +
{{Infobox
 +
| title = Embedded Example
 +
| label1 = label1
 +
|  data1 = data1
 +
| label2 = label2
 +
|  data2 = data2
 +
|  data3 =
 +
{{Infobox tsg
 +
  | child = yes
 +
  | downloads = *[[Main Page|Link]]
 +
}}
 +
}}
 +
</p
 
</pre>
 
</pre>
   Line 53: Line 82:     
; child
 
; child
: Whether the infobox is placed embedded in another list. The infobox will be styled accordingly. If embedded, the name/title will not be displayed. For technical reasons, anything for this parameter has the same effect, be it "yes", "no" or anything else. To nullify the effect of this parameter, you need to omit it.
+
: Whether the infobox is placed embedded in an other infobox. The infobox will be styled accordingly. If embedded, the name/title will not be displayed. For technical reasons, anything for this parameter has the same effect, be it "yes", "no" or anything else. To nullify the effect of this parameter, you need to omit it.
 
; name
 
; name
 
: Name of the infobox. Can affect the title of the infobox but its primary use is to help retrieve release data from outside the article. In such cases, if you want to edit the title at the top of the infobox, use the {{para|title}} parameter instead.
 
: Name of the infobox. Can affect the title of the infobox but its primary use is to help retrieve release data from outside the article. In such cases, if you want to edit the title at the top of the infobox, use the {{para|title}} parameter instead.
Line 75: Line 104:  
; caption
 
; caption
 
: Caption of the image that appears below it.
 
: Caption of the image that appears below it.
 +
; header1
 +
: Some space left to possibly include other information before the resource links, or for a custom resource header.
 
; label1
 
; label1
 
: Some space left to possibly include other information before the resource links.
 
: Some space left to possibly include other information before the resource links.

Navigation menu