What's-New Formatting Provider - Jasinski Software

Table of Contents [Hide/Show]


   Syntax
   Examples
      CategoryBullet Format
      ItemBullet Format
      ItemBulletGrouped Format
      Table Format
      Days Parameter
      Since Parameter

{outline|||Example <1> - }

Syntax

The following is the syntax used with the What's-New Formatting Provider for ScrewTurn wiki.

{whatsnew|parameter=value|parameter=value|...}

where the following are the valid parameters. Note that the sincedatetime value is in the Default Time Zone as found on the Configuration tab of the Wiki Administration page.

since=sincedatetime
days=numberofdays
latest=numberofarticles
format=table
format=categorybullet
format=itembullet
format=itembulletgrouped

Examples

CategoryBullet Format

The following syntax

{whatsnew|latest=10|format=categorybullet}

yields the following (without the white box)

{whatsnew|latest=10|format=categorybullet}

ItemBullet Format

The home page of this wiki uses the following markup code.

{whatsnew|latest=10|format=itembullet}

which yields the following (without the white box)

{whatsnew|latest=10|format=itembullet}

ItemBulletGrouped Format

The following syntax

{whatsnew|latest=10|format=itembulletgrouped}

yields the following (without the white box)

{whatsnew|latest=10|format=itembulletgrouped}

Table Format

The following syntax

{whatsnew|latest=10|format=table}

yields the following (without the white box)

{whatsnew|latest=10|format=table}

Days Parameter

The following syntax

{whatsnew|days=10|format=categorybullet}

yields the following (without the white box)

{whatsnew|days=10|format=categorybullet}

Since Parameter

The following syntax

{whatsnew|since=01/26/2009 8:52am|format=categorybullet}

yields the following (without the white box)

{whatsnew|since=01/26/2009 8:52am|format=categorybullet}