Du ser en gammel version af denne side. Se den nuværende version.

Sammenlign med nuværende Vis sidehistorik

« Forrige Version 9 Næste »

Purpose

This will make all following confluence tables a specific width, alternative to the self-width attitude


Details

Macro Name

confluencetable-width

Macro-TitleConfluence Table With
DescriptionSets the width on ALL tables on the page
CategoriesConfluence Content
Documentation URL 

Definition of User Macro

(afkryds)No macro body
(fejl)Escaped
(fejl)Unrendered
(fejl)Rendered

 

Macro Code

## @param TWidth:Title=Table Width|type=string|required=true|desc=Width Of the ConfluenceTable
<style>
.confluenceTable
{
width: $paramTWidth
}
</style>


  • Ingen etiketter