Difference between revisions of "Quote"

From PKC
Jump to navigation Jump to search
 
Line 1: Line 1:
The notion of [[Quote]] in MediaWiki can be accomplished using the locally defined template:[[Blockquote]]. An example can be seen as follows:
The notion of [[Quote]] in MediaWiki can be accomplished using the locally defined template:[[Blockquote]]. An example can be seen as follows:
<syntaxhighlight lang="MoinMoin">
<syntaxhighlight lang="Moin">
{{Blockquote
{{Blockquote
|text=Henceforth space by itself, and time by itself, are doomed to fade away into mere shadows, and only a union of the two will preserve an independent reality.
|text=Henceforth space by itself, and time by itself, are doomed to fade away into mere shadows, and only a union of the two will preserve an independent reality.

Latest revision as of 16:22, 15 June 2022

The notion of Quote in MediaWiki can be accomplished using the locally defined template:Blockquote. An example can be seen as follows:

{{Blockquote
|text=Henceforth space by itself, and time by itself, are doomed to fade away into mere shadows, and only a union of the two will preserve an independent reality.
|sign=[[Hermann Minkowski]], 1864-1909
}}

It will be rendered as follows:

Henceforth space by itself, and time by itself, are doomed to fade away into mere shadows, and only a union of the two will preserve an independent reality.

— Hermann Minkowski, 1864-1909