Diff: Help/CreateBibPlugin

Differences between current version and predecessor to the previous major change of Help/CreateBibPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 26 January 2012 16:11 by harold Revert
@@ -1,27 +1,38 @@
-_short description_  
+The **~CreateBib** [[Help:WikiPlugin|plugin]] creates a ~BibTex file from linked pages.  
  
-! Usage  
-<verbatim>  
- <?plugin CreateBib ?>  
-</verbatim>  
+The page used in argument should contain a list of links to pages containing  
+references in ~BibTex format.  
  
-! Arguments  
+== Usage ==  
+{{{  
+<<CreateBib arguments>>  
+}}}  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+== Arguments ==  
  
-! Example  
+{| class="bordered"  
+|-  
+ ! Argument  
+! Description  
+! Default value  
+|-  
+| **pagename**  
+| The page from which the ~BibTex file is generated  
+| //None// (required argument)  
+|}  
  
-<verbatim>  
-<?plugin CreateBib ?>  
-</verbatim>  
+== Example ==  
  
-<?plugin CreateBib ?
+{{{  
+< <CreateBib pagename="MyBib"> >  
+}}}  
  
-! Author  
-PhpWiki:ReiniUrban  
+== Author ==  
+* Lea Viljanen  
  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The CreateBib plugin creates a BibTex file from linked pages.

The page used in argument should contain a list of links to pages containing references in BibTex format.

Usage

<<CreateBib arguments>>

Arguments

Argument

Description

Default value

pagename

The page from which the BibTex file is generated

None (required argument)

Example

<<CreateBib pagename="MyBib">>

Author

  • Lea Viljanen

See Also