Changes between Version 2 and Version 3 of RandomIncludePlugin


Ignore:
Timestamp:
Oct 28, 2015, 4:41:57 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • RandomIncludePlugin

    v2 v3  
    1 = Random Includes and Random Quotes (Fortune Cookies) =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Random Includes and Random Quotes (Fortune Cookies)
    44
    5 Wiki macros to pick a random selection or selections from a page that contains bulleted items.
     5== Description
    66
    7 RandomInclude includes some number of bulleted items on that page.  The purpose of this macro is to display a sample of pages from your wiki.
     7These are Trac wiki macros to pick a random selection or selections from a page that contains bulleted items.
    88
    9 RandomQuote includes one random item from that page, and strips the bullet from it.  It is used to include a changing fortune cookie on a page.
     9RandomInclude includes some number of bulleted items on that page. The purpose of this macro is to display a sample of pages from your wiki.
    1010
    11 == Bugs/Feature Requests ==
     11RandomQuote includes one random item from that page, and strips the bullet from it. It is used to include a changing fortune cookie on a page.
     12
     13== Bugs/Feature Requests
    1214
    1315Existing bugs and feature requests for RandomIncludePlugin are
     
    1517
    1618If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=RandomIncludePlugin&owner=Rottenchester new ticket].
     19[/newticket?component=RandomIncludePlugin new ticket].
    1820
    19 == Download ==
     21[[TicketQuery(component=RandomIncludePlugin&group=type,format=progress)]]
    2022
    21 Download the zipped source from [download:randomincludeplugin here].
     23== Download
    2224
    23 == Source ==
     25Download the zipped source from [export:randomincludeplugin here].
    2426
    25 You can check out RandomIncludePlugin from [http://trac-hacks.org/svn/randomincludeplugin here] using Subversion, or [source:randomincludeplugin browse the source] with Trac.
     27== Source
    2628
    27 == Example ==
     29You can check out RandomIncludePlugin from [/svn/randomincludeplugin here] using Subversion, or [source:randomincludeplugin browse the source] with Trac.
     30
     31== Example
     32
     33Find 10 bulleted (*) items on RandomPage and include those items in the current page:
    2834
    2935{{{
    30 
    31     [[RandomItem(RandomPage,10)]]
    32 
     36[[RandomItem(RandomPage,10)]]
    3337}}}
    3438
    35 will find 10 bulleted (*) items on RandomPage and include those items in the current page.
     39Display a (pseudo-)randomly chosen quote from a source page "Fortune Cookies":
    3640
    3741{{{
    38 
    39     [[RandomQuote]]
    40 
     42[[RandomQuote]]
    4143}}}
    4244
    43 Displays a (pseudo-)randomly chosen quote from a source page "Fortune Cookies".
     45Display a quote from QuotePage:
    4446
    4547{{{
    46 
    47     [[RandomQuote(QuotePage]]
    48 
     48[[RandomQuote(QuotePage]]
    4949}}}
    5050
    51 displays a quote from QuotePage
    52 
    53 
    54 == Recent Changes ==
     51== Recent Changes
    5552
    5653[[ChangeLog(randomincludeplugin, 3)]]
    5754
    58 == Author/Contributors ==
     55== Author/Contributors
    5956
    6057'''Author:''' [wiki:Rottenchester] [[BR]]
     58'''Maintainer:''' [[Maintainer]] [[BR]]
    6159'''Contributors:'''