Skip to content

Commit

Permalink
Merge pull request #40 from waldyrious/mediawiki
Browse files Browse the repository at this point in the history
Rename "Wikimedia" to "Mediawiki" and other minor fixes
  • Loading branch information
ozh committed Jan 13, 2019
2 parents cf93fb6 + ad18a7f commit f58cfb4
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 75 deletions.
38 changes: 30 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ Press **Create Table** to get something like:
'----------------------------------'---------'------------------------'----------------'
```


### ASCII table (bubbles style)
```
o88888888888888888888888888888888888(_)888888888(_)888888888888888888888888(_)88888888888888888o
Expand All @@ -122,7 +121,6 @@ Press **Create Table** to get something like:
O8oooooooooooooooooooooooooooooooooo(_)ooooooooo(_)oooooooooooooooooooooooo(_)oooooooooooooooo8O
```


### ASCII table (girder style)
```
//==================================[]=========[]========================[]================\\
Expand All @@ -134,7 +132,6 @@ Press **Create Table** to get something like:
\\==================================[]=========[]========================[]================//
```


### ASCII table (dots style)
```
........................................................................................
Expand Down Expand Up @@ -185,7 +182,35 @@ Press **Create Table** to get something like:
| This is a row with only one cell | | | |
```

### Wikimedia markup
### MediaWiki markup

```
{| class="wikitable"
! Col1
! Col2
! Col3
! Numeric Column
|-
| Value 1
| Value 2
| 123
| 10.0
|-
| Separate
| cols
| with a tab or 4 spaces
| -2,027.1
|-
| This is a row with only one cell
|
|
|
|}
```

### Or even a boring html <table>

Expand All @@ -198,14 +223,11 @@ Leading characters can be added by selecting a comment style:
| hash | "# " | Perl/PowerShell/Python/R/Ruby |
| doubledash | "-- " | ada/AppleScript/Haskell/Lua/SQL |
| percent | "% " | MATLAB |
| singlespace | " " (1 space) | wikimedia |
| singlespace | " " (1 space) | MediaWiki |
| quadspace | "    " (4 spaces) | reddit |
| singlequote | "' " (single quote) | VBA |
| rem | "REM " | BASIC/DOS batch file |
| c | "C " | Fortran IV |
| exclamation | "! " | Fortran 90 |
| slantsplat | "/* ... */ " | CSS |
| xml | "<!-- ... -->" | XML |



Loading

0 comments on commit f58cfb4

Please sign in to comment.