You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager/docs/defaults/sources/both/universe.md

69 lines
2.9 KiB

# Universe Collections
These are lists provided for reference to show what values will be in use if you do no customization. **These do not
show how to change a name or a list.**
If you want to customize these values, use the methods described above.
??? example "Default `data` (click to expand) <a class="headerlink" href="#data" title="Permanent link"></a>"
<div id="data" />
```{ .dtd .no-copy }
###############################################################################
################################## IMPORTANT ##################################
##################### THIS DATA IS PROVIDED FOR REFERENCE ####################
## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
###############################################################################
data: {%
include-markdown "../../../../defaults/both/universe.yml"
comments=false
preserve-includer-indent=false
start="data:"
end="template:"
%}
```
??? example "Default Template Variable`trakt_url` (click to expand) <a class="headerlink" href="#trakt-url" title="Permanent link"></a>"
<div id="trakt-url" />
```{ .dtd .no-copy }
###############################################################################
################################## IMPORTANT ##################################
##################### THIS DATA IS PROVIDED FOR REFERENCE ####################
## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
###############################################################################
{%
include-markdown "../../../../defaults/both/universe.yml"
comments=false
preserve-includer-indent=true
dedent=true
start="# check1"
end="# check2"
%}
```
??? example "Default Template Variable`mdblist_url` (click to expand) <a class="headerlink" href="#mdblist-url" title="Permanent link"></a>"
<div id="mdblist-url" />
```{ .dtd .no-copy }
###############################################################################
################################## IMPORTANT ##################################
##################### THIS DATA IS PROVIDED FOR REFERENCE ####################
## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
###############################################################################
{%
include-markdown "../../../../defaults/both/universe.yml"
comments=false
preserve-includer-indent=true
dedent=true
start="# check2"
end="# check3"
%}
```