Essential MediaWiki Syntax You Need to Know: Difference between revisions
Created page with "<span id="basic-text-formatting"></span> === 1. Basic Text Formatting === This is the foundation for making your text stand out. {| class="wikitable" |- ! style="text-align: left;"| Feature ! style="text-align: left;"| Syntax ! style="text-align: left;"| Example Input ! style="text-align: left;"| Example Output |- | style="text-align: left;"| '''Italic Text''' | style="text-align: left;"| Two apostrophes | style="text-align: left;"| <code>''This text is italic.''</code..." |
|||
Line 192: | Line 192: | ||
'''Output:''' | '''Output:''' | ||
{| class="wikitable" | |||
|+ Monthly Sales Report | |||
|- | |||
! Month | |||
! Sales | |||
! Goal | |||
|- | |||
| January | |||
| $10,000 | |||
| $9,000 | |||
|- | |||
| February | |||
| $12,500 | |||
| $11,000 | |||
|} | |||
----- | ----- | ||
<span id="essential-magic-words-and-special-syntax"></span> | <span id="essential-magic-words-and-special-syntax"></span> | ||
=== 7. Essential “Magic Words” and Special Syntax === | === 7. Essential “Magic Words” and Special Syntax === | ||