Difference between revisions of "Template:Application"

From WebOS Internals
Jump to navigation Jump to search
m (description)
m
Line 1: Line 1:
 
<div style="background-color:#F5FAFF;padding:10px;border:1px solid #AAAAAA;margin-bottom:10px;">[[Portal:{{{type}}}_Applications_{{{tag}}}|« Go Back to the {{{tag}}} application list]]</div>
 
<div style="background-color:#F5FAFF;padding:10px;border:1px solid #AAAAAA;margin-bottom:10px;">[[Portal:{{{type}}}_Applications_{{{tag}}}|« Go Back to the {{{tag}}} application list]]</div>
 
<div style="float:left;padding:1px;border:1px solid #AAAAAA;">[[Image:{{{screenshot}}}]]</div>
 
<div style="float:left;padding:1px;border:1px solid #AAAAAA;">[[Image:{{{screenshot}}}]]</div>
<div style="margin-left:334px;border:1px solid #AAAAAA;padding:10px;background-color:#FFFFE0;"><h2>{{{name}}}</h2>{{{description}}}</div>
+
<div style="margin-left:334px;border:1px solid #AAAAAA;padding:10px;background-color:#FFFFE0;"><h2>{{{name}}} - Version: {{{version}}}</h2>{{{description}}}</div>
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==
Line 8: Line 8:
 
   |name=Name                                      - Name of the Application
 
   |name=Name                                      - Name of the Application
 
   |type=webOS                                    - "webOS" or "Linux"
 
   |type=webOS                                    - "webOS" or "Linux"
 +
  |version=1.0.0                                  - Version major.minor.build
 
   |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  - Upload the screenshot using the right name

Revision as of 03:53, 20 July 2009

[[Portal:{{{type}}}_Applications_{{{tag}}}|« Go Back to the {{{tag}}} application list]]
[[Image:{{{screenshot}}}]]

{{{name}}} - Version: {{{version}}}

{{{description}}}

Usage

  {{application
  |name=Name                                      - Name of the Application
  |type=webOS                                     - "webOS" or "Linux"
  |version=1.0.0                                  - Version major.minor.build
  |tag=Games                                      - Use the main list's names
  |screenshot=Application_Name_Screenshot_1.png   - Upload the screenshot using the right name
  |description=description                        - Describe the app in full detail, put anything you want.
  }}