User:Eabrace/Sandbox

From Ouroboros Portal
Jump to: navigation, search

Experiments

Experiment #1

Question:

Can a wikitable be created with a background image?


CSS for background images:

background-image:url('<image>')


Test image:

OSI_ID.jpg


Test table code:

{| style="width:75%; height:200px; background-image:url('http://img.photobucket.com/albums/v623/cohosi/badges/OSI_ID.jpg')" border="1"
|-
|Test
|}


Test table:

Test


Test table code (without background image specification):

{| style="width:75%; height:200px" border="1"
|-
|Test
|}


Test table:

Test


Suggestion from Titan forums

<table style="background: url(http://img.photobucket.com/albums/v623/cohosi/badges/OSI_ID.jpg) center center no-repeat transparent;width:450px;height:320px;border: solid 1px #000000;border-collapse: collapse;">
  <tr>
    <td>sd54f6s5df4
    s5df4s6d5f4<br /><br /><br /><br />S4d6f5</td>
  </tr>
</table>
sd54f6s5df4 s5df4s6d5f4



S4d6f5


Removing background image from code:

<table style=";width:450px;height:320px;border: solid 1px #000000;border-collapse: collapse;">
  <tr>
    <td>sd54f6s5df4
    s5df4s6d5f4<br /><br /><br /><br />S4d6f5</td>
  </tr>
</table>
sd54f6s5df4 s5df4s6d5f4



S4d6f5


Conclusion:

It would appear that wikitables do not allow background images. Either that or this just isn't the right way to make it work. Based on the loss of size formatting in the first table, it would seem that inserting the background image specification invalidates the entire style spec.

Further reading from outside sources indicates that MediaWiki invalidates style tags with "url" components.

Experiment #2

Using an HTML table with wiki images.

th_B_Samson.jpg

B. Samson
DIRECTOR
Archetypeicon tanker.png Originicon natural.png Invulnerability ResToPhysicalDmg.png SuperStrength Jab.png
Date of Activation: 2004 DEC 06
@B Samson

Badge respec stalwart.pngBadge respec statesman.pngBadge respec freedom.png

Badge task force 01.pngBadge task force 02.pngBadge task force 03.png

Badge task force 04.pngBadge task force 05.pngBadge task force 06.png

Badge task force HonoraryPeacebringer.pngBadge council robot.pngBadge croatoa cabalist.pngBadge temporal strife.pngBadge task force PSmasher.pngBadge task force DestroyerOfStrength.pngBadge task force ProtectorOfKindness.pngBadge task force SlayerOfMadness.pngBadge task force apocalyptic.pngBadge defeatrecluse.pngBadge task force master statesman.png

Badge trial zone 01.pngBadge trial zone 01.pngBadge trial zone 01.png

th_BADGE_OSI_Activity.jpg

Experiment #3

Line spacing between badge rows using CSS font-size and line-height properties.

Badge respec stalwart.pngBadge respec statesman.pngBadge respec freedom.png

Badge task force 01.pngBadge task force 02.pngBadge task force 03.png

Badge task force 04.pngBadge task force 05.pngBadge task force 06.png

Badge task force HonoraryPeacebringer.pngBadge council robot.pngBadge croatoa cabalist.pngBadge temporal strife.pngBadge task force PSmasher.pngBadge task force DestroyerOfStrength.pngBadge task force ProtectorOfKindness.pngBadge task force SlayerOfMadness.pngBadge task force apocalyptic.pngBadge defeatrecluse.pngBadge task force master statesman.png

Badge trial zone 01.pngBadge trial zone 01.pngBadge trial zone 01.png

th_BADGE_OSI_Activity.jpg

Experiment #4

Using Div tags to create an overlay.

OSI_ID.jpg

th_B_Samson.jpg

B. Samson
DIRECTOR
Archetypeicon tanker.pngOriginicon natural.pngInvulnerability ResToPhysicalDmg.pngSuperStrength Jab.png
Date of Activation: 2004 DEC 06
@B Samson


Badge respec stalwart.pngBadge respec statesman.pngBadge respec freedom.png

Badge task force 01.pngBadge task force 02.pngBadge task force 03.png

Badge task force 04.pngBadge task force 05.pngBadge task force 06.png

Badge task force HonoraryPeacebringer.pngBadge council robot.pngBadge croatoa cabalist.pngBadge temporal strife.pngBadge task force PSmasher.pngBadge task force DestroyerOfStrength.pngBadge task force ProtectorOfKindness.pngBadge task force SlayerOfMadness.pngBadge task force apocalyptic.pngBadge defeatrecluse.pngBadge task force master statesman.png

Badge trial zone 01.pngBadge trial zone 01.pngBadge trial zone 01.png

th_BADGE_OSI_Activity.jpg


The upper half of the content (character image and info) are disappearing. It appears that they are being slid behind the background image instead of appearing on top of it.

In fact, if I substitute in a different image:

Blankperson.png

th_B_Samson.jpg

B. Samson
DIRECTOR
Archetypeicon tanker.pngOriginicon natural.pngInvulnerability ResToPhysicalDmg.pngSuperStrength Jab.png
Date of Activation: 2004 DEC 06
@B Samson


Badge respec stalwart.pngBadge respec statesman.pngBadge respec freedom.png

Badge task force 01.pngBadge task force 02.pngBadge task force 03.png

Badge task force 04.pngBadge task force 05.pngBadge task force 06.png

Badge task force HonoraryPeacebringer.pngBadge council robot.pngBadge croatoa cabalist.pngBadge temporal strife.pngBadge task force PSmasher.pngBadge task force DestroyerOfStrength.pngBadge task force ProtectorOfKindness.pngBadge task force SlayerOfMadness.pngBadge task force apocalyptic.pngBadge defeatrecluse.pngBadge task force master statesman.png

Badge trial zone 01.pngBadge trial zone 01.pngBadge trial zone 01.png

th_BADGE_OSI_Activity.jpg


It's more obvious who's obscuring who.

This probably isn't helping, though:

th_B_Samson.jpg

B. Samson
DIRECTOR
Archetypeicon tanker.pngOriginicon natural.pngInvulnerability ResToPhysicalDmg.pngSuperStrength Jab.png
Date of Activation: 2004 DEC 06
@B Samson


Those two sections should be bound within a 375 pixel container. Instead, they are being forced to the outer right and left margins.

Floating the entire container to the right:

th_B_Samson.jpg

B. Samson
DIRECTOR
Archetypeicon tanker.pngOriginicon natural.pngInvulnerability ResToPhysicalDmg.pngSuperStrength Jab.png
Date of Activation: 2004 DEC 06
@B Samson


The left side should be 160 pixels wide with the image centered. The image is 86 pixels wide, which should leave 74 pixels for margin, 37 on each side. Instead, the image is pressing right up against the right side content.

Adding the badge icons on the bottom provides an anchor for the margins of the container, but shouldn't be required as the width is already specified in the container's definition.

th_B_Samson.jpg

B. Samson
DIRECTOR
Archetypeicon tanker.pngOriginicon natural.pngInvulnerability ResToPhysicalDmg.pngSuperStrength Jab.png
Date of Activation: 2004 DEC 06
@B Samson


Badge respec stalwart.pngBadge respec statesman.pngBadge respec freedom.png

Badge task force 01.pngBadge task force 02.pngBadge task force 03.png

Badge task force 04.pngBadge task force 05.pngBadge task force 06.png

Badge task force HonoraryPeacebringer.pngBadge council robot.pngBadge croatoa cabalist.pngBadge temporal strife.pngBadge task force PSmasher.pngBadge task force DestroyerOfStrength.pngBadge task force ProtectorOfKindness.pngBadge task force SlayerOfMadness.pngBadge task force apocalyptic.pngBadge defeatrecluse.pngBadge task force master statesman.png

Badge trial zone 01.pngBadge trial zone 01.pngBadge trial zone 01.png

th_BADGE_OSI_Activity.jpg


Very frustrating. Time to take a break.

Experiment #5

Combining div tags with an HTML table.

OSI ID background.png

B Samson ID 01.jpg

B. Samson
DIRECTOR
Archetypeicon tanker.png Originicon natural.png Invulnerability ResToPhysicalDmg.png SuperStrength Jab.png
Date of Activation: 2004 DEC 06
@B Samson

Badge respec stalwart.pngBadge respec statesman.pngBadge respec freedom.png
Badge task force 01.pngBadge task force 02.pngBadge task force 03.png
Badge task force 04.pngBadge task force 05.pngBadge task force 06.png
Badge task force HonoraryPeacebringer.pngBadge council robot.pngBadge croatoa cabalist.pngBadge temporal strife.pngBadge task force PSmasher.pngBadge task force DestroyerOfStrength.pngBadge task force ProtectorOfKindness.pngBadge task force SlayerOfMadness.pngBadge task force apocalyptic.pngBadge defeatrecluse.pngBadge task force master statesman.png
Badge trial zone 01.pngBadge trial zone 01.pngBadge trial zone 01.png
OSI Donovan Medallion.png

That appears to work, but the final parsed HTML produces a lot of extra <p> tags that I think are causing some slight differences in how I want the content to lay out and how it actually does lay out. I suspect I can do something about that, but that it will make the markup even more difficult to read/maintain than it already is.


Experiment #6

Removing extraneous <p> tags.

OSI ID background.png
B Samson ID 01.jpg
B. Samson
DIRECTOR
Archetypeicon tanker.pngOriginicon natural.pngInvulnerability ResToPhysicalDmg.pngSuperStrength Jab.png
Date of Activation: 2004 DEC 06
@B Samson
Badge respec stalwart.pngBadge respec statesman.pngBadge respec freedom.png
Badge task force 01.pngBadge task force 02.pngBadge task force 03.png
Badge task force 04.pngBadge task force 05.pngBadge task force 06.png
Badge task force HonoraryPeacebringer.pngBadge council robot.pngBadge croatoa cabalist.pngBadge temporal strife.pngBadge task force PSmasher.pngBadge task force DestroyerOfStrength.pngBadge task force ProtectorOfKindness.pngBadge task force SlayerOfMadness.pngBadge task force apocalyptic.pngBadge defeatrecluse.pngBadge task force master statesman.png
Badge trial zone 01.pngBadge trial zone 01.pngBadge trial zone 01.png
OSI Donovan Medallion.png

The extra tags are gone in this example, making enough of a difference in the vertical spacing of the content that I had to change the margin-top parameter in the table container to compensate for the shift. While the resulting markup is semi-readable to me, I imagine someone unfamiliar with the content (and how it evolved) would have a very hard time reading it. Further, I having to cram everything into single lines would make turning this into a template with #if logic particularly ugly. I may have to try that later just to see how bad it is.