Jump to content

Δ Infobox Test Page: Difference between revisions

From The Commentary Community Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
{{Skin|templatemode = Diddy
local capiunto = require 'capiunto'
|name                = Diddy 2
capiunto.create( {
|localised name      =  
title = 'Title of the Infobox'
|status              =
} )
|hook1                =
:addRow( 'A label', 'some data' )
|hook2                =
:addHeader( 'A header between the data rows' )
|newhook1            =
:addRow( 'Another label', 'more data' )
|newhook2            =
|username            =
|author              =
|description          =
|image                =
|imagesize            =
|version              =
|update              =
|version preview      =
|update preview      =
|compatibility policy =
|mediawiki            =
|php                  =
|composer            =
|license              =
|download            =
|readme              =
|changelog            =
|example              =
|parameters          =
|compatibility        =
|bugzilla            =
|phabricator          =
|vagrant-role        =
}}

Revision as of 19:50, 28 February 2026

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' )