Revision history for InterwikilistActionInfo
Revision [22901]
Last edited on 2016-05-20 07:38:42 by JavaWoman [Replaces old-style internal links with new pipe-split links.]Additions:
This page can now be found on the [[Docs:InterwikilistActionInfo | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/InterwikilistActionInfo/revisions | old revisions of this page]] is still available for reference.<<
An archive of [[http://wikkawiki.org/InterwikilistActionInfo/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
An archive of [[http://wikkawiki.org/InterwikilistActionInfo/revisions
old revisions of this page]] is still available for reference.<<
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:InterwikilistActionInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/InterwikilistActionInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
This page can now be found on the [[Docs:InterwikilistActionInfo Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/InterwikilistActionInfo/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
=====Interwikilist Action Documentation=====
This is the documentation page for the Interwikilist action.
//Once the planned 'autodoc' feature for actions is "live", this page will contain the automatically-generated documentation by just including an action; for now, I've just manually created the text.//
===Documentation===
==Short description==
Displays a list of shortcuts to other webpages and their url.
==Parameters==
This action does not accept a parameter.
==Long description==
The interwiki.conf file in the wikki directory contains a list of shortcuts to other webpages, for example "wikka:" for "http://wikkawiki.org/". With these shortcuts you can write for example [[WikiPedia:Albert_Einstein]] instead of [[http://en.wikipedia.org/wiki/Albert_Einstein]]
Usage:
%%{{interwikilist}}%%
Example:
{{interwikilist}}
==Author==
?
CategoryDocumentation
Revision [17247]
Edited on 2007-07-08 14:43:57 by JavaWoman [wikka.jsnx.com -> wikkawiki.org (plus ending slash)]Additions:
The interwiki.conf file in the wikki directory contains a list of shortcuts to other webpages, for example "wikka:" for "http://wikkawiki.org/". With these shortcuts you can write for example [[WikiPedia:Albert_Einstein]] instead of [[http://en.wikipedia.org/wiki/Albert_Einstein]]
Deletions:
Additions:
=====Interwikilist Action Documentation=====
This is the documentation page for the Interwikilist action.
Displays a list of shortcuts to other webpages and their url.
This action does not accept a parameter.
The interwiki.conf file in the wikki directory contains a list of shortcuts to other webpages, for example "wikka:" for "http://wikka.jsnx.com". With these shortcuts you can write for example [[WikiPedia:Albert_Einstein]] instead of [[http://en.wikipedia.org/wiki/Albert_Einstein]]
%%{{interwikilist}}%%
Example:
{{interwikilist}}
This is the documentation page for the Interwikilist action.
Displays a list of shortcuts to other webpages and their url.
This action does not accept a parameter.
The interwiki.conf file in the wikki directory contains a list of shortcuts to other webpages, for example "wikka:" for "http://wikka.jsnx.com". With these shortcuts you can write for example [[WikiPedia:Albert_Einstein]] instead of [[http://en.wikipedia.org/wiki/Albert_Einstein]]
%%{{interwikilist}}%%
Example:
{{interwikilist}}
Deletions:
This is the documentation page for the Color / Colour action(s).
Displays a given text in a given color.
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>text</td><td>string</td><td>mandatory</td><td>-</td><td>the text you want to display colored</td></tr>
<tr><td>c</td><td>string</td><td>optional</td><td>-</td><td>color you want to use, like "blue"</td></tr>
<tr><td>hex</td><td>string?</td><td>optional</td><td>-</td><td>color in hex values</td></tr>
</tbody>
</table>""
With the actions "color" and "colour" (the later one is a synonymon) you can display a test in a color you want.
Note that you must add a text and either use "c" or "hex" for the color.
%%{{color [text="This is my text"] [c="red"]}}%%
Examples:
""{{color c="green" text="This is a test."}}"" gives:
{{color c="green" text="This is a test."}}
If you want to use hex values:
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}