meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
assets:attribute_values [2014/07/29 18:06] – Fix spacing so dataentry assets are displayed correctly rataassets:attribute_values [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
  
 +==== Attribute Values ====
 +
 +These are possible useful values for Attributes in phpList. It is similar to the "data" directory that existed in past phpList versions.
 +
 +Attribute Values do not need translating. They can be in any language. For example you can have a list of countries in the world in English and one in Spanish. Those would be two different attributes, because you may want to use both of them in your phpList installation, not one which is translated.
 +
 +To add to this list, edit this page and copy and paste the last entry, which is an example. Then fill out the details. The actual data needs to live in the "datapage_page", which should have the assets: namespace. The data is plain text only and starts with a line describing it. Following will be all the values.
 +
 +For example
 +<code>
 +Countries:Countries in the World
 +Country 1
 +....
 +Country N
 +</code>
 +
 +
 +
 +
 +---- dataentry assets ----
 +description_title : Countries in the World
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : english
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:countries
 +----
 +
 +
 +---- dataentry assets ----
 +description_title : Cities in Belgium
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : Dutch
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:becities
 +----
 +
 +---- dataentry assets ----
 +description_title : Provinces in Belgium
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : Dutch
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:beprovinces
 +----
 +
 +
 +---- dataentry assets ----
 +description_title : States in Brazil
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : Portuguese
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:brstates
 +----
 +
 +---- dataentry assets ----
 +description_title : Provinces in Canada
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : English
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:canprovince
 +----
 +
 +---- dataentry assets ----
 +description_title : Countries in the World
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : Danish
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:verdenslande
 +----
 +
 +---- dataentry assets ----
 +description_title : Gender Spanish
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : Spanish
 +type_tag          : gender
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:sexo
 +----
 +
 +---- dataentry assets ----
 +description_title : Departamentos de Guatemala
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : Spanish
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:gtdepartamentos
 +----
 +
 +
 +---- dataentry assets ----
 +description_title : States in India
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : English
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:indiastates
 +----
 +
 +---- dataentry assets ----
 +description_title : Estados en México
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : English
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:mexicoestados
 +----
 +
 +---- dataentry assets ----
 +description_title : Provinces of the Netherlands
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : Dutch
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:provnl
 +----
 +
 +---- dataentry assets ----
 +description_title : Counties in the UK
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : English
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:ukcounties
 +----
 +
 +---- dataentry assets ----
 +description_title : States in the USA
 +author            : phpList 2.10
 +email_mail        : info@phplist.com
 +language_tag      : English
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:usastates
 +----
 +
 +
 +---- dataentry assets ----
 +description_title : Asset example
 +author            : Joe Bloggs
 +email_mail        : joe@example.com
 +language_tag      : english
 +type_tag          : geography
 +lastupdate        : 2012-12-17
 +compatible        : 2.11.7
 +datapage_page     : assets:example
 +----