Loading...
 
Skip to main content

History: Wiki Help

Source of version: 6

Copy to clipboard
            In order to edit a page with content in this website you have to click at the edition button usually located at top right corner of the page  ({img src=pics/icons/page_edit.png }) o at the bottom where it says "Edit".

There are many text markup options, although it is not recommended that you learn them all, but that you concentrate in the content that you are writing, and at the most, that you know from the beginning some text markup options.

In this sense, there are 6 markup options that ~~red:IT IS INDEED~~ worth that you know, and that you can use easily.

!! 1. Bold, italics, ...

{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}This is __bold text__ (two underscores at the left and two at the right of the text) and this is ''text in italics'' (two single quotes - apostrophes - at the left and two at the right of the text).{CODE}
--- ~hs~ ---
This is __bold text__ (two underscores at the left and two at the right of the text) and this is ''text in italics'' (two single quotes - apostrophes - at the left and two at the right of the text).{SPLIT}

!! 2. Unordered (bullet points) and Ordered (scheme) Lists

::__Unordered list__::{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}*An __unordered__ list item
**A subitem
And some text
*Another item
. . . and more text . . .
*Item 3
. . . and some more text, to illustrate the line spacing.{CODE}
--- ~hs~ ---
*An __unordered__ list item
**A subitem
And some text
*Another item
. . . and more text . . .
*Item 3
. . . and some more text, to illustrate the line spacing.{SPLIT}


::__Ordered list__::{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}#An __ordered__ list item
##A subitem
+ And some text not breaking the numbering
#Another item
and more text (breaking the correlative numbering) 
#Item 3
. . . and some more text, to illustrate the line spacing.{CODE}
--- ~hs~ ---
#An __ordered__ list item
##A subitem
+ And some text not breaking the numbering
#Another item
and more text (breaking the correlative numbering) 
#Item 3
. . . and some more text, to illustrate the line spacing.{SPLIT}

!! 3. Headings: 1r order, 2nd, 3rd... 
{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}!h1 heading
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin consequat libero. Phasellus porta diam id justo. In eget neque ut metus aliquet bibendum. Curabitur lacinia aliquam sem. Praesent aliquam. Morbi quis tellus. Vestibulum nec neque commodo metus sagittis ullamcorper. Maecenas turpis. Mauris quis leo. Maecenas id felis. Nulla nec nibh. Morbi facilisis. Cras in ipsum a felis ornare dapibus.{CODE}
--- ~hs~ ---
!h1 heading
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin consequat libero. Phasellus porta diam id justo. In eget neque ut metus aliquet bibendum. Curabitur lacinia aliquam sem. Praesent aliquam. Morbi quis tellus. Vestibulum nec neque commodo metus sagittis ullamcorper. Maecenas turpis. Mauris quis leo. Maecenas id felis. Nulla nec nibh. Morbi facilisis. Cras in ipsum a felis ornare dapibus.{SPLIT}

{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}!!h2 heading
Nullam mi. Praesent vehicula consectetuer tortor. Mauris venenatis leo at metus. Ut sit amet enim. Aenean tortor orci, hendrerit a, eleifend quis, pharetra eu, felis.{CODE}
--- ~hs~ ---
!!h2 heading
Nullam mi. Praesent vehicula consectetuer tortor. Mauris venenatis leo at metus. Ut sit amet enim. Aenean tortor orci, hendrerit a, eleifend quis, pharetra eu, felis.{SPLIT}

{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}!!!h3 heading
Vestibulum dignissim. Praesent non magna id ipsum iaculis pharetra. Nam tristique vestibulum felis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Fusce eget nisi. Nullam quis nisi.{CODE}
--- ~hs~ ---
!!!h3 heading
Vestibulum dignissim. Praesent non magna id ipsum iaculis pharetra. Nam tristique vestibulum felis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Fusce eget nisi. Nullam quis nisi.{SPLIT}

{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}!!!!h4 heading
Cras euismod lectus vel metus. Praesent gravida. Nunc molestie mattis justo. Curabitur ornare, felis et vulputate dapibus, leo est condimentum enim, blandit ultrices orci mauris at eros. Pellentesque eu arcu eu massa mattis rhoncus. Ut volutpat mi in ligula. Pellentesque vitae tellus quis nibh feugiat ornare. Nullam arcu. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.{CODE}
--- ~hs~ ---
!!!! h4 heading
Cras euismod lectus vel metus. Praesent gravida. Nunc molestie mattis justo. Curabitur ornare, felis et vulputate dapibus, leo est condimentum enim, blandit ultrices orci mauris at eros. Pellentesque eu arcu eu massa mattis rhoncus. Ut volutpat mi in ligula. Pellentesque vitae tellus quis nibh feugiat ornare. Nullam arcu. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.{SPLIT}

!!! 3.1. Selfnumbering
{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}!!!!# Introduction
Bla bla...

!!!!# Methodology
Bla bla...

!!!!!# Laboratory work
Bla bla...

!!!!!# Statistical analyses
Bla bla...

!!!!# Results
Bla bla...

!!!!# Discussion
Bla bla...
{CODE}
--- ~hs~ ---
!!!!# Introduction
Bla bla...

!!!!# Methodology
Bla bla...

!!!!!# Laboratory work
Bla bla...

!!!!!# Statistical analyses
Bla bla...

!!!!# Results
Bla bla...

!!!!# Discussion
Bla bla...{SPLIT}

!!! 3.2. Make a Table of contents ("Index")
{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}{maketoc levels="4,5"}{CODE}
--- ~hs~ ---
{maketoc levels="4,5"}{SPLIT}

!! 4. Links

{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}An [http://tikiwiki.org|external link|nocache]{CODE}
--- ~hs~ ---
An [http://tikiwiki.org|external link|nocache]{SPLIT}

{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}An ((HomePage|internal link)) {CODE}
--- ~hs~ ---
An ((HomePage|internal link)) {SPLIT}

!! 5. Tables

{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}A table:
||Row One, Column One|Row One, Column Two
Row Two, Column One|Row Two, Column Two||{CODE}
--- ~hs~ ---
A table:
||Row One, Column One|Row One, Column Two
Row Two, Column One|Row Two, Column Two||{SPLIT}

!! 6. Images

{SPLIT(fixedsize=>n,colsize=>48%|4%|48%)}{CODE(wrap=>1)}{img src=http://profiles.tikiwiki.org/img/tiki/tikilogo.png align=center }{CODE}
--- ~hs~ ---
{img src=http://profiles.tikiwiki.org/img/tiki/tikilogo.png align=center }{SPLIT}

-=More information=-
You can read again this type of information, specially when you are editing a wiki page, by means of opening the wiki help box that you will find at the upper right margin of the editing area (clicking on the blue icon with the question mark {img src="pics/icons/help.png"} ).

-=Alias names for this page=-
(alias(tags)) | (alias(syntax)) | (alias(markup))
        

History

Information Version
Mon 14 of Jul, 2014 10:00 GMT-0000 Xavier de Pedro updated icon path for Tik12+ sites 8
Wed 02 of May, 2012 07:23 GMT-0000 Xavier de Pedro removed h4 to avoid interference with maketoc 7
Wed 02 of May, 2012 07:22 GMT-0000 Xavier de Pedro tweaked maketoc and another translation 6
Wed 02 of May, 2012 07:20 GMT-0000 Xavier de Pedro fixed numbering in table of contents 5
Wed 02 of May, 2012 06:56 GMT-0000 Xavier de Pedro finished the translation 4
Fri 27 of Apr, 2012 10:56 GMT-0000 Xavier de Pedro removed false warning 3
Fri 27 of Apr, 2012 09:29 GMT-0000 Xavier de Pedro updated info 2
Fri 27 of Apr, 2012 09:27 GMT-0000 Xavier de Pedro translated and in sync with the Catalan version 1