Template:Span

From UO Endurance
Revision as of 20:12, 15 November 2025 by EnduranceWiki (talk | contribs) (Created page with "<noinclude>{{Template Overview |usedon=all |purpose=apply specific display properties to a span of text |template=<nowiki>{{Span |property= |text= }}</nowiki> |category=Utility }} {{Template Parameter |name=property |usage=mandatory |takes=a string |denotes=the CSS property-value combination that is to be applied to the span of text |generates=the "style" attribute in the {{Monospace|<nowiki><span></nowiki>}} tag |validvalues=Any string that denotes a valid CSS property-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Span is designed for use on all pages to apply specific display properties to a span of text.

Template

{{Span
|property=
|text=
}}

Parameters

{{#fornumargs: key | value | [[Category:{{#var: value}}|Span]] }}

property

  • Usage: Mandatory
  • Description: The property parameter takes a string denoting the CSS property-value combination that is to be applied to the span of text. This is used to generate the "style" attribute in the <span> tag.
  • Valid Value(s): Any string that denotes a valid CSS property-value combination.

text

  • Usage: Mandatory
  • Description: The text parameter takes a string or strings denoting the text to be stylized and displayed. This is used to generate the actual text that is to go in the <span> tag.
  • Valid Value(s): Any string or strings.