| Wiki Syntax |
fetter Text __Text__ |
kursiver Text 2 single quotes ('). ''Text'' |
unterstrichener Text ===Text=== |
Farbiger Text ~~#FFEE33:Text~~ oder ~~yellow:Text~~. Will display using the indicated HTML color or color name. Color name can contain two colors separated by a comma. In this case, the first color would be the foreground and the second one the background. |
Deleted text 2 dashes "-". --Text-- |
  Überschriften !heading1, !!heading2, !!!heading3 |
Ein-/Ausblenden !+, !!- show/hide heading section. + (shown) or - (hidden) by default. |
Autonumbered Headings !#, !!#, !+#, !-# ... |
Inhaltsverzeichnis {toc}, {maketoc} prints out a table of contents for the current page based on structures (toc) or ! headings (maketoc) |
Horizontal rule ---- |
Textkasten ^Box-Inhalt^ |
zentrierter Text ::Text:: |
Dynamische Variablen %Name% Inserts an editable variable |
Externe Links use square brackets for an external link: [URL], [URL|link_description],[URL|link_description|relation] or [URL|description|relation|nocache] (that last prevents the local Wiki from caching the linked page; relation can be used to insert rel attribute for the link - useful e.g. for shadowbox).
For an external Wiki, use ExternalWikiName:PageName or ((External Wiki Name: Page Name)) |
Eckige Klammern [[foo] benutzen, damit [foo] ausgegeben wird. |
Wiki-Referenzen ZusammenGrossKleinSchreibung oder benutzen Sie ((Seite)) oder ((Seite|Beschr.)) für Wiki-Referenzen
, ((page|#anchor)) oder ((page|#anchor|desc)) for wiki heading/anchor references
, ))EinName(( verhindert Referenzierung |
Listen * für einfache Listen, # für numerierte Listen, ;Wort:Definition für Definitionslisten |
Indentation +, ++ Creates an indentation for each plus (useful in list to continue at the same level) |
Tabellen ||Zeile1-col1|Zeile1-col2|Zeile1-col3 Zeile2-col1|Zeile2-col2|Zeile2-col3|| |
Titelbalken -=Titel=- |
| Monospace font -+Code sample+- |
Line break %%% (very useful especially in tables) |
Mehrseitige Seiten Benutze ...page... to separate pages |
Nicht geparste Bereiche ~np~ Daten ~/np~ Prevents wiki parsing of the enclosed data. |
Vorformatierte Bereiche ~pp~ data ~/pp~ Displays preformated text/code; no Wiki processing is done inside these sections (as with np), and the spacing is fixed (no word wrapping is done). ~pre~ data ~/pre~ also displayes preformatted text with fixed spacing, but wiki processing still occurs on the text. |
Kommentare ~tc~ Tiki Comment ~/tc~ makes a Tiki comment. It will be completely removed from the display, but saved in the file for future reference. ~hc~ HTML Comment ~/hc~ makes an HTML comment. It will be inserted as a comment in the output HTML; these are not normally displayed in browsers, but can be seen using "View Source" or similar. |
Block Vorformatierung Indent text with any number of spaces to turn it into a monospaced block that still follows other Wiki formatting instructions. It will be indended with the same number of spaces that you used. Note that this mode does not preserve exact spacing and line breaks; use ~pp~...~/pp~ for that. |
Schreibrichtung {r2l}, {l2r}, {rm}, {lm}Insert resp. right-to-left and left-to-right text direction DIV (up to end of text) and markers for langages as arabic or hebrew. |
Special characters
~hs~ hard space,
~c~ ©,
~amp~ &,
~lt~ <,
~gt~ >,
~ldq~ “,
~rdq~ ”,
~lsq~ ‘,
~rsq~ ’,
~--~ —,
~bs~ \,
numeric between ~ for html numeric characters entity |
Because the Wiki paragraph formatting feature is on, all groups of non-blank lines are collected into paragraphs. Lines can be of any length, and will be wrapped together with the next line. Paragraphs are separated by blank lines.
Note that plugin arguments can be enclosed with double quotes ("); this allows them to contain , or = or >.
| Beschreibung |
User-Agent Info
Displays various information about the client.
{agentinfo
[ info="Info required - IP|SVRSW|BROWSER" ]
}
|
Anchor Link
Creates a link to an anchor within a page. Anchors can be created using the ANAME plugin.
{ALINK(
aname="The anchor name as defined in the ANAME plugin."
[ pagename="The name of the wiki page containing the anchor." ]
)}
Anchor link label.
{ALINK}
|
Anchor Name
Inserts an anchor in the wiki page. Anchors can be linked to using the ALINK plugin.
{ANAME(
)}
The name of the anchor.
{ANAME}
|
Image Annotation
Displays an image and allow the users to define zones to highlight information on the image.
{ANNOTATION(
src="Absolute URL to the image or relative path from tikiwiki root."
width="Image width."
height="Image height."
[ align="Image alignment. Possible values: left, right, center." ]
)}
Autogenerated content. Leave blank initially.
{ANNOTATION}
|
Artikel
Includes an article's content within the page.
{article
[ Field="The article field to display. Default field is Heading." ]
[ Id="The article to display. If no value is provided, most recent article will be used." ]
}
|
Article List
Includes a list of articles within the page.
{articles
[ max="The amount of articles to display in the list." ]
[ topic="[!]topic+topic+topic" ]
[ topicId="[!]topicId+topicId+topicId" ]
[ type="[!]type+type+type" ]
[ categId="The ID of the category to list from." ]
[ lang="The article language to list." ]
[ sort="The column and order of the sort in columnName_asc or columnName_desc format." ]
[ quiet="Whether to not report when there are no articles." ]
[ titleonly="Whether to only show the title of the articles." ]
}
|
Anhang
Displays an attachment or a list of them
{ATTACH(
[ name="Gives the name of the attached file to link to" ]
[ file="Same as name" ]
[ page="Gives the name of another page the attached file is on. The file on that page is linked to instead. Only works with wiki pages" ]
[ showdesc="Shows the description as the link text instead of the file name" ]
[ bullets="Makes the list of attachments a bulleted list" ]
[ image="Says that this file is an image, and should be displayed inline using the img tag" ]
[ inline="Puts the stuff between {ATTACH} tags as the link text instead of the file name or description" ]
[ all="Shows all attachments from the whole wiki" ]
[ num="Gives the number, in the list of attachments, of the attachment to link to" ]
[ id="Gives the actual id of the attachment to link in. You probably should never use this" ]
[ dls="Puts the number of downloads in the alt comment" ]
[ icon="Shows a file icon" ]
)}
Kommentar
{ATTACH}
|
Avatar
Zeigt den Benutzer-Avatar an.
{AVATAR(
[ page="The wiki page the avatar will link to." ]
[ float="left|right" ]
)}
Benutzername
{AVATAR}
|
Zurück
Displays a link that allows to go back in the browser history
{back
}
|
Box
Box im Theme-Layout in Wiki-Seite einfügen
{BOX(
[ title="Displayed above the content" ]
[ bg="As defined by CSS, name or Hex code." ]
[ width="In pixels or percentage. Default value is 100%." ]
[ align="left|right|center" ]
[ float="left|right, for box with width lesser than 100%, make text wrap around the box." ]
[ class="Apply custom CSS class to the box." ]
)}
Text
{BOX}
|
Center
Zentriert den PlugIn-Inhalt innerhalb der Wiki-Seite.
{CENTER(
)}
Text
{CENTER}
|
Quellcode
Zeigt einen Quellcode-Ausschnitt an
{CODE(
[ caption="Code snippet label." ]
[ wrap="0|1, Enable word wrapping on the code to avoid breaking the layout." ]
[ colors="Syntax highlighting to use. May not be used with line numbers. Available: php, html, sql, javascript, css, java, c, doxygen, delphi, ..." ]
[ ln="0|1, may not be used with colors." ]
[ wiki="0|1, parse wiki syntax within the code snippet." ]
[ rtl="0|1, switch the text display from left to right to right to left" ]
[ ishtml="0|1, display the content as is instead of escaping HTML special chars" ]
)}
Quellcode
{CODE}
|
Countdown
Displays a countdown from now until the specified date.
{COUNTDOWN(
enddate="Target date. Multiple formats accepted."
[ locatetime="on|off" ]
)}
Text to append to the countdown.
{COUNTDOWN}
|
DBReport
Run a database report
{DBREPORT(
[ dsn="A full DSN (Data Source Name) connection string. eg: mysql://user:pass@server/database" ]
[ db="The name of a DSN connection defined by the Wiki administrator." ]
[ wiki="0|1, parse wiki syntax within the report." ]
[ debug="0|1, display the parsed report definition." ]
)}
report definition
{DBREPORT}
|
Div
Insert a division block on wiki page
{DIV(
[ type="div|span|pre|b|i|tt|p|blockquote" ]
[ bg="As defined by CSS, name or Hex code." ]
[ width="In pixels or percentage. Default value is 100%." ]
[ align="left|right|center|justify" ]
[ float="left|right, for box with width lesser than 100%, make text wrap around the box." ]
[ class="Apply custom CSS class to the div." ]
[ id="Sets the div's id attribute, as defined by HTML." ]
)}
Text
{DIV}
|
Definition List
Legt eine Definitionsliste an
{DL(
)}
One entry per line. Each line is in "Term: Definition" format.
{DL}
|
Equation
Renders an equation written in LaTeX syntax as an image.
{EQUATION(
[ size="Percentage of increase from normal size. 100 produces the default size. 200 produces an image twice as large." ]
)}
equation
{EQUATION}
|
Ereignisse
Includes the list of events from a calendar in the page.
{events
calendarid="Numeric"
[ maxdays="Numeric" ]
[ max="Numeric" ]
[ datetime="0|1" ]
[ desc="0|1" ]
}
|
|
Beispiel: {EXAMPLE(face=> size=>)}Text{EXAMPLE}
|
Fade
Displays a label. On click, the block of content will fade in and fade out.
{FADE(
label="Label to display on first display"
)}
Wiki syntax containing the text to display.
{FADE}
|
Fancy List
Creates a fancy looking list
{FANCYLIST(
[ div="Use div instead of ol" ]
[ class="CSS class of the fancylist" ]
)}
One item per line starting with anything followed by ")".
{FANCYLIST}
|
Fancy Table
Daten im Tiki gerade/ungerade Stil anzeigen
{FANCYTABLE(
[ head="Heading row of the table, same format as the body section." ]
[ headclass="CSS Class to apply on the heading row." ]
)}
One row per line, cells separated by ~|~.
{FANCYTABLE}
|
Datei
Displays a link to an attachment to a wiki page and can display an image attachment.
{file
name="Gives the name of the attached file to link to"
[ desc="Kommentar" ]
[ page="Gives the name of another page the attached file is on. The file on that page is linked to instead. Only works with wiki pages" ]
[ showdesc="Shows the description as the link text instead of the file name" ]
[ image="Says that this file is an image, and should be displayed inline using the img tag" ]
}
|
Dateien
Displays a list of files from the File Gallery
{FILES(
[ galleryId="Gallery ID" ]
[ categId="Category ID:Category ID" ]
[ sort="name_asc" ]
[ showaction="y|n" ]
[ showfind="y|n" ]
[ showid="y|n" ]
[ showicon="y|n" ]
[ showname="y|n" ]
[ showfilename="y|n" ]
[ showsize="y|n" ]
[ showdescription="y|n" ]
[ showcreated="y|n" ]
[ showhits="y|n" ]
[ showlockedby="y|n" ]
[ showlmodified="y|n" ]
[ showauthor="y|n" ]
[ showcreator="y|n" ]
[ showgallery="y|n" ]
[ showfiles="y|n" ]
[ slideshow="y|n" ]
)}
Titel
{FILES}
|
Flash video
Displays a SWF on the wiki page
{flash
movie="Complete URL to the movie to include."
[ width="Default width: 425" ]
[ height="Default height: 350" ]
[ quality="Flash video quality. Default value: high" ]
}
|
Footnote
Inserts a superscripted footnote number next to text and takes in footnote as parameter.
{FOOTNOTE(
)}
The footnote
{FOOTNOTE}
|
Footnotearea
Inserts a section for collected footnotes within the wiki page.
{footnotearea
}
|
|
Formula: {FORMULA(width=>500, height=>400, paper=>letter, orientation=>landscape, steps=>150, min=0, max=100, y0=>, y1=>,...)}Titel{FORMULA}
|
ftp
Download box for a file on ftp server.
{FTP(
server="ftp.myserver.com"
user=""
password=""
[ title="" ]
)}
file name
{FTP}
|
Gauge
Displays a graphical gauge
{GAUGE(
value="current value (REQUIRED)"
[ max="Maximum possible value. Default: 100" ]
[ label="Label displayed on the left side of the gauge." ]
[ color="As defined by CSS." ]
[ bgcolor="As defined by CSS." ]
[ size="Bar width in pixels." ]
[ labelsize="Width in pixels allocated to the label." ]
[ perc="true|false, if true then a percentage of the maximum is displayed." ]
[ showvalue="true|false, if the numeric value is displayed." ]
[ height="Bar height in pixels." ]
)}
Beschreibung
{GAUGE}
|
googledoc
Displays a Google document
{GOOGLEDOC(
type="Type of Google document"
key="Google doc key - for example pXsHENf1bGGY92X1iEeJJI"
[ name="Name of iframe" ]
[ size="Size of frame, use instead of width and height, they will fit the Google presentations sizes exactly. It can be small|medium|large." ]
[ width="Pixels or %" ]
[ height="Pixels or %" ]
[ align="top|middle|bottom|left|right" ]
[ frameborder="1|0" ]
[ marginheight="Pixels" ]
[ marginwidth="Pixels" ]
[ scrolling="yes|no|auto" ]
[ editLink="top|bottom|both" ]
)}
Leave this empty.
{GOOGLEDOC}
|
Gruppe
Display wiki text if user is in one of listed groups
{GROUP(
[ groups="Pipe separated list of groups allowed to view the block. ex: Admins|Developers" ]
[ notgroups="Pipe separated list of groups denied from viewing the block. ex: Anonymous|Managers" ]
)}
Wiki text to display if conditions are met. The body may contain {ELSE}. Text after the marker will be displayed to users not matching the condition.
{GROUP}
|
|
Bild
Display an image. (experimental - possible successor to img in 4.0)
{image
[ fileId="Numeric ID of an image in a File Gallery (or comma-separated list). "fileId", "id" or "src" required." ]
[ id="Numeric ID of an image in an Image Gallery (or comma-separated list). "fileId", "id" or "src" required." ]
[ src="Full URL to the image to display. "fileId", "id" or "src" required." ]
[ scalesize="Maximum height or width in pixels (largest dimension is scaled). If no scalesize is given one will be attempted from default or given height or width. If scale does not match a defined scale for the gallery the full sized image is downloaded." ]
[ height="Height in pixels." ]
[ width="Width in pixels." ]
[ link="Alias: lnk. Location the image should point to." ]
[ rel=""rel" attribute to add to the link." ]
[ title="Title text." ]
[ alt="Alternate text to display if impossible to load the image." ]
[ align="Alias:imalign. Image alignment in the page. (left, right)" ]
[ block="Whether to block items from flowing next to image from the top or bottom. (top,bottom,both,none)" ]
[ desc="Image description to display on the page." ]
[ usemap="Name of the image map to use for the image." ]
[ class="CSS class to apply to the image's img tag. (Usually used in configuration rather than on individual images.)" ]
[ style="CSS styling to apply to the plugin. (Usually used in configuration rather than on individual images.)" ]
[ border="Border configuration. Values "on" and "off" control visibility, or else specify CSS styling options." ]
[ descoptions="Description configuration. Values "on" and "off" control visibility, or else specify CSS styling options. (Usually used in configuration rather than on individual images.)" ]
[ default="Default configuration definitions. (Usually used in configuration rather than on individual images.)" ]
[ mandatory="Mandatory configuration definitions. (Usually used in configuration rather than on individual images.)" ]
}
|
|
Bild
Displays an image.
{img
[ src="Full URL to the image to display." ]
[ alt="Alternate text to display if impossible to load the image." ]
[ height="Height of the image to display." ]
[ width="Width of the image to display." ]
[ link="Alias: lnk. Location the image should point to." ]
[ rel=""rel" attribute to add to the link." ]
[ title="Beschreibung." ]
[ align="Image alignment in the page. (left, right, center) Uses HTML IMG tag." ]
[ imalign="Image alignment in the flow of the document. (left, right, none) Uses CSS float property." ]
[ desc="Image description to display on the page." ]
[ usemap="Name of the image map to use for the image." ]
[ class="Style to apply to the image." ]
}
|
Aufnehmen
Include a page's content.
{include
page="Wiki page name to include."
[ start="When only a portion of the page should be included, specify the marker from which inclusion should start." ]
[ stop="When only a portion of the page should be included, specify the marker at which inclusion should end." ]
}
|
Sprache
Displays the text only if the language matchs
{LANG(
[ lang="List of languages for which the block is displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs." ]
[ notlang="List of languages for which the block is not displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs." ]
)}
Text
{LANG}
|
Seiten auflisten
Wiki-Seiten auflisten.
{listpages
[ offset="Result number at which the listing should start." ]
[ max="Amount of results displayed in the list." ]
[ initial="txt" ]
[ showNameOnly="y|n" ]
[ categId="Category ID" ]
[ structHead="y|n" ]
[ showPageAlias="y|n" ]
[ find="txt" ]
[ lang="Two letter language code to filter pages listed." ]
[ langOrphan="Two letter language code to filter pages listed. Only pages not available in the provided language will be listed." ]
[ translations="user or pipe separated list of two letter language codes for additional languages to display. If the language parameter is not defined, the first element of this list will be used as the primary filter." ]
[ exact_match="y|n Related to Find." ]
[ only_orphan_pages="y|n" ]
[ for_list_pages="y|n" ]
[ sort="lastModif_descoderpageName_asc" ]
}
|
Mediaplayer
Simple mp3 or flv Player
{mediaplayer
[ mp3="Complete URL to the mp3 to include." ]
[ flv="Complete URL to the flv to include." ]
[ style="One of:mini|normal|maxi|multi" ]
}
|
Insert Module
Displays a module inlined in page. More parameters can be added, not supported by UI.
{module
module="Module name as known in Tikiwiki."
[ float="left|right|none" ]
[ decoration="y|n" ]
[ flip="y|n" ]
[ max="y|n" ]
[ np="0|1" ]
[ notitle="y|n" ]
}
|
Monospace
Zeigt den PlugIn-Inhalt in einer MonoSpace-Schrift an
{MONO(
[ font="Font name as known in browsers." ]
)}
Text
{MONO}
|
Mouse Over
Create a mouseover feature on some text
{MOUSEOVER(
label="Text displayed on the page. The body is the mouseover content"
[ url="Destination link when moused-over text is clicked. Use http:// for external links" ]
[ text="DEPRECATED Text displayed on the mouseover. The body contains the text of the page." ]
[ width="Mouse over box width. Default: 400px" ]
[ height="Mouse over box height. Default: 200px" ]
[ offsetx="Shifts the overlay to the right by the specified amount of pixels in relation to the cursor. Default: 5px" ]
[ offsety="Shifts the overlay to the bottom by the specified amount of pixels in relation to the cursor. Default: 0px" ]
[ parse="y|n, parse the body of the plugin as wiki content. (Default to y)" ]
[ bgcolor="Default: #F5F5F5" ]
[ textcolor="#FFFFFF" ]
[ sticky="y|n, when enabled, popup stays visible until an other one is displayed or it is clicked." ]
[ padding="Default: 5px" ]
)}
Mouseover text if param label exists. Page text if text param exists
{MOUSEOVER}
|
MWTable
Displays a table using MediaWiki syntax (experimental - may change in future versions)
{MWTABLE(
[ fancy="true|false" ]
[ wiki_classes="true|false" ]
)}
URL
{MWTABLE}
|
MySpace
Displays a SWF myspace mp3 playlist on the wiki page
{myspace
page="MySpace page name."
}
|
Object Hits
Displays object hit info by object and days
{objecthits
object="Object ID"
type="Object Type"
[ days="?" ]
}
|
Bild
Search for images uploaded by users (deprecated - scheduled to be removed or changed significantly)
{picture
file="Filename or full path to file"
}
|
Plugin Manager
Provides a list of plugins on this wiki.
{pluginmanager
[ info="version|description|arguments Multiple values separated with | can be used." ]
}
|
|
Profile Installer
Adds controls required to install a profile.
{profile
[ domain="Profile repository domain. Default value is profiles.tikiwiki.org" ]
name="Name of the profile."
}
|
Proposal
Provides a widget for users to vote on a proposal and view the current decision.
{PROPOSAL(
[ caption="Short description of the proposal to vote on. Will be displayed above the result table." ]
)}
The list of votes casted. One vote per line. Either 0, +1 or -1 followed by a username.
{PROPOSAL}
|
Quote
Quote text by surrounding the text with a box, like the [QUOTE] BBCode
{QUOTE(
[ replyto="Name of the quoted person." ]
)}
Quoted text
{QUOTE}
|
Remarks Box
Displays a comment, tip, note or warning box
{REMARKSBOX(
type="tip|comment|note|warning"
title="Label displayed above the remark."
[ highlight="y|n" ]
[ icon="Icon ID." ]
)}
remarks text
{REMARKSBOX}
|
RSS Feed
Inserts an RSS feed output.
{rss
id="List of feed IDs separated by colons. ex: feedId:feedId2"
[ max="Amount of results displayed." ]
[ date="0|1" ]
[ desc="0|1|max length" ]
[ author="0|1" ]
}
|
SourceForge
Erstellt automatisch einen Link zum passenden SourceForge Objekt
{SF(
aid="?"
adit="?"
groupid="?"
)}
Text
{SF}
|
Show Pages
Wiki-Seiten auflisten
{showpages
find="Search criteria"
[ max="Maximum amount of results displayed." ]
[ display="name|desc" ]
}
|
Skype
Clickable Skype link
{SKYPE(
[ action="call|chat" ]
)}
Name or number to call or chat with.
{SKYPE}
|
Sortieren
Sortiert den PlugIn-Inhalt innerhalb einer Wiki-Seite
{SORT(
[ sort="asc|desc|shuffle" ]
)}
Data to sort, one entry per line.
{SORT}
|
Split
Seite in Spalten und Zeilen aufteilen
{split
[ joincols="y|n Generate the colspan attribute if columns are missing" ]
[ fixedsize="y|n Generate the width attribute on the columns" ]
[ colsize="?" ]
[ first="col|line" ]
[ edit="y|n Display edit icon for each section" ]
[ customclass="add a class to customize the design" ]
}
|
Subscript
Displays text in subscript.
|
Superscript
Displays text in superscript (exponent).
|
Umfrage
Displays a survey
{survey
id="Id"
[ page="Wiki Page to redirect the user after his vote" ]
[ lang="Sprache" ]
}
|
Tag
Displays the text between an html tag
{TAG(
[ tag="Any valid HTML tag, span by default." ]
[ style="Equivalent of the style attribute on the HTML tag." ]
)}
Text
{TAG}
|
Vorschau
Zeigt ein Vorschaubild des Bildes
{THUMB(
[ file="File ID from the file gallery." ]
[ id="Image ID from the image gallery." ]
[ image="URL to the image." ]
[ max="Maximum width or height for the image." ]
[ float="left|right|none" ]
[ url="Link target of the image." ]
[ original="y|n" ]
[ sticky="y|n" ]
)}
Beschreibung
{THUMB}
|
Top Friends
List top scoring users.
{topfriends
[ limit="Maximum result count." ]
[ public="y|n" ]
}
|
Translated
Verweist auf einen übersetzten Inhalt
{TRANSLATED(
lang="Two letter language code of the language, ex: fr"
[ flag="Country name, ex: France" ]
)}
[url] or ((wikiname)) or ((inter:interwiki)) (use wiki syntax)
{TRANSLATED}
|
User Count
Zeigt die Anzahl der registrierten Benutzer
{USERCOUNT(
)}
Group name
{USERCOUNT}
|
Benutzerliste
Displays a list of registered users
{USERLIST(
[ sep="String to use between elements of the list." ]
[ max="Result limit." ]
[ sort="asc|desc" ]
[ layout="table" ]
[ link="userpage|userinfo|userpref" ]
)}
Login Filter
{USERLIST}
|
Versionen
Split the text in parts visible only under some conditions
{VERSIONS(
[ nav="y|n - Displays a navigation box that allows users to select a specific version to display." ]
[ title="y|n - Display the current version name as the title. Note: Do not work when nav=>y" ]
[ default="Specifies version label to show when displaying the page for the first time. e.g. 'Default'" ]
)}
Block of text separated by ---(version x)--- markers. Text before the first marker is used by default.
{VERSIONS}
|
Web Service
Obtains and display remote information exposed in JSON or YAML. The plugin can be used to display registered or unregistered services. Registered services may use more parameters not defined in this interface.
{WEBSERVICE(
[ url="Complete service URL" ]
[ service="Registered service name." ]
[ template="For use with registered services, name of the template to be used to display the service output. This parameter will be ignored if a body is provided." ]
[ bodyname="Name of the argument to send the body as for services with complex input. Named service required for this to be useful." ]
)}
Template to apply to the data provided. Template format uses smarty templating engine using double brackets as delimiter. Output must provide wiki syntax. Body can be sent to a parameter instead by using the bodyname parameter.
{WEBSERVICE}
|
Youtube
Display youtube video in a wiki page
{youtube
movie="URL to the Youtube video"
[ width="Width in pixels" ]
[ height="Height in pixels" ]
[ quality="quality" ]
}
|
Alexander Courage is dead! :-(
Last year already, almost without any media response, the composer of the famous "Star Trek fanfare" died after several strokes at the age of 88 in Los Angeles. This was on 15 May 2008.
He not only composed the title theme of the original Star Trek series, but also large parts of the theme of the "Waltons", the "Superrman" film series, and several other TV series and movies. He even received two Oscar nominations for "The Pleasure Seekers" (1964) and "Doctor Doolittle" (1967).
http://www.washingtonpost.com/wp-dyn/content/article/2008/05/30/AR2008053003013.html