апример, подгрузка разных вариантов отображения в start_page.tpl
* {if $userDevice→isTablet()}
* {include file='start_page_tablet.tpl'}
* {elseif $userDevice→isMobile()}
* {include file='start_page_mobile.tpl'}
* {else}
* {include file='start_page_pc.tpl'}
* {/if}
* Этого достаточно для
your first pages =====
Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]].
Go on, follow that link and create the page.