KIND HTML-asset
From TrainzOnline
		(Difference between revisions)
		
		
m  | 
			|||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | KIND html-asset can be referenced from the scripts and from    | + | {{ORP-top}}  | 
| + | '''KIND html-asset''' can be referenced from the scripts and from    | ||
some of the Surveyor rules (i.e. you select the html-asset    | some of the Surveyor rules (i.e. you select the html-asset    | ||
by name, then type in the name of the *.html fle in the    | by name, then type in the name of the *.html fle in the    | ||
small edit box).  | small edit box).  | ||
| − | A typical example of KIND html-asset in use is the in-game tutorial.  | + | A typical example of KIND html-asset in use is the in-game tutorial, and in better written sessions.  | 
==KIND Hierarchy==  | ==KIND Hierarchy==  | ||
| Line 23: | Line 24: | ||
  kind "html-asset"  |   kind "html-asset"  | ||
  username "My HTML Page"  |   username "My HTML Page"  | ||
| − |   kuid <KUID2:####:#####:0>  | + |   kuid <KUID2:####:#####:0>{{FAB-todo|You can help fill this in with extracted examples-you've modified enough!}}  | 
| + | |||
| + | ==Tutorial==  | ||
| + | |||
| + | * [[How to Create a HTML Asset]]  | ||
==Downloads==  | ==Downloads==  | ||
| Line 30: | Line 35: | ||
==Categories==  | ==Categories==  | ||
| − | [[Category:Asset KIND]]  | + | [[Category:Asset KIND|HTML-asset]]  | 
[[Category:TBD]]  | [[Category:TBD]]  | ||
| + | {{ORP-bot|HTML-asset}}  | ||
Latest revision as of 17:13, 2 July 2018
KIND html-asset can be referenced from the scripts and from some of the Surveyor rules (i.e. you select the html-asset by name, then type in the name of the *.html fle in the small edit box).
A typical example of KIND html-asset in use is the in-game tutorial, and in better written sessions.
Contents | 
[edit] KIND Hierarchy
[edit] Parent Classes
[edit] Child Classes
- none.
 
[edit] Supported Tags
Each HTML asset supports the following tags. Each tag is shown here with its default value.
- none.
 
[edit] Example Config.txt
Sample config.txt file for a html-asset, with the Standard Tags excluded for brevity:
kind "html-asset" username "My HTML Page" kuid <KUID2:####:#####:0>∅
[edit] Tutorial
[edit] Downloads
See HTML Tutorials for examples (TBD: link?)