mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Updated HTML docs
This commit is contained in:
parent
40b2ba0cee
commit
cad698493d
87 changed files with 1496 additions and 635 deletions
|
|
@ -494,7 +494,7 @@ This keyword has no meaning if <strong>width</strong> is set.</p></li>
|
|||
</dl>
|
||||
<p class="rubric">Notes</p>
|
||||
<p>Beyond those table-specific keywords, the non-overlapping keywords
|
||||
of <strong>EcCell.__init__</strong> are also available. These will be passed down
|
||||
of <strong>EvCell.__init__</strong> are also available. These will be passed down
|
||||
to every cell in the table.</p>
|
||||
</dd></dl>
|
||||
|
||||
|
|
@ -527,7 +527,7 @@ to the end.</p>
|
|||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters</dt>
|
||||
<dd class="field-odd"><ul class="simple">
|
||||
<li><p><strong>args</strong> (<strong>EvColum</strong> or multiple strings) – Either a single EvColumn instance or
|
||||
<li><p><strong>args</strong> (<strong>EvColumn</strong> or multiple strings) – Either a single EvColumn instance or
|
||||
a number of data string arguments to be used to create a new column.</p></li>
|
||||
<li><p><strong>header</strong> (<em>str</em><em>, </em><em>optional</em>) – The header text for the column</p></li>
|
||||
<li><p><strong>xpos</strong> (<em>int</em><em>, </em><em>optional</em>) – Index position in table <em>before</em> which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue