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
Basic Formatting
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
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!
==Tables== ===Markup Summary=== {| class="wikitable" |- | '''<nowiki>{|</nowiki>''' || '''table start''', ''required'' |- | '''<nowiki>|+</nowiki>''' || table '''caption''', ''optional''; only between '''table start''' and '''table row''' |- | '''<nowiki>|-</nowiki>''' || '''table row''', ''optional on first row—wiki'' engine assumes the first row |- | '''<nowiki>!</nowiki>''' || '''table header''' cell, ''optional''. Consecutive table header cells may be added on same line separated by double marks '''(!!)''' or start on new lines, each with its own single mark '''(!)'''. |- | '''<nowiki>|</nowiki>''' || '''table data''' cell, ''optional''. Consecutive table data cells may be added on same line separated by double marks <nowiki>(||)</nowiki> or start on new lines, each with its own single mark <nowiki>(|)</nowiki>. |- | '''<nowiki>|}</nowiki>''' || table end, ''required'' |} * The above marks must '''start on a new line''' except the double <code>||</code> and <code>!!</code> for optionally adding consecutive cells to a line. However, blank spaces at the beginning of a line are ignored. * '''HTML attributes.''' Each mark, except table end, optionally accepts one or more HTML attributes. Attributes must be on the same line as the mark. Separate attributes from each other with a single space. ** Cells and caption (<code>|</code> or <code>||</code>, <code>!</code> or <code>!!</code>, and <code>|+</code>) hold content. So separate any attributes from content with a single pipe (<code>|</code>). Cell content may follow on same line or on following lines. ** Table and row marks (<code>{|</code> and <code>|-</code>) do not directly hold content. Do ''not'' add pipe (<code>|</code>) after their optional attributes. If you erroneously add a pipe after attributes for the table mark or row mark the parser will delete it ''and'' your final attribute if it was touching the erroneous pipe! * '''Content''' may (a) follow its cell mark on the same line after any optional HTML attributes or (b) on lines below the cell mark. Content that uses wiki markup that itself needs to start on a new line, such as lists, headings, or nested tables, must be on its own new line. ** '''Pipe character as content.''' To insert a pipe (<code>|</code>) character into a table, use the <code><'''nowiki'''>|</'''nowiki'''></code> escaping mark. ===<big>Create a Table using Toolbar</big>=== Navigate to your page and select '''Edit.''' In the toolbar, click on '''Advanced''', then choose the '''Table''' button. A dialog box will open, allowing you to make adjustments. To preview the current changes or obtain a clearer view of the modifications, click on '''Preview'''. <div class="noresize"> [[File:Table-toolbar-1.png|683x683px|center]] </div> <p>From the dialog, you can choose whether to enable a table header row, to stylize the table with border and to make the table sortable. A preview example is displayed. You can also set row and column counts you need. Then, press '''Insert''' button.</p><br> <div class="noresize"> [[File:Table-toolbar-2.png|center|608x608px]] </div> <br> <p>By default, the following code is generated:</p> <div style="display:flex;" > <div class="noresize"style="width:45%; border:1px solid black; padding:1em; margin:10px"> <p style="text-align:center;font-weight:bold">Wikicode </p> {<nowiki/>| class="wikitable" style="margin:auto" |+ Caption text |- ! Header text !! Header text !! Header text |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example} || Example |} </div> <div class="noresize"style="text-align:center; width:45%; border:1px solid black; padding:1em; margin:10px"> <p style="text-align:center;font-weight:bold">Result</p> {| class="wikitable" style="margin:auto" |+Caption Text !Header text !Header text !Header text |- |Example |Example |Example |- |Example |Example |Example |- |Example |Example |Example |} </div> </div>For more advance editing features, visit [https://www.mediawiki.org/wiki/Help:Tables#Caption MediaWiki] .
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
Basic Formatting
(section)
Add topic