
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=Zh_TW:Editing_Guidelines&amp;feed=atom&amp;action=history</id>
		<title>Zh TW:Editing Guidelines - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=Zh_TW:Editing_Guidelines&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=Zh_TW:Editing_Guidelines&amp;action=history"/>
		<updated>2013-05-26T08:47:48Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=Zh_TW:Editing_Guidelines&amp;diff=6315&amp;oldid=prev</id>
		<title>Zambayoni: the same that En:Editing Guidelines</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=Zh_TW:Editing_Guidelines&amp;diff=6315&amp;oldid=prev"/>
				<updated>2009-02-26T19:38:10Z</updated>
		
		<summary type="html">&lt;p&gt;the same that &lt;a href=&quot;/index.php?title=En:Editing_Guidelines&quot; title=&quot;En:Editing Guidelines&quot;&gt;En:Editing Guidelines&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{delete}}&lt;br /&gt;
''Editing Guidelines:'' A guide to making decent, working wiki articles.&lt;br /&gt;
{{Warning| '''Work in Progress'''}} - That is for sure lol.&lt;br /&gt;
&lt;br /&gt;
== Guidelines ==&lt;br /&gt;
&lt;br /&gt;
*Make decent articles; and make them worthwhile. Meaning that if you don't see any use for it; don't put it here.&lt;br /&gt;
*Make sure that '''ALL''' the information in your articles are correct. I don't care if you have to run through the steps yourself; if the information isn't correct then chances are that it will be edited to be corrected or even worse, deleted.&lt;br /&gt;
*Use the correct code for the correct type of line.&lt;br /&gt;
&lt;br /&gt;
{{Code|Python|&amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;&lt;br /&gt;
def chklayman(pkgname):&lt;br /&gt;
    lst = os.listdir(laymandir)&lt;br /&gt;
    for line in lst:&lt;br /&gt;
        if os.path.isdir(laymandir+line+&amp;quot;/&amp;quot;+pkgname):&lt;br /&gt;
            print 'Package found in '+laymandir+line+'/'+pkgname&lt;br /&gt;
            return 1 &amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{Code|Insert Name of Code here|&amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt;&lt;br /&gt;
(Insert code here) &amp;lt;/pre&amp;gt;}}&amp;lt;/nowiki&amp;gt; To get the above shown box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{File| /etc/X11/xorg.conf|&amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt; # **********************************************************************&lt;br /&gt;
# Screen sections.&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# The Identifier, Device and Monitor lines must be present&lt;br /&gt;
&lt;br /&gt;
    Identifier	&amp;quot;Screen 1&amp;quot;&lt;br /&gt;
    Device	&amp;quot;VESA&amp;quot;&lt;br /&gt;
    Monitor	&amp;quot;Generic Monitor&amp;quot;&lt;br /&gt;
    Option 	&amp;quot;AddARGBGLXVisuals&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{File| (Name of File)| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt; (File Contents) &amp;lt;/pre&amp;gt;}}&amp;lt;/nowiki&amp;gt; tag for this file box. Use this box for the contents of files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Console|&amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt; # emerge --sync&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
Use &amp;lt;nowiki&amp;gt;{{Console| &amp;lt;pre class=&amp;quot;clear&amp;quot;&amp;gt; (console commands &amp;amp; info) &amp;lt;/pre&amp;gt;}}&amp;lt;/nowiki&amp;gt;  for console input/output&lt;br /&gt;
&lt;br /&gt;
And remember to close each tag with a &amp;lt;/pre&amp;gt; tag. Because if you don't then all of your text will end up in one big box.&lt;br /&gt;
&lt;br /&gt;
*Use the &amp;lt;nowiki&amp;gt;{{Commandgui|&amp;lt;highlighted word&amp;gt;}}&amp;lt;/nowiki&amp;gt; for highlighting keywords such as things that need to be looked for in a dialog box.&lt;br /&gt;
&lt;br /&gt;
*If you have warnings such as &amp;quot;May break your system&amp;quot; or &amp;quot;Use with caution&amp;quot; then use the &amp;lt;nowiki&amp;gt;{{Warning| &amp;lt;Insert Warning Here&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*If you have a note such as &amp;quot;Emerge --sync your portage before doing this step&amp;quot; or  &amp;quot;May give more than what you need in packages&amp;quot; then use the &amp;lt;nowiki&amp;gt;{{Note| Insert Note Here}}&amp;lt;/nowiki&amp;gt; template.&lt;br /&gt;
&lt;br /&gt;
*Please don't spam. If you spam we will block you and your IP. No exceptions.&lt;br /&gt;
&lt;br /&gt;
*Keep your articles simple. Don't include useless crap. Just what needs to be there. However if you need to post something like the output of lspci or something long use a scrollbar box by using one of the three templates shown above.&lt;br /&gt;
&lt;br /&gt;
*If you could go through and cleanup useless or outdated articles by updating them. Thanks guys!&lt;br /&gt;
&lt;br /&gt;
[[Category:Sabayon Wiki|Editing GuidelinesZh TW]]&lt;/div&gt;</summary>
		<author><name>Zambayoni</name></author>	</entry>

	</feed>