Title
From UBot Studio
(Difference between revisions)
(Created page with "$Title is a Document Function. The function returns the current page title on an article. Like the url function, you can set the title function to any ...") |
(→Example) |
||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | $Title is a [[ | + | $Title is a [[Browser Functions|Browser Function]]. The function returns the current page title on an article. |
− | + | Similar to the url function, you can set the title function to any command that requires a value. | |
You can add the title to a list, watch the title on your UI or you can simply save the title to a file. | You can add the title to a list, watch the title on your UI or you can simply save the title to a file. | ||
Line 12: | Line 12: | ||
Placing the title function to [[Set|set command]] sets the variable's value to the article title of the article within the browser. | Placing the title function to [[Set|set command]] sets the variable's value to the article title of the article within the browser. | ||
− | [[File: | + | |
+ | [[File:blogtitle1.jpg]] |
Latest revision as of 16:09, 28 December 2016
$Title is a Browser Function. The function returns the current page title on an article.
Similar to the url function, you can set the title function to any command that requires a value. You can add the title to a list, watch the title on your UI or you can simply save the title to a file.
[edit] Example
set(#url, $title, "Global")
Placing the title function to set command sets the variable's value to the article title of the article within the browser.