Category:TableTemplate: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
No edit summary
 
Line 7: Line 7:
**If several tables occur, use numbers like <nowiki>Template:Table/<page name>/1, Template:Table/<page name>/2</nowiki>
**If several tables occur, use numbers like <nowiki>Template:Table/<page name>/1, Template:Table/<page name>/2</nowiki>
* Include the table with [[Template:Includetable]]
* Include the table with [[Template:Includetable]]
* On the template page, use [[Template:Tabledocu]] (in the {{external|https://www.mediawiki.org/wiki/Transclusion#Partial_transclusion_markup|<nowiki><noinclude></nowiki>-part}}) to make the purpose of the template easy to understand.
* On the template page, use [[Template:TableDocu]] (in the {{external|https://www.mediawiki.org/wiki/Transclusion#Partial_transclusion_markup|<nowiki><noinclude></nowiki>-part}}) to make the purpose of the template easy to understand.


[[category:template]]
[[category:template]]

Latest revision as of 19:05, 13 October 2022

This category lists template pages containing swapped tables.

Why is this necessary?

If complex layout elements are nested into each other, at some point the rendering may fail. In many cases a remedy is to place a table on an extra page and transclude it.

Hints for keeping clarity