Skip to content

Commit

Permalink
Add more variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Despa authored and Valentin Despa committed Jun 21, 2019
1 parent d07a3b1 commit c190491
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions docs/dynamic-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ June 2019x
\begin{landscape}

.. table:: This is my table
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+

+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| Variable name | Description | Examples | Comment |
+===============================+=====================================+=====================================================================+===================================================================================================================================+
| $randomZipCode | ZIP Code | 83932, 40260-4447 | Not really useful as you cannot specify a country. |
Expand Down Expand Up @@ -167,8 +168,39 @@ June 2019x
| $randomCatsImage | Image with cats | http://lorempixel.com/640/480/cats | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomCityImage | Image with a city | http://lorempixel.com/640/480/city | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+:widths: 20 20 20 20

+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomFoodImage | Image with food | http://lorempixel.com/640/480/food | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomNightlifeImage | Image with nightlife | http://lorempixel.com/640/480/nightlife | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomFashionImage | Image with fashion | http://lorempixel.com/640/480/fashion | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomPeopleImage | Image with people | http://lorempixel.com/640/480/people | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomNatureImage | Image with nature | http://lorempixel.com/640/480/nature | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomSportsImage | Image with sport | http://lorempixel.com/640/480/sports | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomTechnicsImage | Image with tech | http://lorempixel.com/640/480/technics | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomTransportImage | Image with transportation | http://lorempixel.com/640/480/transport | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomImageDataUri | Image as data URI | data:image/svg+xml;charset=UTF-8,%3Csvg%20 ... | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomEmail | Email from popular email providers | Mable_Crist@hotmail.com, Ervin47@gmail.com | Better use example emails |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomExampleEmail | Example email | Ayla.Kozey27@example.net, Adrian.Hickle@example.com | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomUserName | Username | Minerva42, Shania_Nitzsche | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomProtocol | HTTP Protocol | http, https | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomUrl | URL | http://daphney.biz, https://ansley.com | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomDomainName | Domain name | adaline.org, murray.name, abdul.biz | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| $randomDomainSuffix | Top Level Domain (TLD) extension | com, net, biz, name, org | |
+-------------------------------+-------------------------------------+---------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+


.. raw:: latex
Expand Down

0 comments on commit c190491

Please sign in to comment.