Versioner sammenlignet

Nøgle

  • Linjen blev tilføjet.
  • Denne linje blev fjernet.
  • Formatering blev ændret.

Purpose

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


Details

Macro Name

confluencetableconfluence-widthtablewidth

Macro-TitleConfluence Table WithTablewidth
DescriptionSets the width on ALL tables on the page
CategoriesConfluence Content
Documentation URL http://www.mos-eisley.dk/x/KgAuAQ

Definition of User Macro

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

 

Macro Code

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

...