目次

nextday Plugin

互換性のある DokuWiki バージョン

Greebo, 2011-11-10, Rincewind

plugin Display the date of the closest $WEEKDAY

最終更新日
2018-05-31
種類
Syntax
リポジトリ
ソース

この拡張は二年以上更新されていません。もはや維持管理や対応がされておらず、互換性に問題がある可能性があります。

タグ date, include

Introduction

This simple plugin prints the date of the closest $WEEKDAY, where $WEEKDAY is one of the following: {mon, tue, wed, thu, fri, sat, sun}.

~~NEXTDAY:tue~~

will render as “12 April 2011”

You can use it also to print the closest $WEEKDAY which is also the first, second, third, fourth, fifth or last in the month:

~~NEXTDAY:first tue~~

will render as “3 May 2011”

~~NEXTDAY:last tue~~

will render as “26 April 2011”

Change Log

Discussion

A plugin doesn't have multi language support :-( — Aleksandr 2011/04/08 21:48

just fork it and send pull request