Difference between revisions of "Editing"

From Critiques Of Libertarianism
Jump to: navigation, search
(Quotations)
(Indexes)
Line 3: Line 3:
 
This page should explain the editing conventions that keep the site functional and the look-and-feel uniform.
 
This page should explain the editing conventions that keep the site functional and the look-and-feel uniform.
 
==Indexes==
 
==Indexes==
A major objective is creating indexes by using DPL to display links to and descriptions of pages that are in some category.  This is done with [[Template:List Category]].  It creates a definition list with the page title as the term to be defined, and the definition information is fetched with the metadata template [[Template:DES]].  The defined term is linked to the wiki page or (if the page has a metadata template [[Template:URL]]) to an external page.  This indexing system deliberately does no transclusion with DPL: all the information extracted comes from the page title and the metadata templates.
+
A major objective is creating indexes by using DPL to display links to and descriptions of pages that are in some category.  This is done with [[Template:List]].  It creates a definition list with the page title as the term to be defined, and the definition information is fetched with the metadata template [[Template:DES]].  The defined term is linked to the wiki page or (if the page has a metadata template [[Template:URL]]) to an external page.  This indexing system deliberately does no transclusion with DPL: all the information extracted comes from the page title and the metadata templates.
  
Pages indexing categories that resemble Category pages are easily constructed using [[Template:List Category]] like this:
+
Pages indexing categories that resemble Category pages are easily constructed using [[Template:List]] like this:
  
 
<code>
 
<code>
 
<nowiki>
 
<nowiki>
{{List | Some Category Name}}
+
{{List | Some Category Name}} <!-- if the argument is omitted, PAGENAME is used.
 
</nowiki>
 
</nowiki>
 
</code>
 
</code>
Line 32: Line 32:
 
</nowiki>
 
</nowiki>
 
</code>
 
</code>
 +
 
==Quotations==
 
==Quotations==
 
A major objective is to make lists of quotations from authors, books and other sources and index them by author, subject, and book.  Quotations should be available in lists or singly (and also in a footnoted format.)  
 
A major objective is to make lists of quotations from authors, books and other sources and index them by author, subject, and book.  Quotations should be available in lists or singly (and also in a footnoted format.)  

Revision as of 12:42, 5 September 2010