Difference between revisions of "Vogon"
From GiderosMobile
| m (Text replacement - "<source" to "<syntaxhighlight") | |||
| (8 intermediate revisions by one other user not shown) | |||
| Line 3: | Line 3: | ||
| <!-- GIDEROSOBJ:Vogon --> | <!-- GIDEROSOBJ:Vogon --> | ||
| '''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform pc.png]][[File:Platform mac.png]][[File:Platform winrt.png]][[File:Platform win32.png]][[File:Platform html5.png]]<br/> | '''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform pc.png]][[File:Platform mac.png]][[File:Platform winrt.png]][[File:Platform win32.png]][[File:Platform html5.png]]<br/> | ||
| − | |||
| '''<translate>Available since</translate>:''' 2042.11<br/> | '''<translate>Available since</translate>:''' 2042.11<br/> | ||
| '''<translate>Inherits from</translate>:''' [[Special:MyLanguage/Cryptography|Cryptography]]<br/> | '''<translate>Inherits from</translate>:''' [[Special:MyLanguage/Cryptography|Cryptography]]<br/> | ||
| − | |||
| === <translate>Description</translate> === | === <translate>Description</translate> === | ||
| − | <translate> | + | <translate>Main Vogon class. | 
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| </translate><br/> | </translate><br/> | ||
| === <translate>Example</translate> === | === <translate>Example</translate> === | ||
| '''Standard use of a Vogon.'''<br/> | '''Standard use of a Vogon.'''<br/> | ||
| − | < | + | <syntaxhighlight lang="lua">require "Vogon" | 
| local vogon = Vogon.new() | local vogon = Vogon.new() | ||
| local poetry = vogon:writePoetry(topic) | local poetry = vogon:writePoetry(topic) | ||
| Line 31: | Line 24: | ||
| [[Special:MyLanguage/Vogon.new|Vogon.new]]  ''<translate>Create a new Vogon</translate>''<br/><!-- GIDEROSMTD:Vogon.new() Create a new Vogon --> | [[Special:MyLanguage/Vogon.new|Vogon.new]]  ''<translate>Create a new Vogon</translate>''<br/><!-- GIDEROSMTD:Vogon.new() Create a new Vogon --> | ||
| [[Special:MyLanguage/Vogon:writePoetry|Vogon:writePoetry]]  ''<translate>Creates abnormally long poem.</translate>''<br/><!-- GIDEROSMTD:Vogon:writePoetry(topic) Creates abnormally long poem. --> | [[Special:MyLanguage/Vogon:writePoetry|Vogon:writePoetry]]  ''<translate>Creates abnormally long poem.</translate>''<br/><!-- GIDEROSMTD:Vogon:writePoetry(topic) Creates abnormally long poem. --> | ||
| − | [[Special:MyLanguage/Vogon:recitePoetry|Vogon:recitePoetry]]  ''<translate>Recites the third worst poetry in the known universe.</translate>''<br/><!-- GIDEROSMTD:Vogon:recitePoetry( | + | [[Special:MyLanguage/Vogon:recitePoetry|Vogon:recitePoetry]]  ''<translate>Recites the third worst poetry in the known universe.</translate>''<br/><!-- GIDEROSMTD:Vogon:recitePoetry() Recites the third worst poetry in the known universe. --> | 
| | style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
| === <translate>Events</translate> === | === <translate>Events</translate> === | ||
| − | [[Special:MyLanguage/Vogon. | + | [[Special:MyLanguage/Vogon.DESTRUCTION_IMMINENT|Vogon.DESTRUCTION_IMMINENT]]<br/> | 
| − | [[Special:MyLanguage/Vogon. | + | [[Special:MyLanguage/Vogon.DESTRUCTION_COMPLETE|Vogon.DESTRUCTION_COMPLETE]]<br/> | 
| === <translate>Constants</translate> === | === <translate>Constants</translate> === | ||
| [[Special:MyLanguage/Vogon.STATUS_SIGN_POSTED|Vogon.STATUS_SIGN_POSTED]]<br/> | [[Special:MyLanguage/Vogon.STATUS_SIGN_POSTED|Vogon.STATUS_SIGN_POSTED]]<br/> | ||
| [[Special:MyLanguage/Vogon.STATUS_DESTRUCTION_APPROVED|Vogon.STATUS_DESTRUCTION_APPROVED]]<br/> | [[Special:MyLanguage/Vogon.STATUS_DESTRUCTION_APPROVED|Vogon.STATUS_DESTRUCTION_APPROVED]]<br/> | ||
| |} | |} | ||
Latest revision as of 14:32, 13 July 2023
Supported platforms: 






Available since: 2042.11
Inherits from: Cryptography
Description
Main Vogon class.
Example
Standard use of a Vogon.
<syntaxhighlight lang="lua">require "Vogon"
local vogon = Vogon.new()
local poetry = vogon:writePoetry(topic)
local number_of_deaths = vogon:recitePoetry()
</source>
| MethodsVogon.new  Create a new Vogon | EventsVogon.DESTRUCTION_IMMINENT Constants | 
