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

confluence-tablewidth

confluencetable-width

Macro Body Processing

Unrendered

 

Macro-TitleConfluence Tablewidth
DescriptionSets the width on ALL tables on the page
CategoriesConfluence Content
Documentation URLhttp://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>

...