|
|
@@ -314,6 +314,7 @@
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#wireless-network-configuration">Wireless Network configuration</a></li>
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#contact-information-vcard">Contact information: vCard</a></li>
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#calendar-events-vcalendar-and-icalendar">Calendar Events: vCalendar and iCalendar</a></li>
|
|
|
+<li class="toctree-l2"><a class="reference internal" href="#sepa-credit-transfer">SEPA Credit Transfer</a></li>
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#see-also">See also</a></li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
@@ -431,7 +432,7 @@ Parameters may be added as a <a class="reference external" href="https://en.wiki
|
|
|
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>tel:+999-123-456-7890
|
|
|
</pre></div>
|
|
|
</div>
|
|
|
-<p>Generally, the most complete version of a telephone number possible sould be used, e.g. <code class="docutils literal notranslate"><span class="pre">+<country code><area code><number></span></code>, spaces or hyphens may be used to separate blocks.
|
|
|
+<p>Generally, the most complete version of a telephone number possible should be used, e.g. <code class="docutils literal notranslate"><span class="pre">+<country code><area code><number></span></code>, spaces or hyphens may be used to separate blocks.
|
|
|
Some devices may also support the <code class="docutils literal notranslate"><span class="pre">sms</span></code> and <code class="docutils literal notranslate"><span class="pre">fax</span></code> schemes, which are deprecated in favor of <code class="docutils literal notranslate"><span class="pre">tel</span></code>.</p>
|
|
|
<p><strong>See also:</strong></p>
|
|
|
<ul class="simple">
|
|
|
@@ -660,6 +661,13 @@ END:VCALENDAR
|
|
|
<li><p><a class="reference external" href="https://github.com/spatie/icalendar-generator">iCalendar generator for PHP (GitHub)</a></p></li>
|
|
|
</ul>
|
|
|
</section>
|
|
|
+<section id="sepa-credit-transfer">
|
|
|
+<h2>SEPA Credit Transfer<a class="headerlink" href="#sepa-credit-transfer" title="Link to this heading"></a></h2>
|
|
|
+<ul class="simple">
|
|
|
+<li><p><a class="reference external" href="https://www.europeanpaymentscouncil.eu/document-library/guidance-documents/quick-response-code-guidelines-enable-data-capture-initiation">Guidelines to Enable the Data Capture for the Initiation of a SEPA Credit Transfer</a></p></li>
|
|
|
+<li><p><a class="reference external" href="https://github.com/smhg/sepa-qr-data-php">sepa-qr-data library for PHP (GitHub)</a></p></li>
|
|
|
+</ul>
|
|
|
+</section>
|
|
|
<section id="see-also">
|
|
|
<h2>See also<a class="headerlink" href="#see-also" title="Link to this heading"></a></h2>
|
|
|
<ul class="simple">
|