summaryrefslogtreecommitdiff
path: root/modules/help_mod_adsense.tpl
blob: 72dc787e45b9955d7e3bc4199f89c1f0b4a28394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<p class="note">
	{tr}Display a Google AdSense block. Note that the <kbd>client</kbd> parameter is required and the Liberty <kbd>adsense data plugin</kbd> must be active for this module to work.{/tr}
	<br />
	<span class="example">{tr}Example:{/tr} <kbd>status=pending&sort_mode=created_asc&topic=News</kbd></span>
</p>

<dl>
	<dt class="param"><kbd>client</kbd></em></dt>
	<dd><em>{tr}String{/tr}</em></dd>
	<dd>{tr}The AdSense client ID.{/tr}</dd>
	
	<dt class="param"><kbd>format</kbd></dt>
	<dd><em>{tr}String{/tr}</em></dd>
	<dd>{tr}Default: 728x90_as{/tr}</dd>
	
	<dt class="param"><kbd>type</kbd></dt>
	<dd><em>{tr}String{/tr}</em></dd>
	<dd>{tr}The type of adblock. Default: text_image.{/tr}</dd>

	<dt class="param"><kbd>channel</kbd></dt>
	<dd><em>{tr}String{/tr}</em></dd>

	<dt class="param"><kbd>width</kbd></dt>
	<dd><em>{tr}Numeric{/tr}</em></dd>

	<dt class="param"><kbd>height</kbd></dt>
	<dd><em>{tr}Numeric{/tr}</em></dd>
</dl>