User:Proactive programming/Extension tutorial part 1

Welcome to the MediaWiki Extension tutorial. In this tutorial, you will learn how to make a basic extension without a special page. Creation of special pages and creating SQL tables will be covered in later tutorials.

Extension Title

Extension: PageInfoDeluxe

Extension Purpose

Purpose: To set and get several variables that will be stored on the page PageInformation page.

Technial Details

Technical Details: These variables are stored in the SQL table mw_page_props.

variable gui title Description
displaytitleDisplay_titlethe Pretty version of an article
page_image_freePage_imagethe featured image
short_descLocal_descriptionthe short description the appears in search results
summarysummarySummary text that will appear in popup boxes.

Source code file tree