Jump to content
This wiki has been automatically closed because there have been no edits or log actions made within the last 60 days. If you are a user (who is not the bureaucrat) that wishes for this wiki to be reopened, please request that at Requests for reopening wikis. If this wiki is not reopened within 6 months it may be deleted. Note: If you are a bureaucrat on this wiki, you can go to Special:ManageWiki and uncheck the "Closed" box to reopen it.

Dplnum: Difference between revisions

729 bytes removed ,  1 year ago
lsth transclude the modules back in from example subpages
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
(lsth transclude the modules back in from example subpages)
 
Line 2:
 
 
TriesThis module tries to guess a number that is buried in the text, using a set of heuristic rules which may work or not. The idea is to extract the number, so it can be used as a sorting value in the column of a DPL table output.
 
==Syntax==
Line 8:
 
==Examples==
'''Example set'''
* <code><nowiki>{{#dplnum:this is 4711 a text with a number}}</nowiki></code> '''returns:''' {{#dplnum:this is 4711 a text with a number}}
{{#lsth:Examples/Module: dplnum (example 1)|Example}}
* <code><nowiki>{{#dplnum:well above 47 Mio. US$}}</nowiki></code> '''returns:''' {{#dplnum:well above 47 Mio US$}}
{{ViewTest|Examples|Module: dplnum (example 1)}}
* <code><nowiki>{{#dplnum:13 Mrd}}</nowiki></nowiki></code> '''returns:''' {{#dplnum:13 Mrd}}
 
* <code><nowiki>{{#dplnum:it is 47,123 Mio}}</nowiki></code> '''returns:''' {{#dplnum:it is 47,123 Mio}}
'''Result set:'''
* <code><nowiki>{{#dplnum:it is 47.123,56}}</nowiki></code> '''returns:''' {{#dplnum:it is 47.123}}
{{#lsth:Examples/Module: dplnum (example 1)|Result}}
* <code><nowiki>{{#dplnum:it is 47,000}}</nowiki></code> '''returns:''' {{#dplnum:it is 47,000}}
* <code><nowiki>{{#dplnum:it is 4.13}}</nowiki></code> '''returns:''' {{#dplnum:it is 4.13}}
* <code><nowiki>{{#dplnum:it is 4,13}}</nowiki></code> '''returns:''' {{#dplnum:it is 4,13}}
* <code><nowiki>{{#dplnum:it is 0,13}}</nowiki></code> '''returns:''' {{#dplnum:it is 0,13}}
 
[[Category:Other Modules]]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.