Difference between revisions of "Help:Style Guide"
Jump to navigation
Jump to search
Templarian (talk | contribs) m (format) |
Templarian (talk | contribs) 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 - | + | |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 01: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">
Name - Name of the Application - {{{version}}}
description - Describe the app in full detail, put anything you want.
</source>