Main Page: Difference between revisions

From Adrian Bourdy's Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Extension |templatemode =
local capiunto = require 'capiunto'
|name                =
capiunto.create( {
|status              =  
title = 'Title of the Infobox'
|type1                =
} )
|type2                =
:addRow( 'A label', 'some data' )
|hook1                =
:addHeader( 'A header between the data rows' )
|hook2                =
:addRow( 'Another label', 'more data' )
|newhook1            =
|newhook2            =
|username            =
|author              =
|description          =
|image                =
|imagesize            =
|version              =
|update              =
|version preview      =
|update preview      =
|compatibility policy =
|mediawiki            =
|php                  =
|needs-updatephp      =
|composer            =
|table1              =
|table2              =
|license              =
|download            =
|repo                =
|readme              =
|changelog            =
|help                =
|example              =
|namespace            =
|parameters          =
|tags                =
|rights              =
|compatibility        =
|phabricator          =
|translate            =
|vagrant-role        =
}}


{{DISPLAYTITLE:Welcome to Adrian Bourdy's wiki}}
{{DISPLAYTITLE:Welcome to Adrian Bourdy's wiki}}

Revision as of 13:54, 16 June 2023

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


MediaWiki has been installed.

Consult the User's Guide for information on using the wiki software.

Getting started