Template:Text Example: Difference between revisions
Appearance
m Formatting |
m Formatting |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="margin:0.1em 0.5em 0 0.5em; border:1px solid #c8ccd1; background:#f8f9fa; font-size:90%;"> | <div style="margin:0.1em 0.5em 0 0.5em; border:1px solid #c8ccd1; background:#f8f9fa; font-size:90%;"> | ||
<div style="padding:3px 6px; background:#eaecf0; font-weight:bold;font-size:150%">{{{title|Sample | <div style="padding:3px 6px; background:#eaecf0; font-weight:bold;font-size:150%">{{{title|Sample Text}}}</div> | ||
<div style="padding:4px 6px 6px 6px; line-height:1.3;">{{{body|}}}</div> | <div style="padding:4px 6px 6px 6px; line-height:1.3;">{{{body|}}}</div> | ||
</div> | </div> | ||
</includeonly><noinclude>== Purpose == | </includeonly><noinclude>== Purpose == | ||
Displays a sample | Displays a sample textin a consistent format. | ||
Collapse code if we get it turned on | Collapse code if we get it turned on | ||
| Line 21: | Line 20: | ||
| title = General First Contact | | title = General First Contact | ||
| collapse = yes | | collapse = yes | ||
| body = | | body = | ||
Hi [Name] | Hi [Name] — this is [Your Name], a local Mensa member in [area]. I help connect members nearby and just wanted to say hello. If you’re ever interested in a meetup or connecting locally, feel free to reach out! | ||
}} | }} | ||
</pre> | </pre> | ||
Latest revision as of 18:23, 1 June 2026
Purpose
Displays a sample textin a consistent format.
Collapse code if we get it turned on {{#ifeq:no|yes|Template:Collapse top}} {{#ifeq:no|yes|Template:Collapse bottom}}
Parameters
[edit source | hide | hide all]- title – Label shown in the box header; defaults to “Sample Text”
- body – Email body
- collapse – Use yes to collapse the example; defaults to no
Usage
[edit source | hide]{{Text Example
| title = General First Contact
| collapse = yes
| body =
Hi [Name] — this is [Your Name], a local Mensa member in [area]. I help connect members nearby and just wanted to say hello. If you’re ever interested in a meetup or connecting locally, feel free to reach out!
}}