include-pattern-examples-in-wild: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(West Midland Bird Club examples)
 
(21 intermediate revisions by 10 users not shown)
Line 1: Line 1:
=Include Pattern Examples in the Wild=
=Include Pattern Examples in the Wild=


Pages which use the [[include-pattern]]. Please add new examples to the '''top'' of this list.
Pages which use the [[include-pattern]]. Please add new examples to the '''top''' of this list, and specify whether '''<code>object</code>''' or '''<code>a</code>''' is used for the included content.


==Examples==
==Examples==
 
* [http://www.sustainlane.com/ SustainLane] uses the include pattern on pages that contain one green local business and many reviews for that business ([http://www.sustainlane.com/reviews/farmerbrown/USD2YZY1YDR98XCST8B8H47O2O3A example]). We use an anchor tag that is hidden using CSS, the anchor contains the business name (redundant information):
* The [http://www.westmidlandbirdclub.com/ West Midland Bird Club] in the English Midlands uses include to put its logo in the page-footer's hCard (e.g on [http://www.westmidlandbirdclub.com/new.htm the What's New page]), and to include the location of its [http://www.westmidlandbirdclub.com/birmingham/indoor.htm indoor meetings in Birmingham] in their hCalendars.
<code>&lt;span class="item '''invisible'''"><a class="include" href="#review_item">Hello World Business Name</a></span></code>
* [http://www.niallkennedy.com/blog/2009/01/facebook-vs-power-ventures.html Niall Kennedy's Weblog] uses empty anchor with include pattern to reference the parent company of an hcard org-unit when mentioned. Include hcards currently appear as invalid in Operator.
* [http://bergantinedesign.us/ Joseph Bergantine] uses <code>a</code> include syntax throughout the site to combine information in various places on the page, originally used <code>object</code> syntax but that caused significant issues in Safari
* [http://www.bo.ingv.it/contents/INGV-Bologna/Staff.html INGV Bologna] uses include-pattern for organization-name and fax in hcards of staff-members. The hcards are marked up as table-rows,  '''<code><a href="#anchorName"></a></code>''' sintax is used for the included data.
* [http://3amproductions.net 3AM Productions] uses include-pattern for filling in hcard pieces throughout the page. Originally used <code>object</code> but switched to <code>a</code> due to issues styling <code>object</code> in IE as well as accessibility validator issues ([http://www.contentquality.com/ Cynthia])
* The [http://www.westmidlandbirdclub.com/ West Midland Bird Club] in the English Midlands uses include-pattern, with <code>object</code>, to include the logo from the top of each page, in the page-footer's hCard (e.g on [http://www.westmidlandbirdclub.com/new.htm the What's New page]), and to include the location and page-URL of, for example, its [http://www.westmidlandbirdclub.com/birmingham/indoor.htm indoor meetings in Birmingham] in their hCalendar microforamts.
*...
*...


==Related Pages==
==Related Pages==
*[[include-pattern]]
{{include-pattern-related-pages}}

Latest revision as of 02:03, 30 May 2009

Include Pattern Examples in the Wild

Pages which use the include-pattern. Please add new examples to the top of this list, and specify whether object or a is used for the included content.

Examples

  • SustainLane uses the include pattern on pages that contain one green local business and many reviews for that business (example). We use an anchor tag that is hidden using CSS, the anchor contains the business name (redundant information):

<span class="item invisible"><a class="include" href="#review_item">Hello World Business Name</a>

  • Niall Kennedy's Weblog uses empty anchor with include pattern to reference the parent company of an hcard org-unit when mentioned. Include hcards currently appear as invalid in Operator.
  • Joseph Bergantine uses a include syntax throughout the site to combine information in various places on the page, originally used object syntax but that caused significant issues in Safari
  • INGV Bologna uses include-pattern for organization-name and fax in hcards of staff-members. The hcards are marked up as table-rows, <a href="#anchorName"></a> sintax is used for the included data.
  • 3AM Productions uses include-pattern for filling in hcard pieces throughout the page. Originally used object but switched to a due to issues styling object in IE as well as accessibility validator issues (Cynthia)
  • The West Midland Bird Club in the English Midlands uses include-pattern, with object, to include the logo from the top of each page, in the page-footer's hCard (e.g on the What's New page), and to include the location and page-URL of, for example, its indoor meetings in Birmingham in their hCalendar microforamts.
  • ...

Related Pages