Last modified: 2008-10-02 14:50:44 UTC
When using some kind of [[property::Link]] inside the <poem> </poem> the Properties are shown in a seperated Box an the are not shown when locking on the Property Page.
That is a general problem of MediaWiki potentially using many parsers in one run. SMW cannot currently distinguish a sub-parser from the "main" parser and hence puts the Factbox below sub-parses as well. Yet, given that it is not yet a very common use-case to annotate poems, I will reduce the severity of this bug to normal. The current workaround would be to place necessary annotations outside the poem-environment, e.g. by using a div with style="display: none; read: none; ".
The development version of SMW 1.4 now uses completely new ways for displaying the Factbox. Factbox display now is more stable and reliable. By default, the Factbox now is *below* the categories at the page bottom (since MW 1.14); this is no bug but intentional. It is still above (at the end of the article) in MediaWiki up to 1.13.