-
Notifications
You must be signed in to change notification settings - Fork 0
HTML
James edited this page Feb 1, 2016
·
16 revisions
##Custom Meta Tags
These tags are used to invoke certain UI elements or behaviour. As standard, they go within the <head></head> of a page's HTML.
If you're new to HTML, you can find more information here
##Top screen text / images
####uppertitle Large and centred with underline
Example:
<meta name="uppertitle" content="Example Text">####uppersubtop Small, centred towards the top of the screen in a box
Example:
<meta name="uppersubtop" content="Example Text">####uppersubleft Medium size, left aligned underneath the title
Example:
<meta name="uppersubleft" content="Example Text">####uppersubright Medium size, right aligned underneath the title
Example:
<meta name="uppersubright" content="Example Text">####uppersubbottom Small size, centred towards the bottom of the screen
Example:
<meta name="uppersubbottom" content="Example Text">####upperlink Flipnote.ppm or background image .nbf; any top screen text will be hidden if used
Example:
<meta name="upperlink" content="url/path/to/background.nbf">- playcontrolbutton -- display Flipnote player UI (pause/play, speed, loop, etc)
Example:
<meta name="playcontrolbutton" content>- savebutton -- display a 'save' button that will prompt a .ppm download when tapped
Example:
<meta name="savebutton" content="url/path/to/flipnote.nbf">