Wiki Formatting
Revision as of 23:19, 27 October 2022 by Jonny (talk | contribs) (Created page with "== Official Documentation == * [https://www.mediawiki.org/wiki/Help:Formatting Basic Wiki Formatting] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Links Links] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Lists Lists] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Images Images] * [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Tables Tables] == Formatting Example == {| class="wikitable" ! You type !! You get |- | <pre> ==...")
Official Documentation
Formatting Example
| You type | You get | ||||||
|---|---|---|---|---|---|---|---|
== Heading Level 2 ==
Hello this is my ''sample'' text. I'm testing out some '''bold''' new features. When I learn wiki markup I become '''''truly powerful'''''
----
This new section is the real one I meant. I can link to a [[Wiki Page]], Link to a wiki page but display [[Wiki Page|Different Text]].
I can do the same thing for an External Link [https://www.mediawiki.org/w/index.php?title=Help:Formatting] with [https://www.mediawiki.org/w/index.php?title=Help:Formatting Different Text]
=== Heading Level 3 ===
* My List
* Of things
** I like
** To write about
# Another list
# Of my
## Favorite Things
* I want to make a list
: with a paragraph inside it
=== How about a Table ===
{|class="wikitable sortable"
! Column Name !! Another One
|-
| New Row || New Me
|-
| And a third || Cant stop me!
|}
|
Heading Level 2Hello this is my sample text. I'm testing out some bold new features. When I learn wiki markup I become truly powerful This new section is the real one I meant. I can link to a Wiki Page, Link to a wiki page but display Different Text. I can do the same thing for an External Link [1] with Different Text Heading Level 3
How about a Table
|