这是本文档旧的修订版!


语法插件

本站使用dokuwiki,dokuwiki基本语法见Dokuwiki基本语法
下面列出本百科使用的语法扩展插件的简单使用说明:

语法详见plugin:pageredirect

~~REDIRECT>namespace:page~~ 
~~REDIRECT>http://example.com~~

语法详见plugin:blockquote

<blockquote>
There is nothing either good or bad, but thinking makes it so.

<cite>William Shakespeare, "Hamlet", Act 2 scene 2</cite>
</blockquote>

<blockquote> There is nothing either good or bad, but thinking makes it so.

<cite>William Shakespeare, “Hamlet”, Act 2 scene 2</cite> </blockquote>

语法详见plugin:csstimeline

<csstimeline>
<entry>
date: 04.12.2014
title: My first timeline entry
description: Within the description, you can even use Wiki markup
</entry>
<entry>
date: 06.01.2015
title: My second timeline entry
description: This one is rendered at the other side of the timeline
</entry>
</csstimeline>

  • My first timeline entry04.12.2014

    Within the description, you can even use Wiki markup

  • My second timeline entry06.01.2015

    This one is rendered at the other side of the timeline

语法详见plugin:htmlmetatags

{{htmlmetatags>metatag-robots=() 
metatag-keywords=(apfel,bananne,birne) 
metatag-description=(Allgemeiner Obstbauer)
metatag-media-og:image=(:wiki:image.jpg)
metatag-og:description=(anything else)
metatag-og:any=(anything else 2)
}}
<meta name="robots" content="noindex,nofollow"/>
<meta name="keywords" content="apfel,bananne,birne"/>
<meta name="description" content="Allgemeiner Obstbauer"/>
<meta property="og:image" content="http://localhost/lib/exe/fetch.php?media=wiki:image.jpg"/>
<meta property="og:description" content="anything else"/>
<meta property="og:any" content="anything else 2"/>
  • wiki/语法插件.1524914528.txt.gz
  • 最后更改: 6年前
  • showzonezhu