On Cinema Wiki

This wiki has it all, it has action, drama, suspense, and dance.

User Tools

Site Tools


wiki:syntax

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:syntax [2024/01/10 20:43] kianworldwiki:syntax [2024/02/15 04:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Formatting Syntax ====== ====== Formatting Syntax ======
  
-<WRAP info>Unfinished.</WRAP> +[[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possibleThis page contains all possible syntax you may use when editing the pagesSimply have a look at the source of this page by pressing "Edit this page"If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
- +
-On Cinema on Wikis uses [[doku>DokuWiki]] for its wiki softwareI (kianworld) chose this because it seemed a hell of a lot easier to set-up and use instead of [[wp>MediaWiki]]Yeah, I could have went to Fandom or Miraheze or whatever... I didn'want to. I wanted something that I could feel less bad about maybe giving up and abandoning onsomething self-hosted. +
- +
-A big advantage of DokuWiki is the fact that articles are just simple 'ol text files. All the fancy effects are just markup (and the occasional plug-in/CSS cheat). This page is a re-write of the default [[doku>wiki:syntax|DokuWiki syntax]] page, with some unneeded lines removed and additional ones added, plus general tips about how we want articles to be written. +
- +
-===== Tone ===== +
-We're writing this wiki **in-character**, meaning we're pretending this is all real and not some elaborate 10+ year gag. Be neutral, don't write heavily from the perspective of a Timhead or a Gregghead. +
- +
-Occasionally, we'll break kayfabe and talk about things out-of-character. When you do, mark it **[META]** in the header of the section.+
  
 ===== Basic Text Formatting ===== ===== Basic Text Formatting =====
  
-**Bold**, //italic//, __underline__, ''monospaced'' text are all supportedUnsure where you'd need ''monospace'' in this wiki, though. **//Mixing ''and'' __match__ing//** works too.+DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' textsOf course you can **__//''combine''//__** all these.
  
   DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.   DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
   Of course you can **__//''combine''//__** all these.   Of course you can **__//''combine''//__** all these.
  
-You can use <sub>subscript</sub> and <sup>superscript</sup>, too, or mark <del>something</del> out.+You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
  
-  You can use <sub>subscript</sub> and <sup>superscript</sup>, too, or mark <del>something</del> out.+  You can use <sub>subscript</sub> and <sup>superscript</sup>, too
 + 
 +You can mark something as <del>deleted</del> as well. 
 + 
 +  You can mark something as <del>deleted</del> as well.
  
 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line. **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
Line 33: Line 28:
   or followed by\\ a whitespace \\this happens without it.   or followed by\\ a whitespace \\this happens without it.
  
-We use forced newlines frequently.+You should use forced newlines only if really needed.
  
 ===== Links ===== ===== Links =====
- 
-NOTE: You cannot do the mixing and matching INSIDE links. Example: [[:podcast|//On Cinema// podcast]], note that the slashes are still visible. You have to do the formatting OUTSIDE of the link, //[[:misteramerica|Mister America]]// like so. 
  
 DokuWiki supports multiple ways of creating links. DokuWiki supports multiple ways of creating links.
Line 144: Line 137:
 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}} Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
  
-Resized external image:           {{https://secure.php.net/images/php.gif?200x50}}+Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
   Real size:                        {{wiki:dokuwiki-128.png}}   Real size:                        {{wiki:dokuwiki-128.png}}
   Resize to given width:            {{wiki:dokuwiki-128.png?50}}   Resize to given width:            {{wiki:dokuwiki-128.png?50}}
   Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}   Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
-  Resized external image:           {{https://secure.php.net/images/php.gif?200x50}}+  Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
  
wiki/syntax.1704915809.txt.gz · Last modified: 2024/01/10 20:43 by kianworld