Content deleted Content added
Line 40:
 
== Testing MobileDetect parser tags ==
InThis thispage veryis momentbeing youviewed seem to be usingfrom a <mobileonly inline>'''mobile'''</mobileonly><nomobile inline>'''desktop'''</nomobile> device.
 
Here is an inline string that should only show on mobile devices, using the <code>&lt;mobileonly&gt;</code> parser tag: <mobileonly inline="true">'''I am a MOBILE device!'''</mobileonly>
 
Here is an inline string that should only show on desktop devices, using the <code>&lt;nomobile&gt;</code> parser tag: <nomobile inline=true>'''I am a DESKTOP device!'''</nomobile>
 
Here is an html block-level element that should only show on mobile, using the <code>&lt;mobileonly&gt;</code> parser tag: