HTML and MediaWiki
From Code Snippets Wiki
This page shows the comparison on HTML and the MediaWiki syntax.
Contents |
[edit] Links
[edit] Internal
| HTML | MediaWiki |
|---|---|
| <a href="url">text</a> | [[link|text]] |
For more help related to linking between wikis at Wikia, check Help:Interwiki link @ Help
[edit] External
| HTML | MediaWiki |
|---|---|
| <a href="url">text</a> | [url text] |
[edit] Linking images
[edit] From Internal Source
| HTML | MediaWiki |
|---|---|
| <img src="url"> | [[Image:image name|thumbnail|size|description]] |
Note MediaWiki syntax does not let you embed external images or videos.
For full proper syntax for images, see Help:Image @ meta
