Styleguide: Difference between revisions

Content deleted Content added
Cbarr (talk | contribs)
No edit summary
m Socialmedia template no longer needed
 
(18 intermediate revisions by 3 users not shown)
Line 1:
'''Note: some of this documentation needs to be updated'''
 
==Introduction==
In order to get an better picture of how the templates on donate.wiki relate to one another review the images below. The Landing Page is chopped up into many templates so that we can change and test individual pieces of the page without changing core functional pieces of the page. This provides us with more stability for a broader range of users.
Line 11 ⟶ 13:
 
==Banner==
Banner settings completely determine which landing page is displayed, in which language, and where the page runs. All banners call the [[Template:Lp-layout-default]] template and pass it the names of 4 templates. The default values follow:
*[[Template:2011FR/Appeal-template-default]]
*"Appeal-default"
Line 60 ⟶ 62:
</pre>
 
===Payment Processing====
[[Template:2012FR/Form-section/Processing/Default]]
This template pulls in the payment processing.
Line 74 ⟶ 76:
 
===Payment Methods===
There is a list of all the payment methods that can be added to a country at [[Template:2012FR/Form-section/Paymentmethods]].
These templates enable the various payment buttons that will be shown for the LPs for this country.
Currently, the available buttons are:
[[Template:2012FR/Form-section/Paymentmethods/Banktransfer]]
[[Template:2012FR/Form-section/Paymentmethods/]]
[[Template:2012FR/Form-section/Paymentmethods/Creditcard]]
[[Template:2012FR/Form-section/Paymentmethods/Creditcard]]
[[Template:2012FR/Form-section/Paymentmethods/Creditcard]]
[[Template:2012FR/Form-section/Paymentmethods/Creditcard]]
[[Template:2012FR/Form-section/Paymentmethods/Creditcard]]
[[Template:2012FR/Form-section/Paymentmethods/Creditcard]]
[[Template:2012FR/Form-section/Paymentmethods/Creditcard]]
[[Template:2012FR/Form-section/Paymentmethods/Creditcard]]
 
 
==Helper Templates==
*[[Template:2011FR/lp-social-media]]
 
===Currency templates===
The following 2 templates contain the information needed to get currency details.
Line 110 ⟶ 97:
 
===Payment method templates===
ThisThere is a list of all the payment methods that can be added to a country at [[Template:2012FR/Form-section/Paymentmethods]].
The following template is used to turn on and off payment methods by toggling the "display" value stored inside the template between "block"(on) and "none"(off).
*[[Template:2012FR/Form-section/Paymentmethods/Status]]
 
===Misc. Templates===
This is a list of all the payment methods that can be added to a country:
*[[Template:Numstaff]] - Controls the # we display for our staff count.
*[[Template:2012FR/Form-section/Paymentmethods/Banktransfer]]
*[[Template:2012FR/Form-section/Paymentmethods/Cash/Boletos]]
*[[Template:2012FR/Form-section/Paymentmethods/Cash/Westernunion]]
*[[Template:2012FR/Form-section/Paymentmethods/Creditcard]]
*[[Template:2012FR/Form-section/Paymentmethods/Directdebit]]
*[[Template:2012FR/Form-section/Paymentmethods/EWallet/Alipay]]
*[[Template:2012FR/Form-section/Paymentmethods/EWallet/Nordea]]
*[[Template:2012FR/Form-section/Paymentmethods/EWallet/PayPal]]
*[[Template:2012FR/Form-section/Paymentmethods/EWallet/Skrill]]
*[[Template:2012FR/Form-section/Paymentmethods/EWallet/Webmoney]]
*[[Template:2012FR/Form-section/Paymentmethods/EWallet/Yandex]]
*[[Template:2012FR/Form-section/Paymentmethods/Link/PayPalEUR]]
*[[Template:2012FR/Form-section/Paymentmethods/Link/PayPalUSD]]
*[[Template:2012FR/Form-section/Paymentmethods/OnlineBT/BPay]]
*[[Template:2012FR/Form-section/Paymentmethods/Realtime/EPS]]
*[[Template:2012FR/Form-section/Paymentmethods/Realtime/Enets]]
*[[Template:2012FR/Form-section/Paymentmethods/Realtime/Giropay]]
*[[Template:2012FR/Form-section/Paymentmethods/Realtime/Ideal]]
*[[Template:2012FR/Form-section/Paymentmethods/Realtime/Sofort]]
 
==F.A.Q.==
Line 162 ⟶ 130:
 
===How do I customize Landing Pages for a country?===
To customize the donation forms for each country changes need to be made to the corresponding "Form-countryspecific-*" and "Form-template-*" templates.
 
===How do I add new payment methods?===
To add new payment methods 1 template needs to be edited and 1 new template must be created.
 
The template that must be edited is [[Template:2012FR/Form-section/Processing/Default]] and a new "Form-section/Paymentmethod/*" template must be made.
 
===How do I enable or disable payment methods?===
Each payment method has a master switch that can disable all processing of that type. The switch is located in the template [[Template:2012FR/Form-section/Paymentmethods/Status]]. By going to this template and changing the CSS property "display" to either "block" or "none", one can enable or disable payment methods respectively.
 
Enabling and disabling payment methods for individual countries can be done by adding and removing the payment method templates listed above from the "Form-countryspecific-*" template.
 
==Tools==