-
Notifications
You must be signed in to change notification settings - Fork 0
HTML
#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
These all follow the same pattern:
<meta name="uppertitle" content="Example Text">
####uppertitle Large and centred with underline
####uppersubtop Small, centred towards the top of the screen in a box
####uppersubleft Medium size, left aligned underneath the title
####uppersubright Medium size, right aligned underneath the title
####uppersubbottom Small size, centred towards the bottom of the screen
##Top screen images
####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">
##Star Button
####Yellow Stars
<meta name="starbutton" content="/url/path/to/page.star">
####Green stars (Where 12 is the number of that color star a user has)
<meta name="starbutton1" content="/url/path/to/page.star/green,12">
####Red stars (Where 12 is the number of that color star a user has)
<meta name="starbutton2" content="/url/path/to/page.star/red,12">
####Blue stars (Where 12 is the number of that color star a user has)
<meta name="starbutton3" content="/url/path/to/page.star/blue,12">
####Purple stars (Where 12 is the number of that color star a user has)
<meta name="starbutton4" content="/url/path/to/page.star/purple,12">
##UI behaviour
####autoscroll Makes the page scroll down automatically. Can be stopped with user interaction
<meta name="autoscroll" content="">
####bgm Will make the 'Staff Credit Roll' music play on loop. Music cannot be specified.
<meta name="bgm" content="1">