为当前页面设置处理模式:
#PRAGMA mode arguments
模式名称大小写不敏感。
MoinMoin 内置的模式很少,你可以自己安装一些模式。已知的处理模式有:
section-numbers
转换标题行自动编号功能。
#pragma section-numbers off
off(或0)关闭标题行自动编号功能,使用on或者1来打开自动编号。该模式的默认值定义于show_section_numbers配置项中。
打开编号功能时,可以指定标题级别:
#pragma section-numbers 2
只显示二级标题及其以上的编号(三 - 六级标题与此相同)。
keywords
在<meta> 标签中增加关键字,用于搜索引擎优化
#pragma keywords Cars, Vehicles, Foo
description
在<meta> 标签中增加对当前页面的描述。
#pragma description This page is about cars.
deprecated
将该页标记为不推荐使用的。
#DEPRECATED
此后对该页的更改将不创建任何备份版本并且在显示该页时将同时显示当前版本(一般为不推荐使用该页的原因)和最后一个备份版本的内容。这样可以有效的冻结该页的最后版本,使之不能被查找到(不命中陈旧内容),但其内容仍可以浏览。
Removing the PI from the page will store no backup of the deprecation warning.
In comparison to #REDIRECT this PI gives the ability to give the user a reason why this page is no longer of use and why they should go to a new one, while #REDIRECT will throw them to the new page without any reason.