MediaWiki to ASCII Converter

Transform MediaWiki tables into beautiful ASCII art tables with customizable borders and alignment

MediaWiki Input

ASCII Output

About MediaWiki to ASCII Converter

Convert MediaWiki table markup to beautiful ASCII art tables. Perfect for documentation, README files, terminal output, and plain text displays.

Key Features

  • Multiple Border Styles: Box drawing characters, simple ASCII, or no borders
  • Text Alignment: Left, center, or right alignment for all cells
  • Auto-sizing: Columns automatically adjust to content width
  • Header Support: Distinct header row with separator line
  • Unicode Support: Beautiful box drawing characters for modern terminals
  • File Upload: Upload .wiki files directly
  • Instant Preview: Real-time conversion as you type
  • Copy & Download: Easy export options

How to Use

  1. Input MediaWiki Table: Paste your MediaWiki table markup or upload a .wiki file
  2. Choose Style: Select border style and text alignment
  3. Review Output: The ASCII table updates automatically
  4. Copy or Download: Use the Copy or Download button to save your ASCII table

Border Styles

  • Box Drawing: Uses Unicode box drawing characters (┌─┐│└┘) for elegant tables
  • Simple: Uses basic ASCII characters (+, -, |) for maximum compatibility
  • No Borders: Minimal style with pipe separators only

Example Conversion

MediaWiki Input:

{| class="wikitable"
! Name !! Age !! City
|-
| John Doe || 28 || New York
|-
| Jane Smith || 34 || London
|}

ASCII Output (Box Drawing):

┌────────────┬─────┬──────────┐
│ Name       │ Age │ City     │
├────────────┼─────┼──────────┤
│ John Doe   │ 28  │ New York │
│ Jane Smith │ 34  │ London   │
└────────────┴─────┴──────────┘

ASCII Output (Simple):

+------------+-----+----------+
| Name       | Age | City     |
+------------+-----+----------+
| John Doe   | 28  | New York |
| Jane Smith | 34  | London   |
+------------+-----+----------+

Common Use Cases

  • Documentation: Create ASCII tables for README files and documentation
  • Terminal Output: Display data in command-line applications
  • Plain Text: Format tables for email or text-only environments
  • Code Comments: Include formatted tables in source code comments
  • Markdown: Create code blocks with ASCII tables
  • Log Files: Format structured data in log files

Alignment Options

  • Left: Text aligned to the left (default, most readable)
  • Center: Text centered in each cell
  • Right: Text aligned to the right (good for numbers)

Tips for Best Results

  • Use box drawing style for modern terminals and documentation
  • Use simple style for maximum compatibility with older systems
  • Left alignment is most readable for text content
  • Right alignment works well for numeric data
  • Center alignment is good for headers and short content
  • Keep cell content concise for better table appearance
  • Use monospace fonts when displaying ASCII tables

Privacy & Security

All conversions happen locally in your browser. Your MediaWiki data is never uploaded to any server, ensuring complete privacy and security.