mod-pbmarks/docs/modules/formspec.lua.html
2021-06-15 16:57:08 -07:00

141 lines
3.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Personal Bookmarks</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
<h1>pbmarks</h1>
<ul>
<li><a href="../api.html">Index</a></li>
</ul>
<h2>Contents</h2>
<ul>
<li><a href="#Functions">Functions</a></li>
</ul>
<h2>Modules</h2>
<ul class="nowrap">
<li><a href="../modules/api.lua.html">api.lua</a></li>
<li><strong>formspec.lua</strong></li>
<li><a href="../modules/settings.lua.html">settings.lua</a></li>
</ul>
</div>
<div id="content">
<h1>Module <code>formspec.lua</code></h1>
<p>Personal Bookmarks Formspec</p>
<p>
</p>
<h2><a href="#Functions">Functions</a></h2>
<table class="function_list">
<tr>
<td class="name" nowrap><a href="#pbmarks.get_formspec">pbmarks.get_formspec (pname)</a></td>
<td class="summary">Retrieves formspec formatted string for this mod.</td>
</tr>
<tr>
<td class="name" nowrap><a href="#pbmarks.show_formspec">pbmarks.show_formspec (pname)</a></td>
<td class="summary">Displays formspec for managing bookmarks.</td>
</tr>
</table>
<br/>
<br/>
<h2 class="section-header "><a name="Functions"></a>Functions</h2>
<dl class="function">
<dt>
<a name = "pbmarks.get_formspec"></a>
<strong>pbmarks.get_formspec (pname)</strong>
</dt>
<dd>
Retrieves formspec formatted string for this mod.
</ul>
</ul>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">pname</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.4">string</a></span>
Player name referenced for bookmarks.
</li>
</ul>
<h3>Returns:</h3>
<ol>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.4">string</a></span>
Formatted string.
</ol>
</dd>
<dt>
<a name = "pbmarks.show_formspec"></a>
<strong>pbmarks.show_formspec (pname)</strong>
</dt>
<dd>
Displays formspec for managing bookmarks.
</ul>
</ul>
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">pname</span>
<span class="types"><a class="type" href="https://www.lua.org/manual/5.3/manual.html#6.4">string</a></span>
Player name referenced for bookmarks &amp; who will be shown formspec.
</li>
</ul>
</dd>
</dl>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2021-06-15 16:55:47 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>