Help:Strong Bad Email

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(corrections)
(fixed spacing)
 
(includes 23 intermediate revisions)
Line 1: Line 1:
-
Hi there! This is Lapper from the recent changes patrol. I noticed you had a question and I'm here to help. Here's how to create a Strong Bad Email blockquote:
+
'''Here's how to create a Strong Bad Email blockquote:'''__NOTOC__
-
1. To create the blockquote, you'll need the ''<nowiki><blockquote></nowiki>'' tag. To make the blockquote look like a Strong Bad Email, you'll need the ''class'' attribute:
+
==Coding the Blockquote==
 +
To create the blockquote, you'll need the ''<nowiki><blockquote></nowiki>'' tag. To make the blockquote look like a Strong Bad Email, you'll need the ''class'' attribute:
<pre><blockquote class="(Your SBemail style)">Your SBemail text</blockquote></pre>
<pre><blockquote class="(Your SBemail style)">Your SBemail text</blockquote></pre>
-
2. You'll need to know the six different attributes values, the words that go where ''(Your SBemail style)'' is, to customize the 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]].
*'''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]].
*'''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]].
+
*'''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 shortened, fixed height.
+
*'''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 shortened, 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 shortened, fixed height.
+
*'''short lappy email''' - The same functions as '''lappy email''', but with a fixed height.
-
**Use the '''short''' versions for emails that are only a couple of lines long - it makes the box taller so Strong Bad's head isn't cut off.
+
* The Compé does not use a blockquote format, Instead, the text in question should be put in between <nowiki>{{compeemail}}</nowiki> and <nowiki>{{compeemailend}}</nowiki>.
 +
''Note: Hence their names, the short versions of each blockquote should only be used for exceptionally short emails.''
-
3. The blue subject bar above each Lappy 486 email can be rendered into your blockquote using the ''<nowiki><div></nowiki>'' tag inside the email:
+
The blue subject bar above each Lappy 486 email can be rendered into your blockquote using the ''<nowiki><div></nowiki>'' tag inside the email:
<pre>
<pre>
<blockquote class="(Your SBemail style)">
<blockquote class="(Your SBemail style)">
<div>(Your subject text)</div>
<div>(Your subject text)</div>
-
Your SBemail text</blockquote>
+
Your SBemail text
 +
</blockquote>
</pre>
</pre>
-
If you need any more help, leave me a message on my [[User_talk:Lapper|talk page]]. See you around.__NOTOC____NOEDITSECTION__
+
==Examples==
 +
 
 +
===Tandy 400===
 +
 
 +
<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 />
 +
San Diego, CA
 +
</blockquote></pre>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
===Compy 386===
 +
 
 +
<table border="0" width="100%">
 +
<tr>
 +
<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 />
 +
invisable for one day????<br />
 +
<br />
 +
sin studly17
 +
</blockquote></pre>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
===Lappy 486===
 +
 
 +
<table border="0" width="100%">
 +
<tr>
 +
<td width="50%">
 +
<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>
 +
</td>
 +
<td width="50%">
 +
<pre>
 +
<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></pre>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
===Comp&eacute;===
 +
 
 +
<table border="0" width="100%">
 +
<tr>
 +
<td width="50%">
 +
{{compeemail}}
 +
 
 +
Dear Strong Bad,<br />
 +
Does Strong Badia ever host an independent film<br/>
 +
festival?<br />
 +
-=Evil Gif=-<br />
 +
Phoenix, Arizona
 +
{{compeemailend}}
 +
</td>
 +
<td width="50%">
 +
<pre>
 +
{{compeemail}}
 +
 
 +
Dear Strong Bad,<br />
 +
Does Strong Badia ever host an independent film<br/>
 +
festival?<br />
 +
-=Evil Gif=-<br />
 +
Phoenix, Arizona
 +
{{compeemailend}}</pre>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
===Lappier===
 +
 
 +
<table border="0" width="100%">
 +
<tr>
 +
<td width="50%">
 +
<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>
 +
</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>
 +
[[Category:Help|{{PAGENAME}}]]

Current revision as of 22:04, 5 July 2019

Here's how to create a Strong Bad Email blockquote:

[edit] 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>

[edit] Examples

[edit] 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>

[edit] 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>

[edit] 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>

[edit] Compé

{{compeemail}}

Dear Strong Bad,<br />
Does Strong Badia ever host an independent film<br/>
festival?<br />
-=Evil Gif=-<br />
Phoenix, Arizona
{{compeemailend}}

[edit] 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>
Personal tools