Well, I hope someone can give you a better answer than this, but whenever
I've needed to build a table this way I've ended up using HTML structures
in the template. So
you would invoke like:
<table>
{{{[tag[arme]]||template-equipement}}}
</table>
and your template-equipement would look like:
<tr><td> {{!!nom}} </td><td> {{!!type-equipement}} </td><td> {{!!degats}}
</td><td> {{!!qualites}} </td><td> {{!!cout}} </td><td> {{!!note}}
</td></tr>
Good luck!
-- Mark
On Friday, April 20, 2018 at 12:23:44 PM UTC-7, [email protected] wrote:
>
> Here is the content :
> | {{!!nom}} | {{!!type-equipement}} | {{!!degats}} | {{!!qualites}} |
> {{!!cout}} | {{!!note}} |
>
>
> Le vendredi 20 avril 2018 17:13:29 UTC+2, Mark S. a écrit :
>>
>> It might help to see the contents of template-equipement
>>
>>
>> -- Mark
>>
>> On Friday, April 20, 2018 at 7:58:56 AM UTC-7, [email protected] wrote:
>>>
>>> Hello,
>>>
>>> I want to build a table from transcluded widgets each containing a part
>>> of the table.
>>>
>>> there is the syntax i use : {{{[tag[arme]]||template-equipement}}}
>>>
>>> and there is what i get :
>>>
>>> | arme a une main | arme | 1d8 | | 5 | | | arme batarde | arme lourdes |
>>> 1d10 | batarde, précis | 50 thalers | a deux mains | | Arme courte | arme
>>> courte | 1d6 | court | 1 thaler | | | arme longue | arme longue | 1d8 |
>>> long | 3 thalers | | | armes lourdes | armes lourdes | 1d10 | | 10 thalers
>>> | | | attaque sans arme | attaque sans arme | 1d4 | court | 0 | | | bâton
>>> articulé | arme longue | 1d8 | long, immobilisant | 15 thalers | | | bâton
>>> de combat | arme longue | 1d6 | long, contondant | 1 shilling | | | Bec de
>>> Corbin |
>>>
>>> Could you help me ?
>>>
>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/aaef75e0-942d-4ab4-94a5-f37a11e9c23d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.