We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to generate table using the datatemplatelist, however there is problem that the header of the table is detached from the content.
datatemplatelist
template:
| {{@@!imgname@@?nolink|@@name@@}} |@@name@@|@@dmg@@|@@durability@@|@@req-str@@/@@req-dex@@/@@req-int@@|@@twohand@@|@@weight@@|@@resources@@|@@skillmake@@|
page:
^obrázek^jméno^poškození^výdrž^síla/obr/int^obouruč^váha^zdroje^dovednost^ ---- datatemplatelist ---- template : datatmp_craftlist cols : imgname_img, name, dmg, durability, req-str, req-dex, req-int, twohand, weight, resources, skillmake headers : obrázek, jméno, poškození, výdrž, síla/obr/int, obouruč, váha, zdroje, dovednost sort : dmg filter : %pageid%~nolda-test:* ----
Result:
Is there a way how to use it so the table header is properly attched?
The text was updated successfully, but these errors were encountered:
Include the table header in your template.
Sorry, something went wrong.
If I do it then I have the table header on every odd row, but I need it only at the top.
^obrázek^jméno^poškození^výdrž^síla/obr/int^obouruč^váha^zdroje^dovednost^ | {{@@!imgname@@?nolink|@@name@@}} |@@name@@|@@dmg@@|@@durability@@|@@req-str@@/@@req-dex@@/@@req-int@@|@@twohand@@|@@weight@@|@@resources@@|@@skillmake@@|
No branches or pull requests
I'm trying to generate table using the
datatemplatelist
, however there is problem that the header of the table is detached from the content.template:
page:
Result:
Is there a way how to use it so the table header is properly attched?
The text was updated successfully, but these errors were encountered: