Sorry, I didn't quite notice that you're using the markup incorrectly. Simple table markup is not:

  || cell ||

You need to use:

  ||
  || cell ||

Note the first double vertical bars. They can optionally be followed by table attributes such as border or width, but even if they aren't, the bars are required. Feel free to update the documentation.


If you don't have the initial double bars, it will get messy. For example, a title="..." attribute or something else from another element may get absorbed into this partial table.

Petko

--
If you upgrade :  http://www.pmwiki.org/Upgrades


On 16/09/2021 01:19, Simon wrote:
Thanks very much
the only place $BlockMarkups appears in any PHP file in this wiki is in
pmwiki.php

It's very odd, because if I add
||width=*
as the first line to my simple table, I see
<table width="*" class="wikisimpletable">
(example <https://ttc.org.nz/pmwiki/pmwiki.php/FixtureCard/2022Hanmer>)

If I remove that line its reverts to
<table width="100%">

nhā mihi

Simon

On Wed, 15 Sept 2021 at 22:24, Petko Yotov <5...@5ko.fr> wrote:

Yes, I can confirm it works as documented, you can set the default
simple table to any class name.

Check for interference by some local customization or recipe, I'd look
for:

   $BlockMarkups['table']

Petko

On 15/09/2021 12:07, Simon wrote:
>
https://www.pmwiki.org/wiki/PmWiki/LayoutVariables#SimpleTableDefaultClassName
>
> Could someone please tell me if this is working when you add
> $SimpleTableDefaultClassName [1] = "wikisimpletable";
> to config.php.
>
> I'm not seeing any change to the markup, just the same '<table
> width="100%">' from simple table markup, viz
> || my simple table ||
>
> thanks
>
> Simon
>


_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to