Template:Simple formula: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 26: Line 26:
|}
|}


[[Category:Qud Templates]]
[[Category:Formatting templates]]
</noinclude>
</noinclude>

Revision as of 20:23, 4 October 2020

Overview

Creates a simple, formatted, formula from the input string.

  • Adds common colors and formatting
  • Bolds the entire formula except for variables (words)
  • Replaces * with ×

Can be adjusted later if we want to change the format.

Parameters

  • formula: default parameter
  • size: percentage - 130 by default
  • color: color - #009403 by default (green)

Examples

Code Result
{{simple formula|(17 + (Level * 5)) / 7}}
(17 + (Level × 5)) / 7
{{simple formula|(17 + (Level * 5)) / 7 | size=100 | color=white}}
(17 + (Level × 5)) / 7