Difference between revisions of "OrthodoxWiki:Extensions"

From OrthodoxWiki
Jump to: navigation, search
m (Biblio Extension)
(Another extension added)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
This is a list of user-side MediaWiki extensions installed at OrthodoxWiki. If you know of another one you'd like to see here, leave a note on the discussion page and we'll see what we can do. A full list can be found [http://meta.wikimedia.org/wiki/Category:Mediawiki_Extensions here].
 
This is a list of user-side MediaWiki extensions installed at OrthodoxWiki. If you know of another one you'd like to see here, leave a note on the discussion page and we'll see what we can do. A full list can be found [http://meta.wikimedia.org/wiki/Category:Mediawiki_Extensions here].
 +
 +
==Citation Extensions==
 +
Two citation extensions have been installed. One allows in-text citations to be collected together in a group as footnotes. For details, see [[meta:Cite/Cite.php]]. For an example on Wikipedia, see [[w:Irish_bog_psalter]].
 +
 +
The second ([[meta:Cite/Special:Cite.php]]) adds a special page ([[Special:Cite]]) which offers cut-and-paste citations in a number of formats to OrthodoxWiki pages, and also adds a "Cite this article" link in the sidebar "toolbox" on every page in the main namespace.
  
 
==Nice Category List extension==
 
==Nice Category List extension==
Line 26: Line 31:
 
Please see [[meta:User:Mafs/GoogleMapExtension]] for details.
 
Please see [[meta:User:Mafs/GoogleMapExtension]] for details.
  
* Other variations (only the 2nd installed): [http://meta.wikimedia.org/wiki/User:IndyGreg/GoogleMapExtension], and [http://meta.wikimedia.org/wiki/GISWiki/GoogleMapExtension] - These allow integration with the GoogleMap service
+
* Other variations (only the 2nd and 3rd have been installed): [http://meta.wikimedia.org/wiki/User:IndyGreg/GoogleMapExtension], [http://meta.wikimedia.org/wiki/GISWiki/GoogleMapExtension] and [http://meta.wikimedia.org/wiki/User:Emiller/GoogleMapsExtension] - These allow integration with the GoogleMap service
 
* See also [http://maps.google.com/apis/maps/documentation/ GoogleMaps API Documentation]
 
* See also [http://maps.google.com/apis/maps/documentation/ GoogleMaps API Documentation]
  
Line 32: Line 37:
  
 
==Biblio Extension==
 
==Biblio Extension==
From http://martin.jambon.free.fr/biblio_php.html.  
+
From http://martin.jambon.free.fr/biblio_php.html. "Not only does it takes care of the numbering and sorting of the references, but it also downloads bibliographic references from PubMed and formats them using only the PubMed identifier (PMID). This is achieved by querying the PubMed SOAP server.
<nowiki>
+
 
  This module provides tags "cite" and "biblio".  
+
"This results in references which are nicely and equally formatted, exact and complete. They automatically link to the PubMed webpage for the given article, which often provides a summary of the paper and more."
  "cite" tags indicate a citation in the text, one or several keys are given.
+
 
  These keys must be defined in the "biblio" section.
+
This module provides tags "cite" and "biblio". "cite" tags indicate a citation in the text, one or several keys are given. These keys must be defined in the "biblio" section. There is at most one "biblio" section on the page and it must come after the last citation.
  There is at most one "biblio" section on the page and it must come after  
+
 
  the last citation.
+
===Example:===
  Example:
+
   As reported previously <nowiki><cite>somekey wikipedia</cite></nowiki>, some wikitext  
  some wikitext
+
   <<nowiki><biblio>
   As reported previously <cite>somekey wikipedia</cite>, blabla
 
  some wikitext
 
   <biblio>
 
 
   #wikipedia [http://www.wikipedia.org Wikipedia]
 
   #wikipedia [http://www.wikipedia.org Wikipedia]
 
   #somekey pmid=12345678
 
   #somekey pmid=12345678
 
   </biblio></nowiki>
 
   </biblio></nowiki>
 +
 +
====Yields:====
 +
 +
As reported previously <cite>somekey wikipedia</cite>, some wikitext
 +
<biblio>
 +
#wikipedia [http://www.wikipedia.org Wikipedia]
 +
#somekey pmid=12345673
 +
</biblio>
 +
 +
'''Note:''' A PubMed interwiki link is also available - just include the PMID like this: <nowiki>[[pubmed:22345679]]</nowiki>
  
 
==Available extensions not installed==
 
==Available extensions not installed==
Line 52: Line 64:
  
 
* [http://meta.wikimedia.org/wiki/Mailman Mailman] - creates a mailman subscribe form. We could use this if we ever wanted to create announcement mailing lists for OrthodoxWiki.
 
* [http://meta.wikimedia.org/wiki/Mailman Mailman] - creates a mailman subscribe form. We could use this if we ever wanted to create announcement mailing lists for OrthodoxWiki.
 +
 +
[[Category:OrthodoxWiki]]

Latest revision as of 17:04, August 3, 2006

This is a list of user-side MediaWiki extensions installed at OrthodoxWiki. If you know of another one you'd like to see here, leave a note on the discussion page and we'll see what we can do. A full list can be found here.

Citation Extensions

Two citation extensions have been installed. One allows in-text citations to be collected together in a group as footnotes. For details, see meta:Cite/Cite.php. For an example on Wikipedia, see w:Irish_bog_psalter.

The second (meta:Cite/Special:Cite.php) adds a special page (Special:Cite) which offers cut-and-paste citations in a number of formats to OrthodoxWiki pages, and also adds a "Cite this article" link in the sidebar "toolbox" on every page in the main namespace.

Nice Category List extension

Generates a list of all pages in the category, including subcategories.
Unlike the default category list, the generated list is flat and shows well, even with long page names.

Usage:

 <ncl>Category:Some Category</ncl>

This extension is currently experiencing a bug -- when used with pages of different namespaces, it does not render links correctly. We're working to get this fixed. It works well when all pages are in the default namespace however.

External Links

RSS Parser Extension

Please see Help:Newsfeeds for details and usage information and Category:Newsfeeds for a list of pages that incorporate newsfeeds from other sites.

Dynamic Page List 2

External Links

GoogleMap Extension

Please see meta:User:Mafs/GoogleMapExtension for details.

These extension are currently not working

Biblio Extension

From http://martin.jambon.free.fr/biblio_php.html. "Not only does it takes care of the numbering and sorting of the references, but it also downloads bibliographic references from PubMed and formats them using only the PubMed identifier (PMID). This is achieved by querying the PubMed SOAP server.

"This results in references which are nicely and equally formatted, exact and complete. They automatically link to the PubMed webpage for the given article, which often provides a summary of the paper and more."

This module provides tags "cite" and "biblio". "cite" tags indicate a citation in the text, one or several keys are given. These keys must be defined in the "biblio" section. There is at most one "biblio" section on the page and it must come after the last citation.

Example:

 As reported previously <cite>somekey wikipedia</cite>, some wikitext 
 <<biblio>
  #wikipedia [http://www.wikipedia.org Wikipedia]
  #somekey pmid=12345678
  </biblio>

Yields:

As reported previously somekey wikipedia, some wikitext <biblio>

  1. wikipedia Wikipedia
  2. somekey pmid=12345673

</biblio>

Note: A PubMed interwiki link is also available - just include the PMID like this: [[pubmed:22345679]]

Available extensions not installed

We can install these upon request. I maintain the list here for convenience.

  • Mailman - creates a mailman subscribe form. We could use this if we ever wanted to create announcement mailing lists for OrthodoxWiki.