File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,12 @@ You can customize the appearance of all your cards however you wish with URL par
128
128
<td><p align="center"><code>enum</code></p></td>
129
129
<td><p align="center"><code>default</code></p></td>
130
130
</tr >
131
+ <tr >
132
+ <td><p align="left"><code>title</code></p></td>
133
+ <td><p align="left">Custom title text for the card. Before use, encode the text to URL format using a tool like <a href="https://www.urlencoder.org/" target="_blank">URL Encoder</a>.</p></td>
134
+ <td><p align="center"><code>string</code></p></td>
135
+ <td><p align="center"><code>null</code></p></td>
136
+ </tr >
131
137
<tr >
132
138
<td><p align="left"><code>locale</code></p></td>
133
139
<td><p align="left">Sets the language in the card, you can check full list of available locales <a href="/docs/translations.md">here</a>.</p></td>
@@ -182,6 +188,12 @@ You can customize the appearance of all your cards however you wish with URL par
182
188
<td><p align="center"><code>boolean</code></td>
183
189
<td><p align="center"><code>false</code></p></td>
184
190
</tr >
191
+ <tr >
192
+ <td><p align="left"><code>revert</code></p></td>
193
+ <td><p align="left">Inverts the display order, positioning stats to the left and the image to the right.</p></td>
194
+ <td><p align="center"><code>boolean</code></p></td>
195
+ <td><p align="center"><code>false</code></p></td>
196
+ </tr >
185
197
<tr >
186
198
<td><p align="left"><code>photo_quality</code></p></td>
187
199
<td><p align="left">Quality of the profile image, represented as a percentage (1-100).</p></td>
You can’t perform that action at this time.
0 commit comments