Difference between revisions of "RPi Wiki Best Practice"

From eLinux.org
Jump to: navigation, search
Line 3: Line 3:
 
=Keep basic structure=
 
=Keep basic structure=
 
* add <nowiki>  [[Category:RaspberryPi]] </nowiki> to each of your articles and uploads
 
* add <nowiki>  [[Category:RaspberryPi]] </nowiki> to each of your articles and uploads
* use <nowiki> ==References== <references/> </nowiki> at the end of your page
+
* put this at the end of your page :
 +
=References=  
 +
<references/>
 +
Looks better ;-)
  
 
=Use templates=
 
=Use templates=
Line 17: Line 20:
 
Example : [[RPi Buying Guide]]
 
Example : [[RPi Buying Guide]]
  
==References==  
+
=References=  
 
<references/>
 
<references/>

Revision as of 14:53, 5 March 2012


Keep basic structure

  • add [[Category:RaspberryPi]] to each of your articles and uploads
  • put this at the end of your page :
=References= 

Looks better ;-)

Use templates

Use the templates

  • {{Template:Raspberry Pi}} for the main pages
  • {{Template:RPi_Startup}} very important pages


Keep it modular

if you see big lists cropping up , create a new article for them .

Example : RPi Buying Guide

References