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
guide [2025/08/13 22:57] – [Tables] Valentineguide [2025/08/13 23:00] (current) – [Galleries] Valentine
Line 151: Line 151:
  
 ===== Special Syntax ===== ===== Special Syntax =====
-There are some things that you have to do by hand instead of using the editor. These are tables and certain things I have added via plugins instead of being built into DokuWiki.+There are some things that you have to do by hand instead of using the editor. These are tables, more advanced versions of the above, and certain things I have added via plugins instead of being built into DokuWiki.
  
 +==== Inter-Wiki Links ===
 +
 +There are built in ways to link between wikis without having to type the URL out completely. ''%%[[wp>wiki|Wiki]]%%'' will create a link to Wikipedia's page on wikis. The portion before the ''>'' is the identifier.
 +
 +The following identifiers can be used:
 +  * ''doku'' for DokuWiki's official documentation
 +  * ''wp'' for Wikipedia
 +  * ''abs'' for Absinthe Town
 +  * ''sd'' for [[sd>|Secret Dragon]]
 +  * ''debt'' for [[debt>|KISSKISSFALLINDEBT]]
 ==== Tables ==== ==== Tables ====
  
Line 271: Line 281:
 ''%%{{gallery>:namespace:file.jpg}}%%'' ''%%{{gallery>:namespace:file.jpg}}%%''
  
 +There is a way to add captions to images (to credit an artist, for example) but it is slightly more advanced. I recommend reading the [[doku>plugin:gallery|gallery extension's documentation]] to learn how to use it.
 ==== Comments ==== ==== Comments ====