Skip to content

Commit 98c57cf

Browse files
authored
docs: document the ISOCODE_3166_2 output of the state loop (#29) (#43)
1 parent 5933e59 commit 98c57cf

3 files changed

Lines changed: 30 additions & 27 deletions

File tree

docs/reference/loops/State.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ Plus the [global arguments](./global_arguments)
1919

2020
## Outputs
2121

22-
| Variable | Value |
23-
|:---------------|:-----------------------------------------------|
24-
| $COUNTRY | the country the state belongs |
25-
| $ID | the state id |
26-
| $ISOCODE | the state ISO code |
27-
| $IS_TRANSLATED | check if the state is translated |
28-
| $LOCALE | The locale used for this research |
29-
| $TITLE | the state title |
30-
| $VISIBLE | true if the state is visible. False otherwise |
22+
| Variable | Value |
23+
|:----------------|:----------------------------------------------------------|
24+
| $COUNTRY | the country the state belongs |
25+
| $ID | the state id |
26+
| $ISOCODE | the state ISO code |
27+
| $ISOCODE_3166_2 | the full ISO 3166-2 code of the state, for instance US-CA |
28+
| $IS_TRANSLATED | check if the state is translated |
29+
| $LOCALE | The locale used for this research |
30+
| $TITLE | the state title |
31+
| $VISIBLE | true if the state is visible. False otherwise |
3132

3233
Plus the [global outputs](./global_outputs)
3334

versioned_docs/version-2.x/loops/State.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ Plus the [global arguments](./global_arguments)
1919

2020
## Outputs
2121

22-
| Variable | Value |
23-
|:---------------|:-----------------------------------------------|
24-
| $COUNTRY | the country the state belongs |
25-
| $ID | the state id |
26-
| $ISOCODE | the state ISO code |
27-
| $IS_TRANSLATED | check if the state is translated |
28-
| $LOCALE | The locale used for this research |
29-
| $TITLE | the state title |
30-
| $VISIBLE | true if the state is visible. False otherwise |
22+
| Variable | Value |
23+
|:----------------|:----------------------------------------------------------|
24+
| $COUNTRY | the country the state belongs |
25+
| $ID | the state id |
26+
| $ISOCODE | the state ISO code |
27+
| $ISOCODE_3166_2 | the full ISO 3166-2 code of the state, for instance US-CA |
28+
| $IS_TRANSLATED | check if the state is translated |
29+
| $LOCALE | The locale used for this research |
30+
| $TITLE | the state title |
31+
| $VISIBLE | true if the state is visible. False otherwise |
3132

3233
Plus the [global outputs](./global_outputs)
3334

versioned_docs/version-3.0/reference/loops/State.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ Plus the [global arguments](./global_arguments)
1919

2020
## Outputs
2121

22-
| Variable | Value |
23-
|:---------------|:-----------------------------------------------|
24-
| $COUNTRY | the country the state belongs |
25-
| $ID | the state id |
26-
| $ISOCODE | the state ISO code |
27-
| $IS_TRANSLATED | check if the state is translated |
28-
| $LOCALE | The locale used for this research |
29-
| $TITLE | the state title |
30-
| $VISIBLE | true if the state is visible. False otherwise |
22+
| Variable | Value |
23+
|:----------------|:----------------------------------------------------------|
24+
| $COUNTRY | the country the state belongs |
25+
| $ID | the state id |
26+
| $ISOCODE | the state ISO code |
27+
| $ISOCODE_3166_2 | the full ISO 3166-2 code of the state, for instance US-CA |
28+
| $IS_TRANSLATED | check if the state is translated |
29+
| $LOCALE | The locale used for this research |
30+
| $TITLE | the state title |
31+
| $VISIBLE | true if the state is visible. False otherwise |
3132

3233
Plus the [global outputs](./global_outputs)
3334

0 commit comments

Comments
 (0)