Difference between revisions of "Notes"

From Critiques Of Libertarianism
Jump to: navigation, search
Line 13: Line 13:
 
* Index templates [[:Template:List]] and [[:Template:Quotations]].  These let me list categories with DPL and display descriptions with each page.  If a page is for an external link, that link is used rather than the internal wiki link.
 
* Index templates [[:Template:List]] and [[:Template:Quotations]].  These let me list categories with DPL and display descriptions with each page.  If a page is for an external link, that link is used rather than the internal wiki link.
 
* A number of templates that associate other data with pages, such as external links ([[:Template:URL]]), text from external links ([[:Template:Text]]) and citation information.
 
* A number of templates that associate other data with pages, such as external links ([[:Template:URL]]), text from external links ([[:Template:Text]]) and citation information.
 +
* A few templates create debugging categories, which are hidden with __HIDDENCAT__.
 
* Page building services written in JavaScript that automatically construct wiki page code and open the page to paste it into.  [[http://dl.dropbox.com/u/20086520/js/new_external.html Indexable Page/Quote]]
 
* Page building services written in JavaScript that automatically construct wiki page code and open the page to paste it into.  [[http://dl.dropbox.com/u/20086520/js/new_external.html Indexable Page/Quote]]
 
* A one-line hack to the mediawiki OutputPage.php code that makes the categories links at the bottom of each page go directly to a main namespace page instead of a category namespace page.  Switch <code>$title = Title::makeTitleSafe( NS_CATEGORY, $category );</code> to use <code>NS_MAIN</code>.  Thus, no sending people to category pages or having category pages redirect to regular pages.  You can still go to Category pages directly.
 
* A one-line hack to the mediawiki OutputPage.php code that makes the categories links at the bottom of each page go directly to a main namespace page instead of a category namespace page.  Switch <code>$title = Title::makeTitleSafe( NS_CATEGORY, $category );</code> to use <code>NS_MAIN</code>.  Thus, no sending people to category pages or having category pages redirect to regular pages.  You can still go to Category pages directly.

Revision as of 18:57, 25 January 2014