Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
Jump to content

User:MarkAHershberger/Bug Examples

From Wikipedia, the free encyclopedia

Meta page

[edit]

/UNIQ Tracking Bug

aaaMarkAHershberger (talk)bbbaaa~~~bbb

without perrow

[edit]

with perrow = "3"

[edit]

with perrow = "4"

[edit]

with perrow = "auto"

[edit]

Ideally, putting “auto” in perrow (or leaving it out completely) would center the caption.

with the div hack

[edit]

test long link

[http://www.danishliterature.info/index.php?id=2092&no_cache=1&tx_lfforfatter_pi2[stage]=1&tx_lfforfatter_pi2[uid]=109&tx_lfforfatter_pi2[lang]=_eng Jørgen-Frantz Jacobsen] gives

[stage=1&tx_lfforfatter_pi2[uid]=109&tx_lfforfatter_pi2[lang]=_eng Jørgen-Frantz Jacobsen]

Encoding works, but shouldn't be needed: [http://www.danishliterature.info/index.php?id=2092&no_cache=1&tx_lfforfatter_pi2%5bstage%5d=1&tx_lfforfatter_pi2%5buid%5d=109&tx_lfforfatter_pi2%5blang%5d=_eng Jørgen-Frantz Jacobsen]


Jørgen-Frantz Jacobsen

{{#tag:source|foo|lang=java}}

{{{1}}}

{|
|+ caption 1
|+ caption 2
|}
caption 1 caption 2


{|
| row
|+ caption 1
|+ caption 2
|}
row
caption 1 caption 2

Captions aren't put in caption elements:

{| class="wikitable"
| row || cell
|+ Caption 1
|+ Caption 2
|}
row cell
Caption 1 Caption 2

Captions are put in caption elements:

{| class="wikitable"
|+ Caption 1
|+ Caption 2
| row || cell
|}
Caption 1 Caption 2
row cell