Difference between revisions of "Infobox"

Line 10: Line 10:
  
 
{{Module:IPC}}
 
{{Module:IPC}}
===Test2===
 
{{ infobox
 
| abovestyle  =
 
| above      =
 
| image      =
 
| caption    =
 
| headerstyle =
 
| header1    =
 
| label1      =
 
| data1      =
 
| header2    =
 
| label2      =
 
| data2      =
 
| header3    =
 
| label3      =
 
| data3      =
 
| header4    =
 
| label4      =
 
| data4      =
 
| header5    =
 
| label5      =
 
| data5      =
 
| header6    =
 
| label6      =
 
| data6      =
 
| header7    =
 
| label7      =
 
| data7      =
 
| header8    =
 
| label8      =
 
| data8      =
 
| header9    =
 
| label9      =
 
| data9      =
 
| header10    =
 
| label10    =
 
| data10      =
 
}}<noinclude>
 
{{Documentation}}
 
<!-- Please add categories and interwiki links to /doc subpage, not here! -->
 
</noinclude>
 
===Test 3===
 
local capiunto = require 'capiunto'
 
capiunto.create( {
 
title = 'Title of the Infobox'
 
} )
 
:addRow( 'A label', 'some data' )
 
:addHeader( 'A header between the data rows' )
 
:addRow( 'Another label', 'more data' )
 
===Test 4===
 
{{Infobox
 
| name = Infobox
 
| title      = Text in caption over infobox
 
| subheader  = Subheader of the infobox
 
| header = (the rest of the infobox goes here)
 
}}
 
===Test 5===
 
{{infobox}}
 
===Test 6===
 
{{#invoke:IPC|create}}
 

Revision as of 21:15, 20 July 2016

Test1

Template:Infobox Test