Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Community portal
Contributor's Page
Flipbook
Directories
Catalogs
Theses
Help Support
Getting Started
Create a New Page
Basic Formatting
Create Events and Announcements
Flibook Tutorial
Iskomunidad
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Help:Formatting
(section)
Help page
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
Refresh
General
What links here
Related changes
Page information
Cargo data
Appearance
move to sidebar
hide
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!
== Text formatting markup == {| align="center" {{Prettytable}} border="1" |- | |'''Description''' | |'''You type''' | |'''You get''' |- |Italic text |<tt><nowiki>''italic''</nowiki></tt> |''italic'' |- | Bold text |<tt><nowiki>'''bold'''</nowiki></tt> |'''bold''' |- | Bold and italic |<tt><nowiki>'''''bold & italic'''''</nowiki></tt> |'''''bold & italic''''' |- |Escape wiki markup |<tt><nowiki><nowiki>no "markup"</nowiki></nowiki></tt> |<nowiki>no ''markup''</nowiki> |- |Fixed width text | <nowiki><tt>Fixed width text</tt></nowiki> | <tt>Fixed width text</tt> |- | colspan="3" align="center" | ''only at the beginning of the line'' |- | Indent text | <tt><nowiki>:Single indent</nowiki></tt><br /> <tt><nowiki>::Double indent</nowiki></tt><br /> <tt><nowiki>:::::Multiple indent</nowiki></tt> | :Single indent ::Double indent :::::Multiple indent |- |Headings of<br /> different levels <ref>An article with four or more headings will automatically create a [http://en.wikipedia.org/wiki/Wikipedia:Section#Table_of_contents_.28TOC.29 table of contents].</ref> | <tt><nowiki>=level 1=</nowiki></tt><ref>Use of a level 1 heading is '''''highly discouraged''''' as it appears with the same formatting and size as the page title, which can be confusing.</ref><br /> <tt><nowiki>==level 2==</nowiki></tt><br /> <tt><nowiki>===level 3===</nowiki></tt><br /> <tt><nowiki>====level 4====</nowiki></tt><br /> <tt><nowiki>=====level 5=====</nowiki></tt><br /> <tt><nowiki>======level 6======</nowiki></tt> | <!-- little hack to prevent TOC viewing --> <span style="font-size: 188%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">Level 1</span><br/><br/> <span style="font-size: 150%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">Level 2</span><br/><br/> <span style="font-size: 132%; border-bottom: none; font-weight: bold;">Level 3</span><br/> <span style="font-size: 100%; border-bottom: none; font-weight: bold;">Level 4</span><br/> {{DEFAULTSORT:[[[http://www.example.com link title]]#Redirect [[β[[Category:]]]]]}}<span style="font-size: 86%; border-bottom: none; font-weight: bold;">Level 5</span><br/> <span style="font-size: 80%; border-bottom: none; font-weight: bold;">Level 6</span><br/> |- |Horizontal rule | <tt><nowiki>----</nowiki></tt> | ---- |- |Bullet list | * one<br /> * two<br /> * three<br /> ** three point one<br /> ** three point two<br /> | * one * two * three ** three point one ** three point two |- |Numbered list | # one<br /> # two<nowiki><br /></nowiki>spanning several lines<nowiki><br /></nowiki>without breaking the numbering<br /> #: you can also use '''#:'''<br /> #: which might feel more intuitive <br /> #: because you get to edit on multiple lines<br /> # three<br /> ## three point one<br /> ## three point two<br /> | # one # two<br>spanning several lines<br>without breaking the numbering #: you can also use '''#:''' #: which might feel more intuitive #: because you get to edit on multiple lines # three ## three point one ## three point two |- | Mixture of bulleted<br /> and numbered lists | # one<br /> # two<br /> #* two point one<br /> #* two point two<br /> | # one # two #* two point one #* two point two |- |Definition list | ;Definition<br /> :item 1<br /> :item 2<br /> | ;Definition :item 1 :item 2 |- |Preformatted text | preformatted text is done with<br /> a space at the<br /> beginning of the line<br /> | preformatted text is done with a space at the beginning of the line |- |Preformatted text with no indentation | <nowiki><pre> some preformatted text with no indentation </pre></nowiki> | <pre> some preformatted text with no indentation </pre> |- |Blockquotes | Body<br> text text text text text text text text text text text text text text text text text text text text text text text text <nowiki><blockquote> quote quote quote quote quote quote </blockquote></nowiki> text text text text text text text text text text text text | Body<br> text text text text text text text text text text text text text text text text text text text text text text text text <blockquote> quote quote quote quote quote quote </blockquote> text text text text text text text text text text text text |- |Comment | <tt><nowiki><!--This is comment--></nowiki></tt> | <!--This is comment--> |- |Font color |<nowiki><font color="green"> Font color </font></nowiki> |<font color="green"> Font color </font> |- |Background color |<nowiki>bgcolor="pink"| background color is pink</nowiki> |bgcolor="pink"| background color is pink |- |Text Align |<nowiki>style="text-align:center;"| center</nowiki> |style="text-align:center;"| center<br> |- |Image Size |<nowiki>[[Image:6159244046 63c8a20969 b.jpg β| 75px | left | UP Pep Sqaud]]</nowiki> |[[Image:6159244046 63c8a20969 b.jpgβ| 75px| left| UP Pep Sqaud]] |- |Row & Column Span |<nowiki> {| border="1" cellpadding="5" cellspacing="0" |- | Column 1 || Column 2 || Column 3 |- | rowspan="2" | A | colspan="2" style="text-align: center;" | B |- | C <!-- column 1 occupied by cell A --> | D |- | E | rowspan="2" colspan="2" style="text-align: center;" | F |- | G <!-- column 2+3 occupied by cell F --> |- | colspan="3" style="text-align: center;" | H |} </nowiki> | {|border="1" cellpadding="5" cellspacing="0" |- | Column 1 || Column 2 || Column 3 |- | rowspan="2" | A | colspan="2" style="text-align: center;" | B |- | C <!-- column 1 occupied by cell A --> | D |- | E | rowspan="2" colspan="2" style="text-align: center;" | F |- | G <!-- column 2+3 occupied by cell F --> |- | colspan="3" style="text-align: center;" | H |} |} ===[http://www.computerhope.com/htmcolor.htm HTML color codes and names]===
Summary:
Please note that all contributions to Iskomunidad 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
Iskomunidad:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Help:Formatting
(section)
Add topic