Toggle menu
15
236
71
27.6K
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 06:09, 24 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{Rounded |bg=#FFFFEE |bc=#FFDAB9 |w=100% | content = This template creates a box with rounded corners. ===Parameters=== * w – width of the box * bg – background color * bc – border color * r – corner radius * content – text or other content * bs - border size (Default: 1px) ===Example=== <div style="margin-bottom:0.4em;"><code><nowiki>{{Rounded |bg=#F9F9F9 |bc=#AAAAAA |w=75% |content=This is a rounded box.|1}}</nowiki></code></d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This template creates a box with rounded corners.

Parameters

  • w – width of the box
  • bg – background color
  • bc – border color
  • r – corner radius
  • content – text or other content
  • bs - border size (Default: 1px)

Example

{{Rounded |bg=#F9F9F9 |bc=#AAAAAA |w=75% |content=This is a rounded box.|1}}

produces:

This is a rounded box.