Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Received: (qmail 48973 invoked from network); 20 Feb 2009 13:42:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2009 13:42:14 -0000 Received: (qmail 23804 invoked by uid 500); 20 Feb 2009 13:42:14 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 23788 invoked by uid 500); 20 Feb 2009 13:42:14 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 23777 invoked by uid 99); 20 Feb 2009 13:42:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 05:42:14 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bobpaige@gmail.com designates 74.125.46.153 as permitted sender) Received: from [74.125.46.153] (HELO yw-out-1718.google.com) (74.125.46.153) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 13:42:05 +0000 Received: by yw-out-1718.google.com with SMTP id 4so366432ywq.0 for ; Fri, 20 Feb 2009 05:41:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=7xTVB73VxVVHTZekXooMQghS4vBZQzxWj8EPa4iZz0Q=; b=pkUO6BXLrEgPIjx9b84ryzLVH42GrOKbEed85X6dc3H/Je9n/edNKoEGiQ0QLy+zzI dJAoBw185KSlRnV8vow2eckV1Jk7j6yr69gFtHkw0ai8lV1BUbjmM5F6CJMrk+wxl4Pf UamgmWyL81aKkUpaj5xiJGZ0BOjMQDifliRgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BfhF0cdFOdWtpDjGQ+oPOn4V3FjRUyFO3d2yhPfWLNCh5hAI4cyQsh/vYJl+03OmBu uid8BfhGrpPrELMBTwgyA/JSUZVEPH7DKvj5LnBgCIwKQIeYcMsugz3YOp/C9w+hlGk5 JqcacyTipy4lxWRTwkCjBXCxlPAVpE+bB439Q= MIME-Version: 1.0 Received: by 10.231.16.129 with SMTP id o1mr994470iba.47.1235137303851; Fri, 20 Feb 2009 05:41:43 -0800 (PST) Date: Fri, 20 Feb 2009 08:41:43 -0500 Message-ID: Subject: legends From: Bob Paige To: jspwiki-user@incubator.apache.org Content-Type: multipart/alternative; boundary=0022152d7ddf3eb37b046359d0c4 X-Virus-Checked: Checked by ClamAV on apache.org --0022152d7ddf3eb37b046359d0c4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I saw an interesting wiki markup feature on FlexWiki this morning and wonder the simplest way to implement something similar on JSPWiki. The effect is to display an HTML legend ( http://www.w3schools.com/TAGS/tag_legend.asp). They used it to frame a list of links or box of text. Similar to the %%information%% and %%warning%% styles, I guess. The markup was pretty simple: Some_Legend_Caption: whatever I want listed in the box, [even links] So the syntax seemed to be any single word followed by a ':' was displayed as a legend. Can we add legends through a new CSS style? I'm not familiar enough with CSS to know if this is doable. The obvious solution would be to write a plugin that would probably look like this: [{Legend title='this is my title' whatever content I want here}] Thoughts? -- Bobman --0022152d7ddf3eb37b046359d0c4--