/
githubmirror
/
Leaflet
Обзор
Документация
Войти
/
githubmirror
/
Leaflet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/reference-tpl.html
89 строк
2 KB
Florian Bischof
Add Ukraini dialog (#8177)
25 апр 2022, 11:57
Не верифицирован
25 апр 2022, 11:57
999a074
Код
Авторство
О чём код?
<!-- Snippets to use for docs --> <!-- Argument --> <nobr><<a href="#foo">Foo</a>> <i>name</i></nobr> <!-- Class --> <h2 id="[class-anchor]">[class-name]</h2> <p>[description]</p> <pre><code>[code-example]</code></pre> <!-- constructor --> <h3>Constructor</h3> <table> <tr> <th>Constructor</th> <th>Usage</th> <th>Description</th> </tr> <tr> <td><code>[constructor]( [arguments] )</code></td> <td class="factory-usage"> <code><span class='keyword'>new</span> L.Map(<span class="comment">…</span>)</code><br /> <code>L.map(<span class="comment">…</span>)</code> </td> <td>[description]</td> </tr> </table> <!-- methods --> <h3>Methods</h3> <table> <tr> <th>Method</th> <th>Returns</th> <th>Description</th> </tr> <tr> <td><code><b>[method]</b>(<nobr><type></nobr> <i>argument</i>, <nobr><type> <i>argument</i>)</nobr></code></td> <td><code>[return-type]</code></td> <td>[description]</td> </tr> </table> <!-- options --> <h3 id="[class-anchor]-options">Options</h3> <table> <tr> <th>Option</th> <th>Type</th> <th>Default value</th> <th>Description</th> </tr> <tr> <td><code><b>[name]</b></code></td> <td><code>[type]</code></td> <td><code>[default]</code></td> <td>[description]</td> </tr> </table> <!-- events --> <h3>Events</h3> <table> <tr> <th>Event</th> <th>Data</th> <th>Description</th> </tr> <tr> <td><code><b>[name]</b></code></td> <td><code><a href="[link]">[type]</a></code></td> <td>[description]</td> </tr> </table>