WikiStyles 允许作者修改其后文本的颜色和其它属性。一个样式,例如
%red%
将使随后的文本显示为红色,直至行尾或下一对百分号。例如:
%red% This text is red and %blue% this text is blue %% but
this text is normal.
显示为
This text is red and this text is blue but this text is normal.
预定义的 WikiStyles 是由管理员自定义的。很多
PmWiki 系统定义 %newwin% 是在新窗口打开的链接(
例子),标准文本颜色,如 %black%, %white%, %red%, %green%, %blue%, 等。
创建新样式
把
color
,
bgcolor
, 或
target
属性值放在一对百分号内,将改变其后文本的样式,使用这些颜色直到行尾或遇到下一对百分号。例如:
%color=red% This text is red and %color=blue% this text
is blue %% but this text is normal.
显示为
This text is red and this text is blue but this text is normal.
用
bgcolor
属性,也可改变背景色:
%color=white bgcolor=green% This text is white on green %color=green% and
this is green on white.
This text is white on green and this is green on white.
用
target
属性,可指定链接在新窗口中打开:
%target=_blank% Any links on this line like http://www.pmichaud.com
will open in a new window.
显示为
其实,WikiStyles 也可控制 ImagesInWikiPages 的宽度和高度,因此标记
%height=50% http://www.example.com/some.gif
将显示图片 some.gif,并缩放到50像素高。
样式定义
在文章中使用
define
属性,Wiki 作者也可生成自己的
WikiStyle 定义。例如,定义
%define=hotpink color=#ff69b4%
将使
%hotpink%
标记成为
%color=#ff69b4%
的速记(
象这样)。在定义中可以指定多个属性,如在
%define=reverse color=white bgcolor=black%
中的
%reverse%
将产生
反转影像,而
%reverse hotpink%
则生成
两种速记的混合.
把通用样式词义放在 GroupHeaders 中是个好主意,可以在同一组的多个网页中共享。或者,WikiAdministrator 可预定义样式做为
LocalCustomization? -- 见 WikiStylesAdmin。
预定义样式
样式
%comment%注释...%%
可用来包含不显示出来的注释。多行的注释,可写成这样:
%comment% [=
This is a longer block
of text that has been commented out
by the %comment% markup. =]
颜色
使用颜色的例子,见 WikiStyleColors
<< TextFormattingRules | PmWikiZhCn.DocumentationIndex | Uploads >>