wikipedia-wikitables

Create and style MediaWiki tables with wikitext and CSS.

15|6|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikipedia-wikitables
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wikipedia-wikitables
Source: https://github.com/fuzheado/Wikipedia-AI-Skills/tree/main/.claude/skills/wikipedia-wikitables
Command: npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikipedia-wikitables

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mwparserfromhell, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of creating, styling, and managing tables in MediaWiki, enabling efficient organization and presentation of data.

Core Features & Use Cases

  • Create and Parse Tables: Build and interpret tables using MediaWiki's syntax.
  • Style and Format: Apply CSS classes and inline styles for custom looks.
  • Accessibility: Ensure tables are accessible to screen readers with proper scope attributes.
  • Use Case: For managing complex datasets or summarizing information in a structured format on Wikipedia or any MediaWiki platform.

Quick Start

Run the 'create_table' script with the following command: ./scripts/create_table.sh --data '[[Year]]|[[Revenue]]\n2020|$1.2M\n2021|$1.8M' --class 'wikitable sortable' --caption 'Annual Revenue'

Frequently Asked Questions about wikipedia-wikitables

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a sortable MediaWiki table from raw data?

You can create a sortable MediaWiki table by passing raw data into the script and applying the 'wikitable sortable' CSS class to enable column sorting functionality.

Can I make MediaWiki tables accessible to screen readers?

Yes, MediaWiki tables can be made accessible to screen readers by including proper scope attributes in the wikitext syntax to define header relationships for assistive technologies.

What's the best way to style wikitext tables with custom CSS?

The best way to style wikitext tables is by applying CSS classes like 'wikitable' alongside inline styles within the MediaWiki syntax to achieve custom visual formatting and structured data presentation.

Do I need to know wikitext syntax to build tables on MediaWiki platforms?

Yes, familiarity with wikitext syntax is required as the Skill automates the generation and styling of table structures using this specific markup language for MediaWiki platforms.

How does the mwparserfromhell dependency work with MediaWiki table creation?

The mwparserfromhell dependency works by parsing and interpreting the wikitext syntax, allowing the scripts to programmatically build, read, and manipulate MediaWiki table structures.

Why is my MediaWiki table not displaying data in a structured format?

MediaWiki table data may not display correctly if the wikitext syntax is malformed or if the required CSS classes for structuring and styling are not properly applied to the table elements.