Difference between revisions of "Template:Application"

From WebOS Internals
Jump to navigation Jump to search
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}}} - Version: {{{version}}}</h2>{{{description}}}</div>
+
<div style="margin-left:334px;border:1px solid #AAAAAA;padding:10px;background-color:#FFFFE0;"><h2>{{{name}}} - {{{version}}}</h2>{{{description}}}</div>
 
<noinclude>
 
<noinclude>
 
== Usage ==
 
== Usage ==
  
  <nowiki> {{application
+
<source lang="text">
  |name=Name                                      - Name of the Application
+
{{application
  |type=webOS                                    - "webOS" or "Linux"
+
|name=Name                                      - Name of the Application
  |version=1.0.0                                  - Version major.minor.build
+
|type=webOS                                    - "webOS" or "Linux"
  |tag=Games                                      - Use the main list's names
+
|version=1.0.0                                  - Version major.minor.build
  |screenshot=Application_Name_Screenshot_1.png  - Upload the screenshot using the right name
+
|tag=Games                                      - Use the main list's names
  |description=description                        - Describe the app in full detail, put anything you want.
+
|screenshot=Application_Name_Screenshot_1.png  - Upload the screenshot using the right name
  }}</nowiki>
+
|description=description                        - Describe the app in full detail, put anything you want.
 +
}}
 +
</source>
 
</noinclude>
 
</noinclude>

Revision as of 03:54, 20 July 2009

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

{{{name}}} - {{{version}}}

{{{description}}}

Usage

<source lang="text">

« Go Back to the Games - Use the main list's names application list
File:Application Name Screenshot 1.png - Upload the screenshot using the right name

Name - Name of the Application - 1.0.0 - Version major.minor.build

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

</source>