Wiki-Quellcode von Confluence bridge for Layout
Zuletzt geändert von xwikiadmin am 2024/06/24 14:35
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{toc/}} | ||
2 | |||
3 | = Description = | ||
4 | |||
5 | This is a bridge for the Confluence Layout macro. It is usually used with [[Layout Section>>Confluence.Macros.ConfluenceLayoutSection]] and [[Layout Cell>>Confluence.Macros.ConfluenceLayoutCell]] macros. | ||
6 | |||
7 | = Usage example = | ||
8 | |||
9 | {{excerpt}} | ||
10 | == Two equal columns == | ||
11 | |||
12 | {{code}} | ||
13 | {{confluence_layout}} | ||
14 | {{confluence_layout-section ac:type="two_equal"}} | ||
15 | {{confluence_layout-cell}} | ||
16 | Lorem Ipsum is simply dummy text of the printing and typesetting industry. | ||
17 | {{/confluence_layout-cell}} | ||
18 | |||
19 | {{confluence_layout-cell}} | ||
20 | There are many variations of passages of Lorem Ipsum available. | ||
21 | {{/confluence_layout-cell}} | ||
22 | {{/confluence_layout-section}} | ||
23 | {{/confluence_layout}} | ||
24 | {{/code}} | ||
25 | |||
26 | {{confluence_layout}} | ||
27 | {{confluence_layout-section ac:type="two_equal"}} | ||
28 | {{confluence_layout-cell}} | ||
29 | Lorem Ipsum is simply dummy text of the printing and typesetting industry. | ||
30 | {{/confluence_layout-cell}} | ||
31 | |||
32 | {{confluence_layout-cell}} | ||
33 | There are many variations of passages of Lorem Ipsum available. | ||
34 | {{/confluence_layout-cell}} | ||
35 | {{/confluence_layout-section}} | ||
36 | {{/confluence_layout}} | ||
37 | |||
38 | == Three equal columns == | ||
39 | |||
40 | {{code}} | ||
41 | {{confluence_layout}} | ||
42 | {{confluence_layout-section ac:type="three_equal"}} | ||
43 | {{confluence_layout-cell}} | ||
44 | Nemo enim ipsam voluptatem quia voluptas sit aspernatur. | ||
45 | {{/confluence_layout-cell}} | ||
46 | |||
47 | {{confluence_layout-cell}} | ||
48 | Nor again is there anyone who loves or pursues or desires to obtain pain of itself. | ||
49 | {{/confluence_layout-cell}} | ||
50 | |||
51 | {{confluence_layout-cell}} | ||
52 | To take a trivial example, which of us ever undertakes laborious physical exercise. | ||
53 | {{/confluence_layout-cell}} | ||
54 | {{/confluence_layout-section}} | ||
55 | {{/confluence_layout}} | ||
56 | {{/code}} | ||
57 | |||
58 | {{confluence_layout}} | ||
59 | {{confluence_layout-section ac:type="three_equal"}} | ||
60 | {{confluence_layout-cell}} | ||
61 | Nemo enim ipsam voluptatem quia voluptas sit aspernatur. | ||
62 | {{/confluence_layout-cell}} | ||
63 | |||
64 | {{confluence_layout-cell}} | ||
65 | Nor again is there anyone who loves or pursues or desires to obtain pain of itself. | ||
66 | {{/confluence_layout-cell}} | ||
67 | |||
68 | {{confluence_layout-cell}} | ||
69 | To take a trivial example, which of us ever undertakes laborious physical exercise. | ||
70 | {{/confluence_layout-cell}} | ||
71 | {{/confluence_layout-section}} | ||
72 | {{/confluence_layout}} | ||
73 | |||
74 | == Two columns, one behaving as sidebar on the right= | ||
75 | |||
76 | {{code}} | ||
77 | {{confluence_layout}} | ||
78 | {{confluence_layout-section ac:type="two_right_sidebar"}} | ||
79 | {{confluence_layout-cell}} | ||
80 | At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos. | ||
81 | {{/confluence_layout-cell}} | ||
82 | |||
83 | {{confluence_layout-cell}} | ||
84 | Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus. | ||
85 | {{/confluence_layout-cell}} | ||
86 | {{/confluence_layout-section}} | ||
87 | {{/confluence_layout}} | ||
88 | {{/code}} | ||
89 | |||
90 | {{confluence_layout}} | ||
91 | {{confluence_layout-section ac:type="two_right_sidebar"}} | ||
92 | {{confluence_layout-cell}} | ||
93 | At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos. | ||
94 | {{/confluence_layout-cell}} | ||
95 | |||
96 | {{confluence_layout-cell}} | ||
97 | Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus. | ||
98 | {{/confluence_layout-cell}} | ||
99 | {{/confluence_layout-section}} | ||
100 | {{/confluence_layout}} | ||
101 | |||
102 | == Two columns, one behaving as sidebar on the left == | ||
103 | |||
104 | {{code}} | ||
105 | {{confluence_layout}} | ||
106 | {{confluence_layout-section ac:type="two_left_sidebar"}} | ||
107 | {{confluence_layout-cell}} | ||
108 | At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos. | ||
109 | {{/confluence_layout-cell}} | ||
110 | |||
111 | {{confluence_layout-cell}} | ||
112 | Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus. | ||
113 | {{/confluence_layout-cell}} | ||
114 | {{/confluence_layout-section}} | ||
115 | {{/confluence_layout}} | ||
116 | {{/code}} | ||
117 | |||
118 | {{confluence_layout}} | ||
119 | {{confluence_layout-section ac:type="two_left_sidebar"}} | ||
120 | {{confluence_layout-cell}} | ||
121 | At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos. | ||
122 | {{/confluence_layout-cell}} | ||
123 | |||
124 | {{confluence_layout-cell}} | ||
125 | Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus. | ||
126 | {{/confluence_layout-cell}} | ||
127 | {{/confluence_layout-section}} | ||
128 | {{/confluence_layout}} | ||
129 | |||
130 | == Three columns, sidebar-content-sidebar == | ||
131 | |||
132 | {{code}} | ||
133 | {{confluence_layout}} | ||
134 | {{confluence_layout-section ac:type="three_with_sidebars"}} | ||
135 | {{confluence_layout-cell}} | ||
136 | On the other hand, we denounce with righteous indignation | ||
137 | {{/confluence_layout-cell}} | ||
138 | |||
139 | {{confluence_layout-cell}} | ||
140 | But in certain circumstances and owing to the claims of duty. | ||
141 | {{/confluence_layout-cell}} | ||
142 | |||
143 | {{confluence_layout-cell}} | ||
144 | On the other hand, we denounce with righteous indignation. | ||
145 | {{/confluence_layout-cell}} | ||
146 | {{/confluence_layout-section}} | ||
147 | {{/confluence_layout}} | ||
148 | {{/code}} | ||
149 | |||
150 | {{confluence_layout}} | ||
151 | {{confluence_layout-section ac:type="three_with_sidebars"}} | ||
152 | {{confluence_layout-cell}} | ||
153 | On the other hand, we denounce with righteous indignation | ||
154 | {{/confluence_layout-cell}} | ||
155 | |||
156 | {{confluence_layout-cell}} | ||
157 | But in certain circumstances and owing to the claims of duty. | ||
158 | {{/confluence_layout-cell}} | ||
159 | |||
160 | {{confluence_layout-cell}} | ||
161 | On the other hand, we denounce with righteous indignation. | ||
162 | {{/confluence_layout-cell}} | ||
163 | {{/confluence_layout-section}} | ||
164 | {{/confluence_layout}} | ||
165 | {{/excerpt}} |