Difference between revisions of "Editing"

From Critiques Of Libertarianism
Jump to: navigation, search
(Created page with 'Editing pages at this site is restricted everywhere except the discussion pages. Constructing pages is largely done with transclusions and categories, to simplify and keep unifo…')
 
Line 3: Line 3:
 
Constructing pages is largely done with transclusions and categories, to simplify and keep uniform the addition and maintenance of pages.
 
Constructing pages is largely done with transclusions and categories, to simplify and keep uniform the addition and maintenance of pages.
  
Described, indexable resources are wiki pages meant to be viewed directly or wiki pages that (when transcluded) have external links.
+
Described, indexable resources are LOCAL wiki pages meant to be viewed directly or EXTERNAL wiki pages that (when transcluded) have external links.  When they are transcluded, they have a link on the top line followed by a description and a [more....] link.  These can be indexed by categories using Template:List Category.
  
Wiki pages meant to be viewed directly look like this:
+
LOCAL wiki pages meant to be viewed directly look like this:
  
 
<pre>
 
<pre>
Line 11: Line 11:
 
[[Category:Another]]
 
[[Category:Another]]
 
{{DES | des = Short description to be transcluded.}}
 
{{DES | des = Short description to be transcluded.}}
Text to be shown when not transcluded.
+
Text to be shown when viewed directly.
 +
</pre>
 +
 
 +
EXTERNAL pages are seldom meant to be looked at directly.  When they are transcluded, clicking on their title takes you to the external link outside the wiki.  Clicking on the [more...] at the end takes you to the wiki page itself.  This can be useful if linkrot has occurred, or for reviews of the resource.
 +
 
 +
<pre>
 +
[[Category:Something]]
 +
[[Category:Another]]
 +
{{URL | url = the URL of the resource}}
 +
{{DES | des = Short description to be transcluded.}}
 +
Text to be shown when viewed directly (by clicking the [more...])
 +
</pre>
 +
 
 +
Pages indexing categories that resemble Category pages are easily constructed using Template:List Category like this:
 +
 
 +
<pre>
 +
{{List Category | cat = any category name}}
 
</pre>
 
</pre>

Revision as of 21:14, 27 August 2010