Help:FAQ
From USAFA Rugby Alumni
Frequently Asked Questions About Inputting Information into the USAFA Rugby Alumni Wiki
Contents
How do I embed a picture/image?
How do I create a table?
Tables are created using wikitext. Unfortunately, they can't be pasted in from documents or spreadsheets. The wikitext for a basic table is shown below. Basically every table starts with {| and ends with |}. Columns are defined using | and rows are defined using |-. Headers are added to columns by using ! as the delimiter instead of |.
You type | You get | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{| class="wikitable" !Opponent !Score !Notes |- |Denver Barbarians |23-21 |At USAFA |- |CC |12-0 | |- |BYU |23-25 |At BYU during Spring Break Trip |} |
|
For a complete explanation of tables, see the MediaWiki Documentation on Tables