Work in progress — This wiki is an active migration / mirror of Homestar Runner Wiki and is not finished yet. Account registration and public editing are turned off until the migration is further along. For status updates, see the migration thread on the forums.

Help:Gallery: Difference between revisions

From HR Wiki Twice
Jump to navigationJump to search
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:
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine -->
<!-- Wayback HTML body (hrwiki.org); RawHtml -->
'''Here's how to create a picture gallery:'''
<html>
<p><b>Here's how to create a picture gallery:</b>
</p><p>1. Galleries are best used in situations where a lot of pictures need to be displayed. Galleries are like thumbnails boxed together in a table.
</p><p>2. Here is an example of a gallery:
</p>
<table cellpadding="0" cellspacing="0" class="gallery">
<tr>
<td><div class="gallerybox" style="width: 155px;">
<div class="thumb" style="padding: 13px 0; width: 150px;"><div style="margin-left: auto; margin-right: auto; width: 120px;"><a class="image" href="/index.php?title=File:NewerestHomestar.png" title="NewerestHomestar.png"><img alt="" border="0" height="119" src="https://web.archive.org/web/20211001000000im_/http://www.hrwiki.org/w/images/thumb/c/cc/NewerestHomestar.png/59px-NewerestHomestar.png" width="59"/></a></div></div>
<div class="gallerytext">
<center><b><a href="/index.php?title=Homestar_Runner" title="Homestar Runner">Homestar Runner</a></b></center>
</div>
</div></td>
<td><div class="gallerybox" style="width: 155px;">
<div class="thumb" style="padding: 13px 0; width: 150px;"><div style="margin-left: auto; margin-right: auto; width: 120px;"><a class="image" href="/index.php?title=File:currentbad.png" title="currentbad.png"><img alt="" border="0" height="119" src="https://web.archive.org/web/20211001000000im_/http://www.hrwiki.org/w/images/thumb/d/d5/currentbad.png/79px-currentbad.png" width="79"/></a></div></div>
<div class="gallerytext">
<center><b><a href="/index.php?title=Strong_Bad" title="Strong Bad">Strong Bad</a></b></center>
</div>
</div></td>
<td><div class="gallerybox" style="width: 155px;">
<div class="thumb" style="padding: 21px 0; width: 150px;"><div style="margin-left: auto; margin-right: auto; width: 120px;"><a class="image" href="/index.php?title=File:The_Cheat_Character_Video.PNG" title="The Cheat Character Video.PNG"><img alt="" border="0" height="103" src="https://web.archive.org/web/20211001000000im_/http://www.hrwiki.org/w/images/thumb/2/23/The_Cheat_Character_Video.PNG/120px-The_Cheat_Character_Video.PNG" width="120"/></a></div></div>
<div class="gallerytext">
<center><b><a href="/index.php?title=The_Cheat" title="The Cheat">The Cheat</a></b></center>
</div>
</div></td>
</tr>
</table>
<pre>&lt;gallery&gt;
Image:NewerestHomestar.png|&lt;center&gt;'''[[Homestar Runner]]'''&lt;/center&gt;
Image:currentbad.png|&lt;center&gt;'''[[Strong Bad]]'''&lt;/center&gt;
Image:The Cheat Character Video.PNG|&lt;center&gt;'''[[The Cheat]]'''&lt;/center&gt;
&lt;/gallery&gt;</pre>
<p>3. The main format for a gallery is as follows:
</p>
<pre>&lt;gallery&gt;
Image:Image name.png|&lt;center&gt;Caption&lt;/center&gt;
&lt;/gallery&gt;</pre>
<a id="See_Also" name="See_Also"></a><h2> <span class="mw-headline">See Also</span></h2>
<ul><li><a href="/index.php?title=Quote_of_the_Week_Character_Heads" title="Quote of the Week Character Heads">Quote of the Week Character Heads</a> for an example of a gallery used in the knowledge base.
</li></ul>


1. Galleries are best used in situations where a lot of pictures need to be displayed. Galleries are like thumbnails boxed together in a table.


2. Here is an example of a gallery:


{| class="wikitable"
|-
<div class="visualClear"></div>
|
</html>
https://web.archive.org/web/20211001000000im_/http://www.hrwiki.org/w/images/thumb/c/cc/NewerestHomestar.png/59px-NewerestHomestar.png
 
'''[[Homestar Runner]]'''
|
https://web.archive.org/web/20211001000000im_/http://www.hrwiki.org/w/images/thumb/d/d5/currentbad.png/79px-currentbad.png
 
'''[[Strong Bad]]'''
|
https://web.archive.org/web/20211001000000im_/http://www.hrwiki.org/w/images/thumb/2/23/The_Cheat_Character_Video.PNG/120px-The_Cheat_Character_Video.PNG
 
'''[[The Cheat]]'''
|}
 
<pre><gallery>
Image:NewerestHomestar.png|<center>'''[[Homestar Runner]]'''</center>
Image:currentbad.png|<center>'''[[Strong Bad]]'''</center>
Image:The Cheat Character Video.PNG|<center>'''[[The Cheat]]'''</center>
</gallery></pre>
 
3. The main format for a gallery is as follows:
 
<pre><gallery>
Image:Image name.png|<center>Caption</center>
</gallery></pre>
 
== See Also ==
 
* [[Quote of the Week Character Heads]] for an example of a gallery used in the knowledge base.
[[Category:Help]]



Latest revision as of 21:00, 18 July 2026

Here's how to create a picture gallery:

1. Galleries are best used in situations where a lot of pictures need to be displayed. Galleries are like thumbnails boxed together in a table.

2. Here is an example of a gallery:

<gallery>
Image:NewerestHomestar.png|<center>'''[[Homestar Runner]]'''</center>
Image:currentbad.png|<center>'''[[Strong Bad]]'''</center>
Image:The Cheat Character Video.PNG|<center>'''[[The Cheat]]'''</center>
</gallery>

3. The main format for a gallery is as follows:

<gallery>
Image:Image name.png|<center>Caption</center>
</gallery>

See Also