Template:BlogAuthor: Difference between revisions
Jump to navigation
Jump to search
try stacked layout |
experiment with horizontal group for roles |
||
| Line 8: | Line 8: | ||
<label>Contact</label> | <label>Contact</label> | ||
</data> | </data> | ||
<data source=" | <group layout="horizontal"> | ||
<label> | <data source="role1"> | ||
</ | <label>{{{role1}}}</label> | ||
<format>{{{org1}}}</label> | |||
</data> | |||
<data source="role2"> | |||
<label>{{{role2}}}</label> | |||
<format>{{{org2}}}</label> | |||
</data> | |||
</group> | |||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
Revision as of 14:25, 28 May 2025
There is a problem with parsing the infobox
-
0
-
1<header>About the Author</header>
-
2<image source="picture"/>
-
3<data source="name">
-
4<label>Author</label>
-
5</data>
-
6<data source="contact">
-
7<label>Contact</label>
-
8</data>
-
9<group layout="horizontal">
-
10<data source="role1">
-
11<label>{{{role1}}}</label>
-
12<format>{{{org1}}}</label>
-
13</data>
-
14<data source="role2">
-
15<label>{{{role2}}}</label>
-
16<format>{{{org2}}}</label>
-
17</data>
-
18</group>
-
19
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | String | optional |
| roles | roles | no description | Content | optional |
| picture | picture | no description
| Content | optional |
| contact | contact | no description | Unknown | optional |