Toggle menu
14
236
69
27.3K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:38, 23 February 2025 by Prd (talk | contribs) (Created page with "{{Testcases}} {{Test case|_collapsible=yes|_showcode=yes|_output=nowiki+ |_title=Basic longitem use |Some long text value}} {{Test case|_collapsible=yes|_showcode=yes|_output=nowiki+ |_title=Longitem with style param |Some long text value|style=background-color:#aaffaa;}} {{Test case|_collapsible=yes|_showcode=yes|_output=nowiki+ |_title=Longitem with missing 1= |style=background-color:#aaffaa;}} {{Test case|_collapsible=yes|_showcode=yes|_output=nowiki+ |_title=Long...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Basic longitem use
{{Longitem|Some long text value}}

{{Longitem}}

Some long text value
<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; ">Some long text value</div>

{{Longitem/sandbox}}

Some long text value
<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; ">Some long text value</div>
Longitem with style param
{{Longitem|Some long text value|style=background-color:#aaffaa;}}

{{Longitem}}

Some long text value
<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; background-color:#aaffaa;">Some long text value</div>

{{Longitem/sandbox}}

Some long text value
<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; background-color:#aaffaa;">Some long text value</div>
Longitem with missing 1=
{{Longitem|style=background-color:#aaffaa;}}

{{Longitem}}

display: inline-block; line-height: 1.2em; padding: .1em 0; width: 100%;
display: inline-block; line-height: 1.2em; padding: .1em 0; width: 100%;

{{Longitem/sandbox}}

display: inline-block; line-height: 1.2em; padding: .1em 0; width: 100%;
display: inline-block; line-height: 1.2em; padding: .1em 0; width: 100%;
Longitem with empty 1=
{{Longitem||style=background-color:#aaffaa;}}

{{Longitem}}

<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; background-color:#aaffaa;"></div>

{{Longitem/sandbox}}

<div style="display: inline-block; line-height: 1.2em; padding: .1em 0; background-color:#aaffaa;"></div>