Help:Strong Bad Email: Difference between revisions
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
||
| Line 1: | Line 1: | ||
<!-- | <!-- Wayback HTML body (hrwiki.org); RawHtml --> | ||
<html> | |||
<p><b>Here's how to create a Strong Bad Email blockquote:</b> | |||
== Coding the Blockquote | </p> | ||
<a id="Coding_the_Blockquote" name="Coding_the_Blockquote"></a><h2> <span class="mw-headline">Coding the Blockquote</span></h2> | |||
To create the blockquote, you'll need the | <p>To create the blockquote, you'll need the <i><blockquote></i> tag. To make the blockquote look like a Strong Bad Email, you'll need the <i>class</i> attribute: | ||
</p> | |||
<pre> | <pre><blockquote class="(Your SBemail style)">Your SBemail text</blockquote></pre> | ||
<p>You'll need to know the six different attributes values, the words that go where <i>(Your SBemail style)</i> is, to customize the blockquote: | |||
You'll need to know the six different attributes values, the words that go where | </p> | ||
<ul><li><b>tandy email</b> - Makes the blockquote font, build, and color similar to that of the <a href="/index.php?title=Tandy_400" title="Tandy 400">Tandy 400</a>. | |||
</li><li><b>compy email</b> - Makes the blockquote font, build, and color similar to that of the <a href="/index.php?title=Compy_386" title="Compy 386">Compy 386</a>. | |||
</li><li><b>lappy email</b> - Makes the blockquote font, build, and color similar to that of the <a href="/index.php?title=Lappy_486" title="Lappy 486">Lappy 486</a> and <a href="/index.php?title=Lappier" title="Lappier">Lappier</a>. | |||
</li><li><b>short tandy email</b> - The same functions as <b>tandy email</b>, but with a fixed height. | |||
</li><li><b>short compy email</b> - The same functions as <b>compy email</b>, but with a fixed height. | |||
</li><li><b>short lappy email</b> - The same functions as <b>lappy email</b>, but with a fixed height. | |||
</li><li> The Compé does not use a blockquote format, Instead, the text in question should be put in between {{compeemail}} and {{compeemailend}}. | |||
</li></ul> | |||
<p><i>Note: Hence their names, the short versions of each blockquote should only be used for exceptionally short emails.</i> | |||
</p><p>The blue subject bar above each Lappy 486 email can be rendered into your blockquote using the <i><div></i> tag inside the email: | |||
</p> | |||
The blue subject bar above each Lappy 486 email can be rendered into your blockquote using the | |||
<pre> | <pre> | ||
<blockquote class="(Your SBemail style)"> | |||
<div>(Your subject text)</div> | |||
Your SBemail text | Your SBemail text | ||
</blockquote> | |||
</pre> | </pre> | ||
<a id="Examples" name="Examples"></a><h2> <span class="mw-headline">Examples</span></h2> | |||
<a id="Tandy_400" name="Tandy_400"></a><h3> <span class="mw-headline">Tandy 400</span></h3> | |||
<table border="0" width="100%"> | |||
<tr> | |||
<td width="50%"> | |||
<blockquote class="tandy email">Dear Strong Bad,<br/> | |||
<br/> | |||
Do you take your wrestling mask and boxing<br/> | |||
gloves off before you go to bed?<br/> | |||
<br/> | |||
Sincerely,<br/> | |||
Abdi LaRue<br/> | |||
San Diego, CA</blockquote> | |||
</td> | |||
<td width="50%"> | |||
<pre> | |||
<blockquote class="tandy email"> | |||
Dear Strong Bad,<br /> | |||
<br /> | |||
Do you take your wrestling mask and boxing<br /> | |||
gloves off before you go to bed?<br /> | |||
<br /> | |||
Sincerely,<br /> | |||
Abdi LaRue<br /> | |||
Dear Strong Bad, | |||
Do you take your wrestling mask and boxing | |||
gloves off before you go to bed? | |||
Sincerely, | |||
Abdi LaRue | |||
San Diego, CA | San Diego, CA | ||
</blockquote></pre> | |||
<blockquote class=" | </td> | ||
</tr> | |||
</table> | |||
<br /> | <a id="Compy_386" name="Compy_386"></a><h3> <span class="mw-headline">Compy 386</span></h3> | ||
<table border="0" width="100%"> | |||
<tr> | |||
<br /> | <td width="50%"> | ||
<blockquote class="compy email">strong bad,<br/> | |||
<br/> | |||
what would you do if you were <br/> | |||
< | invisable for one day????<br/> | ||
<br/> | |||
sin studly17</blockquote> | |||
</td> | |||
<td width="50%"> | |||
<pre> | |||
<blockquote class="compy email"> | |||
strong bad,<br /> | |||
<br /> | |||
what would you do if you were <br /> | |||
strong bad, | invisable for one day????<br /> | ||
<br /> | |||
what would you do if you were | |||
invisable for one day???? | |||
sin studly17 | sin studly17 | ||
</blockquote></pre> | |||
< | </td> | ||
</tr> | |||
</table> | |||
< | <a id="Lappy_486" name="Lappy_486"></a><h3> <span class="mw-headline">Lappy 486</span></h3> | ||
<table border="0" width="100%"> | |||
<tr> | |||
< | <td width="50%"> | ||
< | |||
<blockquote class="lappy email"> | <blockquote class="lappy email"> | ||
<div>subject: made up animal</div> | |||
<p>Dear Strong Bad,<br/> | |||
What would you like as if you were your own made up<br/> | |||
animal<br/> | |||
Sincerely,<br/> | |||
</p> | |||
Spud Jr.</blockquote> | |||
</td> | |||
<td width="50%"> | |||
<pre> | |||
<blockquote class="lappy email"> | |||
<div>subject: made up animal</div> | |||
Dear Strong Bad, | Dear Strong Bad,<br /> | ||
What would you like as if you were your own made up | What would you like as if you were your own made up<br /> | ||
animal | animal<br /> | ||
Sincerely, | Sincerely,<br /> | ||
Spud Jr. | Spud Jr. | ||
</blockquote> | </blockquote></pre> | ||
</td> | |||
</tr> | |||
</table> | |||
<a id="Comp.C3.A9" name="Comp.C3.A9"></a><h3> <span class="mw-headline">Compé</span></h3> | |||
<table border="0" width="100%"> | |||
<tr> | |||
<td width="50%"> | |||
<blockquote class="compe email"> | |||
<span style="display:block;padding-bottom:2px;border:0px;border-bottom:2px solid #999;"> | |||
<span style="display:block;padding-bottom:2px;border-bottom:2px solid #999;"> | |||
<span style="padding:4px;display:block;margin:0px;border:8px solid #999;color:white"> | |||
Dear Strong Bad,<br/> | |||
Does Strong Badia ever host an independent film<br/> | |||
festival?<br/> | |||
-=Evil Gif=-<br/> | |||
Dear Strong Bad,<br /> | |||
Does Strong Badia ever host an independent film<br /> | |||
festival?<br /> | |||
-=Evil Gif=-<br /> | |||
Phoenix, Arizona | Phoenix, Arizona | ||
</span> | |||
</span> | |||
</span> | |||
</blockquote> | |||
</td> | |||
<td width="50%"> | |||
<pre> | |||
{{compeemail}} | {{compeemail}} | ||
Dear Strong Bad, | Dear Strong Bad,<br /> | ||
Does Strong Badia ever host an independent film | Does Strong Badia ever host an independent film<br/> | ||
festival? | festival?<br /> | ||
-=Evil Gif=- | -=Evil Gif=-<br /> | ||
Phoenix, Arizona | Phoenix, Arizona | ||
{{compeemailend}} | {{compeemailend}}</pre> | ||
</td> | |||
</tr> | |||
= | </table> | ||
<a id="Lappier" name="Lappier"></a><h3> <span class="mw-headline">Lappier</span></h3> | |||
<table border="0" width="100%"> | |||
<tr> | |||
<td width="50%"> | |||
<blockquote class="lappy email"> | <blockquote class="lappy email"> | ||
Dear SB,<br /> | Dear SB,<br/> | ||
Why doesn't Senor Cardgage have a video in the<br /> | Why doesn't Senor Cardgage have a video in the<br/> | ||
Characters section? Is he too cool to be on<br /> | Characters section? Is he too cool to be on<br/> | ||
camera?<br /> | camera?<br/> | ||
Woefully yours,<br /> | Woefully yours,<br/> | ||
Kristian WithaK | Kristian WithaK | ||
</blockquote> | </blockquote> | ||
</td> | |||
<td width="50%"> | |||
<pre> | |||
<blockquote class="lappy email"> | |||
Dear SB,<br /> | |||
Why doesn't Senor Cardgage have a video in the<br /> | |||
Characters section? Is he too cool to be on<br /> | |||
camera?<br /> | |||
Woefully yours,<br /> | |||
Kristian WithaK | |||
</blockquote> | |||
</pre> | |||
</td> | |||
</tr> | |||
</table> | |||
<div class="visualClear"></div> | |||
</html> | |||
Latest revision as of 21:00, 18 July 2026
Here's how to create a Strong Bad Email blockquote:
Coding the Blockquote
To create the blockquote, you'll need the <blockquote> tag. To make the blockquote look like a Strong Bad Email, you'll need the class attribute:
<blockquote class="(Your SBemail style)">Your SBemail text</blockquote>
You'll need to know the six different attributes values, the words that go where (Your SBemail style) is, to customize the blockquote:
- tandy email - Makes the blockquote font, build, and color similar to that of the Tandy 400.
- compy email - Makes the blockquote font, build, and color similar to that of the Compy 386.
- lappy email - Makes the blockquote font, build, and color similar to that of the Lappy 486 and Lappier.
- short tandy email - The same functions as tandy email, but with a fixed height.
- short compy email - The same functions as compy email, but with a fixed height.
- short lappy email - The same functions as lappy email, but with a fixed height.
- The Compé does not use a blockquote format, Instead, the text in question should be put in between {{compeemail}} and {{compeemailend}}.
Note: Hence their names, the short versions of each blockquote should only be used for exceptionally short emails.
The blue subject bar above each Lappy 486 email can be rendered into your blockquote using the <div> tag inside the email:
<blockquote class="(Your SBemail style)"> <div>(Your subject text)</div> Your SBemail text </blockquote>
Examples
Tandy 400
|
<blockquote class="tandy email"> Dear Strong Bad,<br /> <br /> Do you take your wrestling mask and boxing<br /> gloves off before you go to bed?<br /> <br /> Sincerely,<br /> Abdi LaRue<br /> San Diego, CA </blockquote> |
Compy 386
|
<blockquote class="compy email"> strong bad,<br /> <br /> what would you do if you were <br /> invisable for one day????<br /> <br /> sin studly17 </blockquote> |
Lappy 486
|
<blockquote class="lappy email"> <div>subject: made up animal</div> Dear Strong Bad,<br /> What would you like as if you were your own made up<br /> animal<br /> Sincerely,<br /> Spud Jr. </blockquote> |
Compé
|
{{compeemail}}
Dear Strong Bad,<br />
Does Strong Badia ever host an independent film<br/>
festival?<br />
-=Evil Gif=-<br />
Phoenix, Arizona
{{compeemailend}}
|
Lappier
|
<blockquote class="lappy email"> Dear SB,<br /> Why doesn't Senor Cardgage have a video in the<br /> Characters section? Is he too cool to be on<br /> camera?<br /> Woefully yours,<br /> Kristian WithaK </blockquote> |