Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tintu Wiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Markup format
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Hereβs the same guide formatted in MediaWiki markup for use as a Wikipedia-style post: ---- = MediaWiki Markup Guide = Hereβs a quick guide to the major MediaWiki markup syntax, broken down into easy-to-understand sections: == 1. Headings == * Use equal signs (`=`) around text to create headings. More equal signs create smaller subheadings: * `= Heading 1 =` * `== Heading 2 ==` * `=== Heading 3 ===` == 2. Bold and Italic Text == * Use multiple single quotes for bold and italic: * `''italic''` β ''italic'' * `'''bold'''` β '''bold''' * `'''''bold and italic'''''` β '''''bold and italic''''' == 3. Links == * **Internal links:** Link to other pages within the wiki using double square brackets. * `[[PageName]]` β links to a page called "PageName" * `[[PageName|Displayed Text]]` β custom display text for a link * **External links:** Direct link to external websites. * `[http://example.com]` β shows the URL as the link * `[http://example.com Displayed Text]` β custom text for the link == 4. Lists == * **Bullet lists:** Use an asterisk `*` at the beginning of a line. <nowiki> * Item 1 * Item 2 </nowiki> * **Numbered lists:** Use a hash `#` at the beginning of a line. <nowiki> # First item # Second item </nowiki> * **Indented lists:** Add colons `:` for indentation. <nowiki> : Indented text </nowiki> == 5. Tables == {| class="wikitable" |- ! Syntax !! Example |- | `!` || Header |- | `|` || Data cell |- | `||` || Separate cells |} == 6. Images and Media == * Insert images using `[[File:ImageName.jpg|options]]` * Example with options: `[[File:Example.jpg|thumb|A caption]]` β creates a thumbnail with a caption. == 7. Categories == * Add pages to categories using `[[Category:CategoryName]]` at the bottom of the page. * Example: `[[Category:Physics]]` == 8. Redirects == * To redirect a page, use `#REDIRECT [[TargetPageName]]` on the first line of the page. == 9. References and Footnotes == * Cite sources by placing text within `<ref>...</ref>` tags. * Create a reference list at the end of the page with `<references />`. == 10. Templates == * Templates are reusable content blocks. Include them by wrapping the template name in double curly braces. * `{{TemplateName}}` inserts the template's content. * You can pass parameters to templates: `{{TemplateName|param=value}}`. == 11. Comments == * Add comments in the source code with `<!-- Comment text -->`. These wonβt appear on the final page. == 12. Variables == * Special variables like `{{CURRENTYEAR}}` display the current year, and `{{PAGENAME}}` shows the current page name. --- This markup will display the guide in a Wikipedia-like style when posted on a MediaWiki page.
Summary:
Please note that all contributions to Tintu Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
My wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:TemplateName
(
edit
)
Toggle limited content width