Template:Nobold: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Gwyneth Llewelyn (talk | contribs)
Shamelessly copied from wikipedia.org
 
Gwyneth Llewelyn (talk | contribs)
Since the SL Wiki does not have TemplateStyles, include the CSS style directly into the HTML markup for <span>
 
Line 1: Line 1:
<templatestyles src="Nobold/styles.css"/><span class="nobold">{{{1}}}</span><noinclude>
<span class="nobold" style="font-weight: normal;">{{{1}}}</span><noinclude>
{{documentation}}
{{documentation}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS -->
</noinclude>
</noinclude>

Latest revision as of 02:28, 17 September 2022

{{{1}}}

[Edit] [🔄Purge] Template documentation
{{nobold|text-string}}

To display text (text-string) at normal font-weight within a context where the default font-weight is bold, e.g. header cells in tables.

TemplateData

This is the "Wikipedia logo"TemplateData for this template used by TemplateWizard, "Wikipedia logo"VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Nobold

{
	"params": {
		"1": {
			"label": "Input text",
			"description": "Text to present not bolded",
			"type": "string",
			"required": true
		}
	},
	"format": "inline"
}

See also