DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:blockquote

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
plugin:blockquote [2009-10-07 13:51] – tag cleanup layneeplugin:blockquote [2023-08-02 15:38] (current) 2001:4dd0:4ddc:0:851:1db6:c235:28d
Line 1: Line 1:
-====== blockquote plugin ======+====== BlockQuote Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Provides an environment for quotes in a semantically correct way using the blockquote XHTML tag +description: Write quotations in a semantically correct way 
-author     : Gina Häußge +author     : Anika Henke (previous author: Gina Häußge) 
-email      : osd@foosel.net +email      : anika@selfthinker.org 
-type       : syntax +type       : syntax, action 
-lastupdate : 2008-04-06 +lastupdate : 2020-09-27 
-compatible : 2007-06-26brc2008-03-31devel+compatible : DetritusElenor of Tsort, Frusterick Manners, Greebo, Hogfather, Igorjack jackrum 
 depends    :  depends    : 
 conflicts  conflicts 
 similar    : styler similar    : styler
-tags       : citation+tags       : quotes 
 + 
 +downloadurl: https://github.com/dokufreaks/plugin-blockquote/archive/master.zip 
 +bugtracker : https://github.com/dokufreaks/plugin-blockquote/issues 
 +sourcerepo : https://github.com/dokufreaks/plugin-blockquote 
 +donationurl:  
 + 
 +screenshot_img : https://trello.com/1/cards/6443003898c5d0719e719b7d/attachments/644300c91b35fab8965ec052/download/dokuwiki-plugin-blockquote.png
 ---- ----
  
-[[http://foosel.org/snippets/dokuwiki/blockquote|Details and Download]]+With the blockquote plugin you can write semantically correct quotations (by using the HTML tags ''blockquote'' and ''q''). In contrast to the default wiki syntax for quotes, the content of the quote can contain any wiki syntax. Thus, also nested quotes are possible. 
 + 
 +===== Configuration ===== 
 + 
 +You can remove the plugin's specific styling by de-activating the ''addStyling'' config option. 
 + 
 +===== Syntax ===== 
 + 
 +The plugin provides three different tags to write quotations and corresponding information: 
 + 
 +  * ''<blockquote>'' marks up block quotations (i.e. quotes including at least one paragraph or more), an alternative syntax is ''<QUOTE>'' 
 +  * ''<q>'' marks up inline quotations (i.e. inside a paragraph or a list etc), an alternative syntax is ''<quote>'' 
 +  * ''<cite>'' marks up where a quote is cited from 
 + 
 +:!: **Please note:** An old version of the plugin used to allow the citation as a parameter of the blockquote tag (e.g. ''<blockquote John Smith>''). That functionality has been removed from the plugin. Instead you can use attributes from the [[plugin:wrap|Wrap plugin]] in all of those tags, if that plugin is installed. If you'd like to keep the functionality, please move the words into a ''<cite>'' tag within the ''blockquote'' tag as in the first example below. 
 + 
 +==== Examples ==== 
 + 
 +<code> 
 +<blockquote> 
 +There is nothing either good or bad, but thinking makes it so. 
 + 
 +<cite>William Shakespeare, "Hamlet", Act 2 scene 2</cite> 
 +</blockquote> 
 +</code> 
 + 
 +<code> 
 +He said <q>That's life!</q> and moved on. 
 +</code> 
 +{{https://trello.com/1/cards/6443003898c5d0719e719b7d/attachments/644300c91b35fab8965ec052/download/dokuwiki-plugin-blockquote.png?recache|'blockquote' Example}} 
 + 
 +Examples using attributes from the Wrap plugin: 
 + 
 +<code> 
 +<cite hi>Albert Einstein</cite> once said:
  
 +<blockquote column 30% :de>
 +"Autoritätsdusel ist der größte Feind der Wahrheit."
 +</blockquote>
 +</code>
  
 +<code>
 +She said <q :fr>‹C'est la vie!›</q> and smiled.
 +</code>
 +{{https://trello.com/1/cards/6443003898c5d0719e719b7d/attachments/644300bd752a1c4c37c7843d/download/dokuwiki-plugin-blockquote-with-wrap-plugin.png?recache|Examples using attributes from the Wrap plugin}}
plugin/blockquote.1254916289.txt.gz · Last modified: 2009-10-07 13:51 by laynee

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki