Difference between revisions of "Notes"

From Critiques Of Libertarianism
Jump to: navigation, search
 
Line 6: Line 6:
 
# DPL -- Dynamic Page List, an extension that allows more complicated lists than mediawiki categories.
 
# DPL -- Dynamic Page List, an extension that allows more complicated lists than mediawiki categories.
 
# PHP -- mediawiki is implemented in and configured with PHP.
 
# PHP -- mediawiki is implemented in and configured with PHP.
 +
# MySQL -- the database I use for mediawiki.
 
# javascript -- I use it primarily for forms that generate wikitext for new articles.
 
# javascript -- I use it primarily for forms that generate wikitext for new articles.
 
# XML -- I use dumps from Delicious Library in XML.  Typing in hundreds of books is much more tedious than scanning them.
 
# XML -- I use dumps from Delicious Library in XML.  Typing in hundreds of books is much more tedious than scanning them.
Line 21: Line 22:
  
 
I solved these problems with several tricks.
 
I solved these problems with several tricks.
* Extensions ParserFunctions, StringFunctions, DynamicPageList.
+
* Extensions ParserFunctions, MyVariables, DynamicPageList.
 
* [[:Template:DES]] which allows me to associate descriptions with each page.
 
* [[:Template:DES]] which allows me to associate descriptions with each page.
 
* [[:Template:URL]] which allows me to optionally associate an external URL with a page.
 
* [[:Template:URL]] which allows me to optionally associate an external URL with a page.

Latest revision as of 14:23, 29 January 2019