No description
  • PHP 59%
  • JavaScript 41%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann 4a21c4c779
Releasing fastforward version 2022-10-19-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-30 04:24:48 +02:00
debian Releasing fastforward version 2022-10-19-1~ffwd13+u1. 2026-07-30 04:24:48 +02:00
images Adding upstream version 2022-10-19. 2026-07-30 04:24:40 +02:00
plugin.info.txt Adding upstream version 2022-10-19. 2026-07-30 04:24:40 +02:00
README.md Adding upstream version 2022-10-19. 2026-07-30 04:24:40 +02:00
script.js Adding upstream version 2022-10-19. 2026-07-30 04:24:40 +02:00
syntax.php Adding upstream version 2022-10-19. 2026-07-30 04:24:40 +02:00

color Plugin

This is a plugin for dokuwiki..

See the plugin homepage for detailed documentation. Here we provide a brief summary of the required syntax:

<color ⟨fg color⟩[/⟨bg color⟩[/⟨ignored text⟩]]>⟨text⟩</color>
<color ⟨fg color⟩:⟨bg color⟩[:⟨ignored text⟩]>⟨text⟩</color>
  • Square brackets indicates optional parts.

  • ⟨fg color⟩ and ⟨bg color⟩ are CSS color specifications. Either one may be empty, in which case it is ignored.

  • In the first syntax, the color specification(s) MUST NOT include a slash (/).

  • In the second syntax, the color specification(s) MUST NOT include a colon character (:). We do not know any legal CSS color specification that does include a colon, nor do we anticipate that one will appear in the future.

  • The resulting HTML is a <span> element containing ⟨text⟩, colorized with the given foreground and background colors.