Diff: Help/CreateBibPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 2 and previous revision of Help/CreateBibPlugin.
Other diffs: Previous Major Revision, Previous Author
| Newer page: | version 2 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
| Older page: | version 1 | Last edited on 17 January 2022 18:35 | by harold | Revert | 
@@ -1,8 +1,5 @@
  
 The **~CreateBib** [[Help:WikiPlugin|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>> 
@@ -17,16 +14,18 @@
  
  
  
  
 ! Default value 
 |- 
 | **pagename** 
 | The page from which the ~BibTex file is generated 
-| //none
// (required argument) 
+| //None
// (required argument) 
 |} 
 == Example == 
 {{{ 
-<<CreateBib pagename="MyBib"
>> 
+<<CreateBib>> 
 }}} 
+
 
+<<CreateBib>>
 
 == Author == 
 * Lea Viljanen 
version 2
The CreateBib 
plugin creates a BibTex file from linked pages.
Usage
<<CreateBib arguments>>
Arguments
Argument  | 
Description  | 
Default value  | 
|---|---|---|
pagename  | 
The page from which the BibTex file is generated  | 
None (required argument)  | 
Example
<<CreateBib>>
Author
- Lea Viljanen