This page (revision-1) was last changed on 2019-12-22 01:11 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 47 lines
This page shows several CSS styles that can be used to add sidebars to a wiki page. To use a sidebar, you start a block of text with "{{{%%css-name}}}" and end with "{{{%%}}}". Below are some known styles:
! Information
Use "{{{%%info ... %%}}}":
%%info
Here's some information you want to hilight.
%%
! Warnings
Use "{{{%%warning ... %%}}}":
%%warning
Here's a warning about something.
%%
! Errors
Use "{{{%%error ... %%}}}":
%%error
Here's an error somebody might want to avoid.
%%
! Success
Use "{{{%%success ... %%}}}":
%%success
Here's a marker of success!
%%
! Page Aliases
Use "{{{%%alias ... %%}}}":
%%alias
Aliased from [Sidebars] (use'alias')
%%
See also: [How To Alias a Page|HowToAliasAPage]
! Small Text
Use "{{{%%small ... %%}}}":
%%small
Here's some small text.
%%
Use "{{{%%x-small ... %%}}}" or "{{{%%fineprint ... %%}}}":
%%x-small
Here's some extra small text.
%%
----
[{Tag WikiDocumentation}]