[tw5] Re: transclusion and tables

2018-04-21 Thread argasm
It works fine, thanks a lot !!

Le vendredi 20 avril 2018 21:43:05 UTC+2, Mark S. a écrit :
>
> 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:
>
> 
> {{{[tag[arme]]||template-equipement}}}
> 
>
> and your template-equipement would look like:
>
>  {{!!nom}}  {{!!type-equipement}}  {{!!degats}} 
>  {{!!qualites}}  {{!!cout}}  {{!!note}} 
> 
>
> Good luck!
> -- Mark
>
>
>
> On Friday, April 20, 2018 at 12:23:44 PM UTC-7, arg...@gmail.com 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, arg...@gmail.com 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/804d56dd-0df3-45a0-8e75-1c9b362ac795%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: transclusion and tables

2018-04-20 Thread 'Mark S.' via TiddlyWiki
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:


{{{[tag[arme]]||template-equipement}}}


and your template-equipement would look like:

 {{!!nom}}  {{!!type-equipement}}  {{!!degats}} 
 {{!!qualites}}  {{!!cout}}  {{!!note}} 


Good luck!
-- Mark



On Friday, April 20, 2018 at 12:23:44 PM UTC-7, arg...@gmail.com 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, arg...@gmail.com 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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.


[tw5] Re: transclusion and tables

2018-04-20 Thread argasm
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, arg...@gmail.com 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/10e97244-705f-4daf-9316-35423f9157f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: transclusion and tables

2018-04-20 Thread 'Mark S.' via TiddlyWiki
It might help to see the contents of template-equipement


-- Mark

On Friday, April 20, 2018 at 7:58:56 AM UTC-7, arg...@gmail.com 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/761ed781-8ba1-4a62-acba-2de48c0c4a23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.