<!--{* The parent template is Template:Payments *}-->
<div class="donation-panel">
  <!--{* --------- *}-->
  <!--{* 1. Crypto *}-->

  <div class="crypto">
    <div class="headline">Donate crypto</div>

    <div class="content">
      <!--{* BITCOIN *}-->

      <div class="payitem line">

        <label for="btc-expand">Bitcoin (BTC) Expand</label>
        <input id="btc-expand" class="expand-checkbox" autocomplete="off" type="checkbox" />

        <div class="qr-button">
          <img class="icon" src="/w/images/thumb/2/29/BC_Logo_.png/52px-BC_Logo_.png" alt="Donate Bitcoin (BTC) Logo" />
          <span class="name">Bitcoin</span>
        </div>

        <div class="code-select"><!--{$Pay_Bitcoin|default:''}--></div>

        <div class="expand">
          <img class="qr-code-image" src="<!--{$bitcoinImgUrl|default:''}-->" alt="Donate Bitcoin (BTC) QR Code" />
          <div><a href="bitcoin:<!--{$Pay_Bitcoin|default:''}-->">Bitcoin (BTC) Address</a></div>
          <pre><!--{$Pay_Bitcoin|default:''}--></pre>
        </div>
      </div>

      <!--{* MONERO *}-->

      <div class="payitem line">
        <label for="xmr-expand">Monero (XMR) Expand</label>
        <input id="xmr-expand" class="expand-checkbox" autocomplete="off" type="checkbox" />

        <div class="qr-button">
          <img class="icon" src="/w/images/thumb/0/05/Monero-symbol-1280.png/52px-Monero-symbol-1280.png" alt="Donate Monero (XMR) Logo" />
          <span class="name">Monero</span>
        </div>

        <div class="code-select"><!--{$Pay_Monero|default:''}--></div>

        <div class="expand">
          <img class="qr-code-image" src="<!--{$moneroImgUrl|default:''}-->" alt="Donate Monero (XMR) QR Code" />
          <div><a href="monero:<!--{$Pay_Monero|default:''}-->">Monero (XMR) Address</a></div>
          <pre><!--{$Pay_Monero|default:''}--></pre>
        </div>
      </div>

      <!--{* ETHEREUM *}-->

      <div class="payitem line">
        <label for="eth-expand">Ethereum (ETH) Expand</label>
        <input id="eth-expand" class="expand-checkbox" autocomplete="off" type="checkbox" />

        <div class="qr-button">
          <img class="icon" src="/w/images/thumb/2/2c/Ethereumlogo.png/52px-Ethereumlogo.png" alt="Donate Ethereum (ETH) Logo" />
          <span class="name">Ethereum</span>
        </div>

        <div class="code-select"><!--{$Pay_Ethereum|default:''}--></div>

        <div class="expand">
          <img class="qr-code-image" src="<!--{$etherImgUrl|default:''}-->" alt="Donate Ethereum (ETH) QR Code" />
          <div><a href="ethereum:<!--{$Pay_Ethereum|default:''}-->">Ethereum (ETH) Address</a></div>
          <pre><!--{$Pay_Ethereum|default:''}--></pre>
        </div>
      </div>

      <!--{* TRONIX *}-->

      <div class="payitem line">
        <label for="trx-expand">Tronix (TRX) Expand</label>
        <input id="trx-expand" class="expand-checkbox" autocomplete="off" type="checkbox" />

        <div class="qr-button">
          <img class="icon" src="https://www.kicksecure.com/w/images/0/06/Tronix-trx-logo-red.svg" alt="Donate Tronix (TRX) Logo" />
          <span class="name">Tronix</span>
        </div>

        <div class="code-select"><!--{$Pay_Tronix|default:''}--></div>

        <div class="expand">
          <img class="qr-code-image" src="<!--{$tronixImgUrl|default:''}-->" alt="Donate Tronix (TRX) QR Code" />
          <div><a href="tronix:<!--{$Pay_Tronix|default:''}-->">Tronix (TRX) Address</a></div>
          <pre><!--{$Pay_Tronix|default:''}--></pre>
        </div>
      </div>

      <!--{* Multi-Coins Line *}-->

      <div class="payitem symbols">
        <input id="token-expand" class="expand-checkbox" autocomplete="off" type="checkbox" aria-label="ETH ERC-20 Token Expand" />

        <div class="qr-button">
          <img class="icon" src="/w/images/thumb/a/a9/Usd-coin-usdc-logo.png/52px-Usd-coin-usdc-logo.png" alt="Donate USDC Logo" />
          <img class="icon" src="/w/images/thumb/9/9d/Greencoinmarketcap.png/52px-Greencoinmarketcap.png" alt="Donate USDT (Tether) Logo" />
          <img class="icon" src="/w/images/thumb/f/f4/Yellowcoinmarketcap.png/52px-Yellowcoinmarketcap.png" alt="Donate DAI Logo" />
        </div>

        <div class="expand">
          <img class="qr-code-image" src="<!--{$etherImgUrl|default:''}-->" />
          <div><a href="ethereum:<!--{$Pay_Ethereum|default:''}-->">Address for all Ethereum (ETH) ERC-20 tokens, e.g. USDC | USDT | DAI and more</a></div>
          <pre><!--{$Pay_Ethereum|default:''}--></pre>
        </div>
      </div>
    </div>
  </div>

  <!--{* --------- *}-->
  <!--{* 2. Paypal *}-->

  <div class="paypal">
    <div class="headline">
      Donate via
      <img alt="PayPal" src="/w/images/7/76/De-pp-logo-200px.png" alt="Donate PayPal Logo" />

      <a href="/wiki/Donate/PayPal" class="account-info" title="Donate via PayPal">
        No PayPal account required.
      </a>
      <a href="/wiki/Donate/PayPal#PayPal_versus_Tor" title="Donation via Tor are unsupported." class="account-info">(Tor unsupported.)</a>
    </div>

    <div class="content">
      <div class="pay-via-paypal-module smooth text-align-center">
        <p>
          Pay with PayPal Module needs JavaScript
        </p>
        <p>
          Please either
          <b>(A) activate JavaScript</b> OR
          <b>(B) go to </b><a href="/wiki/Donate/PayPal" title="Donation via PayPal without JavaScript (JS).">PayPal Donation page</a>, which includes a non-JS version.
        </p>
      </div>
    </div>
  </div>

  <!--{* ----------------- *}-->
  <!--{* 3. Other Payments *}-->

  <div class="other">
    <div class="headline">Other payment options</div>

    <div class="content">
      <a href="/wiki/Donate/Credit_Card" title="Donation via VISA Card">
        <img class="icon" src="/w/images/thumb/d/d3/Visa-card-dark_128.png/54px-Visa-card-dark_128.png" alt="VISA" />
      </a>

      <a href="/wiki/Donate/Credit_Card" title="Donation via MasterCard">
        <img class="icon" src="/w/images/thumb/8/85/MasterCard-dark_128.png/54px-MasterCard-dark_128.png" alt="MasterCard" />
      </a>

      <a href="/wiki/Donate/Bank_Wire" title="Donation via Bank Wire">
        <img class="icon" src="/w/images/thumb/2/27/Bank-dark_128.png/54px-Bank-dark_128.png" alt="Bank Wire" />
      </a>

      <a href="/wiki/Donate/EUR" title="Donate Euro (EUR)">
        <img class="icon" src="/w/images/thumb/8/8b/Euro_128.png/54px-Euro_128.png" alt="EUR" />
      </a>

      <a href="/wiki/Donate/USD" title="Donation via US Dollar (USD)">
        <img class="icon" src="/w/images/thumb/3/31/Dollar_128.png/54px-Dollar_128.png" alt="USD" />
      </a>

      <div class="more">
        <label for="more-expand">More Payment Options Expand</label>
        <input id="more-expand" class="expand-checkbox" autocomplete="off" type="checkbox" />

        <div class="more-button">show more â–¼</div>

        <div class="more-content">
          <a href="/wiki/Donate/Credit_Card" title="Donation via American Express">
            <img class="icon" src="/w/images/thumb/7/7b/AmericanExpress-dark_128.png/69px-AmericanExpress-dark_128.png" alt="American Express" />
          </a>

          <a href="/wiki/Donate/Credit_Card" title="Donation via UnionPay">
            <img class="icon" src="/w/images/thumb/a/a4/UnionPay-card-dark_128.png/69px-UnionPay-card-dark_128.png" alt="UnionPay" />
          </a>

          <a href="/wiki/Donate/Credit_Card" title="Donation via Discover">
            <img class="icon" src="/w/images/thumb/2/24/Discover-card-dark_128.png/69px-Discover-card-dark_128.png" alt="Discover" />
          </a>

          <div class="spacer"></div>

          <a href="/wiki/Donate/GBP" title="Donate Pound Sterling (GBP)">
            <img class="icon" src="/w/images/thumb/c/c8/GBP_128.png/69px-GBP_128.png" alt="GBP" />
          </a>

          <a href="/wiki/Donate/AUD" title="Donate Australian Dollar (AUD)">
            <img class="icon" src="/w/images/thumb/7/7c/AUD_128.png/69px-AUD_128.png" alt="AUD" />
          </a>

          <div class="spacer"></div>

          <a href="/wiki/Donate/EUR" title="Donate via Bank Wire to IBAN">
            <img class="icon" src="/w/images/thumb/0/04/IBAN_128.png/69px-IBAN_128.png" alt="IBAN" />
          </a>

          <a href="/wiki/Donate/EUR" title="Donate via SEPA Bank Wire">
            <img class="icon" src="/w/images/thumb/8/8d/Sepa-card-dark_128.png/69px-Sepa-card-dark_128.png" alt="SEPA" />
          </a>

          <a href="/wiki/Donate/PayPal" title="Donate via SEPA Lastschrift">
            <img class="icon" src="/w/images/thumb/5/57/Sepa-Last_128.png/69px-Sepa-Last_128.png" alt="Lastschrift" />
          </a>

          <a href="/wiki/Donate/PayPal" title="Donate via GiroPay">
            <img class="icon" src="/w/images/thumb/2/2a/GiroPay-card-dark-enlarged_128.png/69px-GiroPay-card-dark-enlarged_128.png" alt="GiroPay" />
          </a>

          <a href="/wiki/Donate/PayPal" title="Donate via Direct Debit">
            <img class="icon" src="/w/images/thumb/b/b3/DirectDebit-card-dark_128.png/69px-DirectDebit-card-dark_128.png" alt="Direct Debit" />
          </a>

          <a href="/wiki/Donate/EUR" title="Donate via SWIFT Bank Wire">
            <img class="icon" src="/w/images/thumb/a/a5/Swift_128.png/69px-Swift_128.png" alt="SWIFT" />
          </a>

          <a href="/wiki/Donate/USD" title="Donate via ACH Wire">
            <img class="icon" src="/w/images/thumb/6/69/ACH_128.png/69px-ACH_128.png" alt="ACH" />
          </a>

          <a href="/wiki/Donate/USD" title="Donate via Wire Transfer">
            <img class="icon" src="/w/images/thumb/7/71/WireTransfer_128.png/69px-WireTransfer_128.png" alt="Wire Transfer" />
          </a>

          <a href="/wiki/Donate/GBP" title="Donate via Faster Pay">
            <img class="icon" src="/w/images/thumb/f/fa/FasterPay_128.png/69px-FasterPay_128.png" alt="Faster Pay" />
          </a>

          <a href="/wiki/Donate/GBP" title="Donate via BACS">
            <img class="icon" src="/w/images/thumb/c/c9/BACS_128.png/69px-BACS_128.png" alt="BACS" />
          </a>

          <a href="/wiki/Donate/GBP" title="Donate via CHAPS">
            <img class="icon" src="/w/images/thumb/9/96/CHAPS_128.png/69px-CHAPS_128.png" alt="CHAPS" />
          </a>

          <div class="spacer"></div>

          <p>
            You can't help financially?
            <a href="/wiki/Contribute" title="Donate by Contributing">
              Help with your time!
            </a>
            It's greatly appreciated!
          </p>

        </div>
      </div>
    </div>
  </div>

  
  <!--{* ------- *}-->
  <!--{* 4. Help *}-->

  <div class="help">
    <div class="headline">Help</div>
    <div class="content">
      For any questions regarding your donation
      <a href="/wiki/Contact#For_Payments" title="fundraising support">
        contact our fundraising support
      </a>.
    </div>
  </div>

  <div class="info">
    There are five ways to support
    <!--{$ProjectNameLong|default:''}--> financially:
    (1.) Sponsoring a new feature - please get in
    <a title="contact for private inquiries" href="/wiki/Contact#For_Private_Inquiries">contact</a>
    for details.
    (2.) Paying for <a title="Plus Support" href="/wiki/Plus_Support">Plus Support</a>
    (3.) Paying for Plus Support in lieu of a donation. Users may send any amount of funds to
    <!--{$ProjectNameLong|default:''}-->. A consultation service commensurate with the amount contributed will be negotiated between both parties.
    (4.) <a title="investments" href="/wiki/Investors">Invest</a>
    | Our <a title="Terms of Service" href="/wiki/Terms_of_Service">Terms of Service</a> apply.
    | Corporations who purchase Plus Support packages may be able to claim these as tax-deductible expenses - first consult a tax advisor, as this does not constitute tax advice.
    | Charitable tax-deductible donations are unsupported.
  </div>
</div>
<noinclude>
  [[Category:MultiWiki]]
</noinclude>