Difference between revisions of "Notes"

From Critiques Of Libertarianism
Jump to: navigation, search
Line 21: Line 21:
  
 
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.
Line 57: Line 57:
  
 
== Other Notes ==
 
== Other Notes ==
 +
 +
When upgraded to version > 1.17:
 +
* http://en.wikipedia.org/wiki/Wikipedia:NavFrame
 +
* http://en.wikipedia.org/wiki/Help:Collapsing
 +
* http://www.mediawiki.org/wiki/Manual:Collapsible_elements to revise structure to collapse and expand
 +
<code>
 +
<div class="toccolours mw-collapsible">
 +
Header
 +
<div class="mw-collapsible-content">
 +
<div class="toccolours mw-collapsible mw-collapsed">
 +
; First
 +
: test
 +
<div class="toccolours mw-collapsible-content">
 +
;sfgarg
 +
:sfwf
 +
;regregter
 +
:ertwert
 +
</div>
 +
</div>
 +
<div class="toccolours mw-collapsible mw-collapsed">
 +
; Second
 +
: test
 +
<div class="toccolours mw-collapsible-content">
 +
;sfgarg
 +
:sfwf
 +
;regregter
 +
:ertwert
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
</code>
  
 
Investigate using:
 
Investigate using:

Revision as of 20:06, 10 March 2014