Help:Introduction to tables with Wiki Markup/1
Introduction to tables Editing tables Expanding tables Summary
|
![]() Welcome to the help page for tables! Tables are a commonly-used way of displaying information, particularly in articles that contain lists. As with all things on Wikipedia, however, they require some explanation. This tutorial aims at providing a guide on how to make tables; if you are looking for the policy on when to use them, look at the Manual of Style. If you have the enhanced editing toolbar (as seen on the right), there's an easy way to create a simple table. Just click "advanced", and then the icon that looks like a table: {| class="wikitable" |- ! Header text !! Header text !! Header text |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |} All you have to do is place this where you want it in the article, edit it to match the information you're trying to display, and hit save. You can add more headers by adding another line in the "header" section, more rows, or remove headers or rows if you're looking for a smaller table. If you don't have the enhanced editing toolbar, you'll want to create the tables manually. If you're looking for other ways to format the table, you should start here. |