Differences
This shows you the differences between two versions of the page.
admin:demo [2008/08/22 22:35] 127.0.0.1 external edit |
admin:demo [2015/05/27 02:06] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Demo ====== | ||
- | ===== Level 2 Headline ===== | ||
- | ==== Level 3 Headline ==== | ||
- | === Level 4 Headline === | ||
- | == Level 5 Headline == | ||
- | |||
- | Source code for these headlines is given below: | ||
- | < | ||
- | ====== Demo ====== | ||
- | ===== Level 2 Headline ===== | ||
- | ==== Level 3 Headline ==== | ||
- | === Level 4 Headline === | ||
- | == Level 5 Headline == | ||
- | </ | ||
- | |||
- | \\ \\ | ||
- | Sample of Horizontal line by | ||
- | < | ||
- | ---- | ||
- | |||
- | \\ \\ | ||
- | |||
- | ====== Links ====== | ||
- | You can provide both internal and external links as well as links to sections in a page. The line below has an internal link in it which has the following source. | ||
- | Link to [[todo|TODO page]] or [[admin: | ||
- | < | ||
- | Link to [[todo|TODO page]] or [[admin: | ||
- | </ | ||
- | |||
- | External links have a similar code. Following sentence is given by the source code below. | ||
- | [[http:// | ||
- | < | ||
- | [[http:// | ||
- | </ | ||
- | |||
- | Link to a section in current page (e.g., [[#Videos | Videos]]) or another wiki page (e.g. [[sep: | ||
- | < | ||
- | [[#Videos | Videos]] or [[sep: | ||
- | and | ||
- | [[sep: | ||
- | </ | ||
- | |||
- | You can also open external URLs as iframes. | ||
- | < | ||
- | {{url> | ||
- | </ | ||
- | |||
- | \\ \\ | ||
- | |||
- | ====== Tables ====== | ||
- | Tables below are givens by following sources: | ||
- | < | ||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | ||
- | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | ||
- | | Row 2 Col 1 | some colspan (note the double pipe) || | ||
- | | Row 3 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | ||
- | </ | ||
- | |||
- | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | ||
- | | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | ||
- | | Row 2 Col 1 ^ some colspan (note the double pipe) || | ||
- | | Row 3 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | ||
- | |||
- | |||
- | and | ||
- | < | ||
- | | ^ Heading 1 ^ Heading 2 ^ | ||
- | ^ Heading 3 | Center1 | ||
- | ^ Heading 4 |Left | Right| | ||
- | </ | ||
- | |||
- | | ^ Heading 1 ^ Heading 2 ^ | ||
- | ^ Heading 3 | Center1 | ||
- | ^ Heading 4 |Left | Right| | ||
- | |||
- | |||
- | |||
- | |||
- | ====== Lists ====== | ||
- | This will create a bullet list: | ||
- | < | ||
- | * Item A | ||
- | * Item B | ||
- | * Item C | ||
- | </ | ||
- | * Item A | ||
- | * Item B | ||
- | * Item C | ||
- | |||
- | And this will create a numbered list: | ||
- | < | ||
- | - Item 1 | ||
- | - Item 2 | ||
- | - Item 3 | ||
- | </ | ||
- | - Item 1 | ||
- | - Item 2 | ||
- | - Item 3 | ||
- | |||
- | You can also have combinatorial lists: | ||
- | < | ||
- | - Item 1 | ||
- | * Sub Item 1A | ||
- | -Sub Sub Item 1A1 | ||
- | * Sub Item 1B | ||
- | - Item 2 | ||
- | - Sub Item 21 | ||
- | -Sub Sub Item 211 | ||
- | -Sub Sub Sub Item 2111 | ||
- | -Sub Sub Sub Item 2112 | ||
- | -Sub Sub Sub Item 2113 | ||
- | - Sub Item 22 | ||
- | -Sub Sub Item 221 | ||
- | -Sub Sub Item 222 | ||
- | -Sub Sub Item 223 | ||
- | - Item 3 | ||
- | * Sub Item 31 | ||
- | * Sub Sub Item 311 | ||
- | - Sub Sub Item 3111 | ||
- | </ | ||
- | - Item 1 | ||
- | * Sub Item 1A | ||
- | -Sub Sub Item 1A1 | ||
- | * Sub Item 1B | ||
- | - Item 2 | ||
- | - Sub Item 21 | ||
- | -Sub Sub Item 211 | ||
- | -Sub Sub Sub Item 2111 | ||
- | -Sub Sub Sub Item 2112 | ||
- | -Sub Sub Sub Item 2113 | ||
- | - Sub Item 22 | ||
- | -Sub Sub Item 221 | ||
- | -Sub Sub Item 222 | ||
- | -Sub Sub Item 223 | ||
- | - Item 3 | ||
- | * Sub Item 31 | ||
- | * Sub Sub Item 311 | ||
- | - Sub Sub Item 3111 | ||
- | |||
- | |||
- | |||
- | ====== Blocks | ||
- | Pair of tags make the content in a box | ||
- | |||
- | block sample by 2 blank spaces. | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | |||
- | < | ||
- | <code python> | ||
- | This is python code: | ||
- | a=2 | ||
- | b,c=3,7 | ||
- | if a>1: | ||
- | d=a**2+b+2*c | ||
- | </ | ||
- | |||
- | Latex code: | ||
- | < | ||
- | < | ||
- | \hat{a}=b^2+c_0 | ||
- | </ | ||
- | </ | ||
- | |||
- | < | ||
- | \hat{a}=b^2+c_0 | ||
- | </ | ||
- | |||
- | |||
- | <box red | SEP_RED> This is a red box. </ | ||
- | <box green | SEP_GREEN> | ||
- | |||
- | < | ||
- | < | ||
- | Your notes... | ||
- | </ | ||
- | </ | ||
- | |||
- | < | ||
- | Your notes... | ||
- | </ | ||
- | <note important> | ||
- | Your Important notes... | ||
- | </ | ||
- | <note tip> | ||
- | Your tips... | ||
- | </ | ||
- | <note warning> | ||
- | Your warnings... | ||
- | </ | ||
- | |||
- | ====== Pictures ====== | ||
- | Media including files and pictures are stored in ''/ | ||
- | < | ||
- | {{ | ||
- | {{ | ||
- | {{sutree.gif | ||
- | </ | ||
- | |||
- | **Right**: | ||
- | \\ | ||
- | **Center**: | ||
- | \\ | ||
- | **Left**: | ||
- | |||
- | |||
- | \\ \\ | ||
- | You can add slide shows as well: | ||
- | |||
- | <aviewer 300 230 right> | ||
- | {{sep: | ||
- | </ | ||
- | |||
- | < | ||
- | <aviewer 300 230 right> | ||
- | {{sep: | ||
- | </ | ||
- | </ | ||
- | |||
- | |||
- | \\ \\ | ||
- | Another option for slideshow is to use gallery plugin: | ||
- | |||
- | {{gallery> | ||
- | |||
- | |||
- | < | ||
- | {{gallery> | ||
- | </ | ||
- | |||
- | \\ \\ | ||
- | \\ \\ | ||
- | |||
- | ====== Videos ====== | ||
- | | ||
- | |||
- | {{ youtube> | ||
- | |||
- | | ||
- | {{ youtube> | ||
- | |||
- | | ||
- | {{youtube> | ||
- | |||
- | |||
- | \\ \\ | ||
- | \\ \\ | ||
- | |||
- | |||
- | |||
- | ====== Put pages on Tasks ====== | ||
- | Create a task by | ||
- | < | ||
- | ~~TASK: | ||
- | ~~TASK: | ||
- | </ | ||
- | |||
- | ~~TASK: | ||
- | |||
- | |||
- | \\ | ||
- | And this gives a list of all tasks in SEP namespace: | ||
- | |||
- | Create a tag by | ||
- | < | ||
- | {{tasks> | ||
- | {{tasks> | ||
- | </ | ||
- | {{tasks> | ||
- | |||
- | |||
- | |||
- | |||
- | ====== Page Footer ====== | ||
- | You can use **include** plugin by following code to use unified footer for all pages. | ||
- | < | ||
- | {{page> | ||
- | </ | ||
- | |||
- | |||
- | |||
- | ~~DISCUSSION~~ | ||