このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Debt Calculator

説明

For plugin support, go to the official Debt Calculator page

Easily add a debt repayment calculator to your website. If you have a website about debt, personal finance, credit, mortgages, bankruptcy, or other financial services, offer your users a tool to estimate how long it will take them to get out of debt.

Simply add the text [debtcalc] to page or post content, and have a helpful debt calculation form embedded in your site’s content. You can also add the calculator to your website’s sidebar by using the [debtcalc] shortcode in a text widget!

Shortcode Use

  • class : Adds CSS class to container DIV. Default: debtCalculator
  • width : Inline CSS width of container DIV. Default: 400px
  • zebra : Whether to add CSS class of debt_row_odd to odd table rows, making the table alternating colors (called zebrastriping). Default: true
  • legend : Add a legend to the form with the specified text. Default: false

Sample code:

[debtcalc class="sampleCssClass" width="100%" zebra="false" legend="Your Debt Snapshot"]

The form’s container DIV will have class “sampleCssClass” and will be 100% wide. The table will NOT be zebrastriped, and the legend text will be “Your Debt Snapshot”.

  • Updating the style: You can update the form’s style by editing the plugin’s debt.css file

インストール

  1. Upload plugin files to your plugins folder, or install using WordPress’ built-in Add New Plugin installer.
  2. Activate the plugin
  3. Add [debtcalc] shortcode to your content where you want a debt calculator

FAQ

Where did the initial code come from?
What is the plugin license?
  • This plugin is released under a GPL license

評価

このプラグインにはレビューがありません。

貢献者と開発者

Debt Calculator はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Debt Calculator” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.1

  • Turned link off by default
  • Updated link to plugin page
  • Improved ReadMe

1.0

  • Initial release