Skip to content

Commit eff05a5

Browse files
committed
Merge branch 'master' into self-hosted
2 parents 4965faa + 71e0df6 commit eff05a5

File tree

154 files changed

+213
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+213
-213
lines changed

tags/article.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ This is equivalent to putting the contained statements into a form named `my_for
3535

3636
The tag is context-sensitive, which means it will grab articles from the currently viewed section/category/author, etc.
3737

38-
When used on the front page, article's context will include articles from all sections set to display via 'Section appears on front page?' settings (see the [Sections panel](/administration/sections-panel) for more information).
38+
When used on the front page, article's context will include articles from all sections set to display via 'Section appears on front page?' settings (see the Sections panel for more information).
3939

4040
Note: `<txp:article />` is **not** the same as `<txp:article_custom />` - you can [check out the differences of that tag](/tags/article_custom) if you're unsure of the differences!
4141
{: .alert-block .information}
4242

4343
## Attributes
4444

45-
Tag will accept content/behaviour and presentation attributes (**case-sensitive**):
45+
Tag will accept content/behaviour and presentation attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
4646

4747
`allowoverride="boolean"`
4848
: Whether to use override forms for the generated article list.
@@ -67,7 +67,7 @@ Tag will accept content/behaviour and presentation attributes (**case-sensitive*
6767
: **Default:** `default`.
6868

6969
`frontpage="boolean"`
70-
: Include only those articles with 'Section appears on front page?' set on the [Sections panel](/administration/sections-panel). If set to `0`, all articles are displayed.
70+
: Include only those articles with 'Section appears on front page?' set on the Sections panel. If set to `0`, all articles are displayed.
7171
: **Values:** `0` (no) or `1` (yes).
7272
: **Default:** `1`.
7373

@@ -96,7 +96,7 @@ Tag will accept content/behaviour and presentation attributes (**case-sensitive*
9696
: **Default:** `0`.
9797

9898
`searchall="boolean"`
99-
: When outputting search results, include only those articles with 'Include in site search' set on the [Sections panel](/administration/sections-panel). If set to `0`, only articles in the current section are displayed. See @@Fixing search results@@ for more.
99+
: When outputting search results, include only those articles with 'Include in site search' set on the Sections panel. If set to `0`, only articles in the current section are displayed. See @@Fixing search results@@ for more.
100100
: **Values:** `0` (no) or `1` (yes).
101101
: **Default:** `1`.
102102

@@ -181,7 +181,7 @@ Here is the **article** tag responsible for the main content of the home page on
181181
<txp:article limit="5" />
182182
~~~
183183

184-
Calls the `default` article form, which may contain any variation of article output you want to create. The `default` form cannot be deleted; it is the form you see on first viewing the [Forms panel](/administration/forms-panel).
184+
Calls the `default` article form, which may contain any variation of article output you want to create. The `default` form cannot be deleted; it is the form you see on first viewing the Forms panel.
185185

186186
Uses the `limit` attribute to specify the maximum number of articles displayed in article list context (if not specified, this defaults to `10`).
187187

tags/article_custom.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ However, you can have the added features and functionality of `<txp:article_cust
5151

5252
## Attributes
5353

54-
Tag will accept the following attributes (**case-sensitive**):
54+
Tag will accept the following attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
5555

5656
`allowoverride="boolean"`
5757
: Whether to use override forms for the generated article list.
@@ -73,7 +73,7 @@ Tag will accept the following attributes (**case-sensitive**):
7373
: **Default:** unset.
7474

7575
`category="category name"`
76-
: Restrict to articles from specified category/categories. Note: the category names may be different to the title you typed when you created the category, as the names are sanitized for URL use. Check the [Categories panel](/administration/categories-panel) to ensure you are using the correct names.
76+
: Restrict to articles from specified category/categories. Note: the category names may be different to the title you typed when you created the category, as the names are sanitized for URL use. Check the Categories panel to ensure you are using the correct names.
7777
: **Values:** (comma separated list of) category name(s).
7878
: **Default:** unset, retrieves from all categories.
7979

@@ -101,7 +101,7 @@ Tag will accept the following attributes (**case-sensitive**):
101101
: **Default:** `default`.
102102

103103
`frontpage="boolean"`
104-
: Include only those articles with 'Section appears on front page?' set on the [Sections panel](/administration/sections-panel). If set to `1`, only such articles are displayed, otherwise they are all displayed.
104+
: Include only those articles with 'Section appears on front page?' set on the Sections panel. If set to `1`, only such articles are displayed, otherwise they are all displayed.
105105
: **Values:** `0` (no) or `1` (yes).
106106
: **Default:** `0`.
107107

tags/article_id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The `article_id` tag is a *single* tag which returns the numeric ID of the artic
2525

2626
## Attributes
2727

28-
This tag has no attributes.
28+
This tag has no attributes of its own. It accepts only the {% include atts-global-link.html %}.
2929

3030
## Examples
3131

tags/article_image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ tags:
2424

2525
The **article_image** tag is a *single* tag. Textpattern will replace this tag with the `<img src="…">` HTML tag matching the numeric ID or URL assigned when the article is posted.
2626

27-
The image to be associated with the tag is set in the [Write panel](/administration/write-panel). In the 'Article image' field enter either the URL of the image, or the Textpattern ID (a number set by Textpattern at upload) - most of the time you will use the image ID here. Note that although the 'Article image' field can accept a comma separated list of image IDs, you can only assign a single image to each article using this tag (the [images](/tags/images) tag allows greater flexibility for multiple article images).
27+
The image to be associated with the tag is set in the Write panel. In the 'Article image' field enter either the URL of the image, or the Textpattern ID (a number set by Textpattern at upload) - most of the time you will use the image ID here. Note that although the 'Article image' field can accept a comma separated list of image IDs, you can only assign a single image to each article using this tag (the [images](/tags/images) tag allows greater flexibility for multiple article images).
2828

2929
## Attributes
3030

31-
Tag will accept the following attributes (**case-sensitive**):
31+
Tag will accept the following attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
3232

3333
`escape="html"` <span class="footnote warning">v4.0.4+</span>
3434
: Escape [HTML entities](https://developer.mozilla.org/en-US/docs/Glossary/Entity) such as `<`, `>` and `&` for the image's `alt` and `title` attributes.

tags/article_url_title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The **article_url_title** tag is a *single* tag which returns the dumbed-down 'U
2525

2626
## Attributes
2727

28-
This tag has no attributes.
28+
This tag has no attributes of its own. It accepts only the {% include atts-global-link.html %}.
2929

3030
## Examples
3131

tags/author.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The **author** tag is a *single* tag that is used to return the name of the auth
2525

2626
## Attributes
2727

28-
Tag will accept the following attributes (**case-sensitive**):
28+
Tag will accept the following attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
2929

3030
`escape="html"` <span class="footnote warning">v4.6.0+</span>
3131
: Escape [HTML entities](https://developer.mozilla.org/en-US/docs/Glossary/Entity) such as `<`, `>` and `&`.

tags/author_email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The **author_email** tag is a *single* tag that is used to return the email addr
2525

2626
## Attributes
2727

28-
Tag will accept the following attributes (**case-sensitive**):
28+
Tag will accept the following attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
2929

3030
`escape="html"`
3131
: Escape [HTML entities](https://developer.mozilla.org/en-US/docs/Glossary/Entity) such as `<`, `>` and `&`.

tags/authors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tags:
2222
<txp:authors>
2323
~~~
2424

25-
The **authors** tag is a *single* or *container* tag that Textpattern will use to gather a list of authors designated within the Textpattern [Users panel](/administration/users-panel).
25+
The **authors** tag is a *single* or *container* tag that Textpattern will use to gather a list of authors designated within the Textpattern Users panel.
2626

2727
If used as a *container* tag, it must be specified as an opening and closing pair of tags, like this:
2828

@@ -34,7 +34,7 @@ If used as a *container* tag, it must be specified as an opening and closing pai
3434

3535
## Attributes
3636

37-
Tag will accept the following attributes (**case-sensitive**):
37+
Tag will accept the following attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
3838

3939
`form="form name"`
4040
: Use specified form template to process each author.

tags/body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The **body** tag is a *single* tag which is used to return the text, or content,
2525

2626
## Attributes
2727

28-
This tag has no attributes.
28+
This tag has no attributes of its own. It accepts only the {% include atts-global-link.html %}.
2929

3030
## Examples
3131

tags/breadcrumb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The main part of the breadcrumb (as obtained with `label="" section=""` attribut
2727

2828
## Attributes
2929

30-
Tag will accept the following attributes (**case-sensitive**):
30+
Tag will accept the following attributes (**case-sensitive**) as well as the {% include atts-global-link.html %}:
3131

3232
`category="category name"` <span class="footnote warning">v4.7.0+</span>
3333
: Category to be used as the breadcrumb base.

0 commit comments

Comments
 (0)