Technology
 

How-to Add an Application Page

From BlackBerry Wikia

Contents

[edit] Step 1

From the Main Page, type in the name of the application into the text box and click "Create Page". This will take you to a new page in edit mode.

[edit] Step 2

Copy the below code into that new page:

{{App
|image = 
|short description = 
|description = 
|download = 
|website = 
|developer = 
|type = 
|genre = 
|model = 
|os = 
|price = 
|donations = 
}}

[edit] Step 3

Fill in the information to the right of each "=" sign. Delete any lines that you are not using. If the developer has a paypal donations link, add the following code next for the line:

<span class="plainlinks"><imagemap>
Image:Paypal.gif
default [ADD PAYPAL LINK HERE]
desc none
</imagemap></span>

So, for example, the Twitterberry code is as follows:

{{App
|image=Twitterberry.png
|short description= TwitterBerry is mobile client for posting updates to Twitter.  
|description = 
It works over the data network, so you don't need to use SMS.
|download = http://orangatame.com/ota/twitterberry/
|website = http://www.orangatame.com/products/twitterberry/
|developer = Orangatame Software
|type = Application
|genre = Communication
|model = Storm
|os = 4.7.0.65+
|price = Free
|donations = 
<span class="plainlinks"><imagemap>
Image:Paypal.gif
default [https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=1CJxhnuY57rSS0x28868GNakZsqiMV7XEaiH3GBukJ866chEnq-aac_woKC&dispatch=5885d80a13c0db1fa798f5a5f5ae42e779d4b5655493f6173dc7dfc762f57a57]
desc none
</imagemap></span>
}}

[edit] Step 4

Upload the image (if you have one) from Special:Upload. Name the image with the same filename you used on the "image" line in step 3.

That's it!