Difference between revisions of "Help:Style Guide"

From WebOS Internals
Jump to navigation Jump to search
m (format)
m
Line 1: Line 1:
 +
== 1 Column ==
 +
 +
<source lang="text">
 +
{{article-one-column
 +
|header1=Header
 +
|column1=
 +
Some text
 +
}}
 +
</source>
 +
 +
== 2 Columns ==
 +
 +
<source lang="text">
 +
{{article-two-columns
 +
|width1=46%
 +
|column1=
 +
some content
 +
 +
|column2=
 +
some other content
 +
}}
 +
</source>
 +
 +
== 3 Columns ==
 +
 +
<source lang="text">
 +
{{article-three-columns
 +
|width1=30%
 +
|width2=30%
 +
|column1=
 +
some content
 +
 +
|column2=
 +
some other content
 +
 +
|column3=
 +
some other content
 +
}}
 +
</source>
 +
 
== Application Pages (Application:Name) ==
 
== Application Pages (Application:Name) ==
  
Line 6: Line 46:
 
|type=webOS                                    - "webOS" or "Linux"
 
|type=webOS                                    - "webOS" or "Linux"
 
|tag=Games                                      - Use the main list's names
 
|tag=Games                                      - Use the main list's names
|screenshot=Application_Name_Screenshot_1.png  - Upload the screenshot using the right name
+
|screenshot=Application_Name_Screenshot_1.png  - Pay attention to naming scheme Application_ + name + _Screenshot_1.png
 
|description=description                        - Describe the app in full detail, put anything you want.
 
|description=description                        - Describe the app in full detail, put anything you want.
 
}}
 
}}
 
</source>
 
</source>

Revision as of 02:28, 20 July 2009

1 Column

<source lang="text"> Template:Article-one-column </source>

2 Columns

<source lang="text">

some content

some other content

</source>

3 Columns

<source lang="text">

some content

some other content

some other content

</source>

Application Pages (Application:Name)

<source lang="text">

« Go Back to the Games - Use the main list's names application list
x270px

Name - Name of the Application - {{{version}}}

description - Describe the app in full detail, put anything you want.

</source>