How to Add Infobox Module in MediaWiki

Home » Knowledge Base » Design Tools » MediaWiki » How to Add Infobox Module in MediaWiki

The Infobox in MediaWiki is a handy tool for presenting content and key information in a structured and visually pleasing way. Infoboxes are useful for any kind of MediaWiki project and can provide your readers with a quick snapshot of important data and details.

In this guide, we share how to add an infobox module in MediaWiki.

 

How to Add Infobox Module in MediaWiki

The process of adding infoboxes to MediaWiki is comprised of two main steps:

  1. Lua Modules. Lua is a scripting language integrated into MediaWiki. Lua modules can handle data from the infobox and process information from the template’s parameters.
  2. Template Syntax. The structure of each infobox is defined in MediaWiki’s wikitext, where you can specify holders for the data and the specific formatting of the content.

A simple process to add an infobox to MediaWiki looks like this:

First, you create a Lua module and define the logic to gather and display data. For example, you can add parameters such as “Name” and “Date of Birth”.

Then, you should build the design of your infobox by blending HTML and MediaWiki template syntax. An example can look like this:

{{#invoke:Infobox|show
| name = Albert Einstein
| image = Einstein.jpg
| birth_date = 14 March 1879
| birth_place = Ulm, Kingdom of Württemberg, German Empire
}}

Once you have finished the designing process, it is time ton embed the infobox to your MediaWiki pages and articles, so to display the structured summary to your visitors.

 

Improve the Design with MediaWiki Common.css

The MediaWiki common.css is a cascading style sheet that acts as a global stylesheet for your MediaWiki project. You can use this file to customize the appearance of your infoboxes and other elements. You can find it in the root directory of your active MediaWiki skin.

Once you open the file, you can start modifying your infobox. For example, you can set dimensions and borders. Here’s a sample script for that:

.infobox {
width: 300px;
border: 1px solid #ccc;
padding: 10px;
background-color: #f9f9f9;
}

Also, you can align images and text groups like this:

.infobox img {
max-width: 100%;
height: auto;
}
.infobox td {
vertical-align: top;
}

In short, if you want to customize the design of your MediaWiki pages, the common.css is your go-to file.

 

Conclusion

Adding infobox modules to MediaWiki is quite an easy process. The flexibility of infoboxes allows you to create visually appealing designs, and distribute your data in a way that is easily digestible by your readers. Furthermore, you can couple the modules with tools like common.css styling, so you elevate the design of your MediaWiki pages to the next level.

Read also:

Was this post helpful?

i

Relevant tags:

Connect

Latest posts:

How to Insall Zenphoto

Zenphoto is a handy CMS that allows you to build a gallery-based website. The platform is easy to use and has many features that allow you to manage your online gallery in numerous ways. Zenphoto comes as a free feature with each AwardSpace hosting plan, and you can...

How to Log in to TYPO3

TYPO3 is a powerful CMS platform that allows you to build a fully functional and aesthetically pleasing website. The platform is known for its versatility and long list of features. In another article, we shared how you can install TYPO3 on any of the AwardSpace...

How to Install TYPO3

You can install TYPO3 on all the AwardSpace hosting services—free web hosting, shared hosting, and premium plans such as Semi-Dedicated Hosting and VPS hosting. All AwardSpace hosting services are tailored to run TYPO3 smoothly, regardless of your website’s size or...

How to Add Products to Zen Cart: A Step-By-Step Guide

After you install Zen Cart and log in to the admin panel, you can start adding products to your online store. This guide walks you through the process step by step.   How to Add Products to Zen Cart To add a product to Zen Cart, you need to follow a few simple...

How to Log in to Zen Cart

Once you install Zen Cart, you can log in to the CMS and start working on your project. The login process is simple and is comprised of only a few steps.   How to Log in to Zen Cart There are two ways to log in to Zen Cart: Method 1: Login by following the...



Create a website for free!


Free forever

Our Support Team is Here to Help

 

If you need any questions answered, don't hesitate and contact us. Click the button below and follow the instructions. You can expect an answer within an hour.

 

Contact AwardSpace

 

iNewest knowledge base articles

How to Insall Zenphoto

Zenphoto is a handy CMS that allows you to build a gallery-based website. The platform is easy to use and has many features that allow you to manage your online gallery in numerous ways. Zenphoto comes as a free feature with each AwardSpace hosting plan, and you can...

How to Log in to TYPO3

TYPO3 is a powerful CMS platform that allows you to build a fully functional and aesthetically pleasing website. The platform is known for its versatility and long list of features. In another article, we shared how you can install TYPO3 on any of the AwardSpace...

How to Install TYPO3

You can install TYPO3 on all the AwardSpace hosting services—free web hosting, shared hosting, and premium plans such as Semi-Dedicated Hosting and VPS hosting. All AwardSpace hosting services are tailored to run TYPO3 smoothly, regardless of your website’s size or...

How to Add Products to Zen Cart: A Step-By-Step Guide

After you install Zen Cart and log in to the admin panel, you can start adding products to your online store. This guide walks you through the process step by step.   How to Add Products to Zen Cart To add a product to Zen Cart, you need to follow a few simple...

How to Log in to Zen Cart

Once you install Zen Cart, you can log in to the CMS and start working on your project. The login process is simple and is comprised of only a few steps.   How to Log in to Zen Cart There are two ways to log in to Zen Cart: Method 1: Login by following the...

How to Install Zen Cart

You can install Zen Cart with any of the AwardSpace hosting plans—free web hosting, shared hosting, and advanced plans such as Semi-Dedicated Hosting and VPS hosting. Each AwardSpace hosting service is tailored to run Zen Cart flawlessly and smoothly, regardless of...

Even more web tutorials

Check out our web hosting knowledge base and the WordPress tutorials to learn more, and be better prepared for your website creation and maintenance journey.