package WebGUI::i18n::English::Article; our $I18N = { '11' => { message => q|(Select "Yes" only if you aren't adding <br> manually.)|, lastUpdated => 1031514049 }, '71' => { message => q|
Articles are the Swiss Army knife of WebGUI. Most pieces of static content can be added via the Article. Dataforms are Wobjects, so they inherit the properties of both Wobjects and Assets.
NOTE: You can create a multi-paged article by placing the separator macro (^-;) at various places through-out your article. This works unless you are using a Make Page Printable style.
Template
Select a template from the list to layout your Wobject. Each Wobject
may only use templates for their own namespace. For example, Articles
can only use templates from the "Article" namespace. Layouts can only
use templates from the "page" namespace.
Link Title
If you wish to add a link to your article, enter the title of the link in this field.
Example: Google
Link URL
If you added a link title, now add the URL (uniform resource locater) here.
Example: http://www.google.com
Convert carriage returns?
If you're publishing HTML there's generally no need to check this option, but if you aren't using HTML and you want a carriage return every place you hit your "Enter" key, then check this option.
Allow discussion?
Checking this box will enable responses to your article much like Articles on Slashdot.org.
|,
lastUpdated => 1106783948,
},
'7' => {
message => q|Link Title|,
lastUpdated => 1031514049
},
'1' => {
message => q|Article|,
lastUpdated => 1031514049
},
'72' => {
message => q|Article Template|,
lastUpdated => 1038794871
},
'28' => {
message => q|View Responses|,
lastUpdated => 1031514049
},
'61' => {
message => q|Article, Add/Edit|,
lastUpdated => 1066583066
},
'12' => {
message => q|Edit Article|,
lastUpdated => 1031514049
},
'8' => {
message => q|Link URL|,
lastUpdated => 1031514049
},
'73' => {
message => q|The following template variables are available for article templates.
<a href="<tmpl_var new.template>999">Read more...</a>
description
The paginated description.
description.full
The full description without any pagination.
description.first.100words
The first 100 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.75words
The first 75 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.50words
The first 50 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.25words
The first 25 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.10words
The first 10 words in the description. Words are defined as characters separated by whitespace, so HTML entities and tags count as words.
description.first.paragraph
The first paragraph of the description. The first paragraph is determined by the first carriage return found in the text.
description.first.2paragraphs
The first two paragraphs of the description. A paragraph is determined by counting the carriage returns found in the text.
description.first.sentence
The first sentence in the description. A sentence is determined by counting the periods found in the text.
description.first.2sentences
The first two sentences in the description. A sentence is determined by counting the periods found in the text.
description.first.3sentences
The first three sentences in the description. A sentence is determined by counting the periods found in the text.
description.first.4sentences
The first four sentences in the description. A sentence is determined by counting the periods found in the text.
attachment.box
Outputs a standard WebGUI attachment box including icon, filename, and attachment indicator.