Difference between revisions of "Template:Application"
Jump to navigation
Jump to search
Templarian (talk | contribs) m |
Templarian (talk | contribs) |
||
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}}} - | + | <div style="margin-left:334px;border:1px solid #AAAAAA;padding:10px;background-color:#FFFFE0;"><h2>{{{name}}} - {{{version}}}</h2>{{{description}}}</div> |
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
− | + | <source lang="text"> | |
− | + | {{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. | |
+ | }} | ||
+ | </source> | ||
</noinclude> | </noinclude> |
Revision as of 02:54, 20 July 2009
[[Portal:{{{type}}}_Applications_{{{tag}}}|« Go Back to the {{{tag}}} application list]]
[[Image:{{{screenshot}}}]]
{{{name}}} - {{{version}}}
{{{description}}}Usage
<source lang="text">
Name - Name of the Application - 1.0.0 - Version major.minor.build
description - Describe the app in full detail, put anything you want.</source>