內容簡介
如果您需要外掛支援,請前往官方債務計算機頁面
輕鬆在您的網站上新增一個債務還款計算機。如果您的網站與債務、個人理財、信用、抵押貸款、破產或其他金融服務有關,您可以為使用者提供一個估算債務還清所需時間的工具。
只需在頁面或文章內容中加入文字 [debtcalc],即可在網站內容中嵌入一個有幫助的債務計算表單。您也可以使用 [debtcalc] 短代碼在網站側欄中添加計算機!
短代碼使用
class:為容器 DIV 添加 CSS 類。預設值:debtCalculator
width:內聯 CSS 容器 DIV 的寬度。預設值:400px
zebra:是否為奇數行添加 CSS 類 debt_row_odd,使表格顯示斑馬紋(稱為斑馬線條紋)。預設值:true
legend:在表單中添加說明文字。預設值:false
範例代碼:
[debtcalc class="sampleCssClass" width="100%" zebra="false" legend="Your Debt Snapshot"]
此表單的容器 DIV 將具有 class 「sampleCssClass」,並且寬度為 100%。表格將不會顯示斑馬線條紋,說明文字為「Your Debt Snapshot」。
更新風格:您可以編輯外掛的 debt.css 檔案來更新表單的風格。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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
