This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
playground:k75 [2019/02/25 01:54] – Karsten75 | playground:k75 [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |< 100% 50% 50% >| | + | [[.:K75:Start| Homepage]] |
- | ^ Creeper World ^ Particle Fleet ^ | + | |
- | | | + | |
- | There is also scripting support | + | ====== yalist-samples ====== |
- | [[xRPL: Common Scripting Language|{{:combined.png?250|RPL Wiki}}]] | + | ===== plugins possibilities ===== |
+ | |||
+ | [[doku> | ||
+ | |||
+ | |||
+ | |||
+ | - Ordered list item 1 | ||
+ | - Ordered list item 2 | ||
+ | -- Ordered list item 3... | ||
+ | .. ... in multiple paragraphs | ||
+ | - Ordered list item 4 | ||
+ | |||
+ | * Unordered list item | ||
+ | ** Unordered list item... | ||
+ | .. ... in multiple paragraphs | ||
+ | |||
+ | - Ordered list, first level | ||
+ | - Second level | ||
+ | - Third level | ||
+ | - Fourth level | ||
+ | -- Back to second level | ||
+ | - //Second?! What happened to third?// | ||
+ | .. //Quiet, you.// | ||
+ | - Back to first level | ||
+ | - Still at first level | ||
+ | |||
+ | ? Definition list | ||
+ | : Definition lists vary only slightly from other types of lists in that list items consist of two parts: a term and a description. The term is given by the DT element and is restricted to inline content. The description is given with a DD element that contains block-level content. [Source: W3C] | ||
+ | ? Definition list w/ multiple paragraphs | ||
+ | :: The style sheet provided with this plugin will render these paragraphs... | ||
+ | .. ... to the left of the term being defined. | ||
+ | ? Definition list w/ multiple " | ||
+ | : Another way to separate blocks of text in a definition... | ||
+ | : ... is to simply have multiple definitions for a term (or group of terms). | ||
+ | |||
+ | : This definition list has DD tags without any preceding DT tags. | ||
+ | : Hey, it's legal XHTML. | ||
+ | ? Just like DT tags without following DD tags. | ||
+ | ?? But DT tags can't contain paragraphs. That would __not__ be legal XHTML. | ||
+ | .. If you try, the result will be rendered oddly. | ||
+ | |||
+ | |||
+ | ===== Task by Geos ===== | ||
+ | |||
+ | |||
+ | Solution with [[doku> | ||
+ | |||
+ | Bullet Point Level 1, first line | ||
+ | ** (1) Bullet Point Level 1, first line | ||
+ | .. (2) Bullet Point Level 1, second line | ||
+ | ** (3) Bullet Point Level 2 | ||
+ | .. <wrap indent> | ||
+ | ** (4) Bullet Point Level 2 | ||
+ | .. (5) Bullet Point Level 1, third line | ||
+ | ** (6) Bullet Point Level 1, first line | ||
+ | |||
+ | < | ||
+ | ** (1) Bullet Point Level 1, first line | ||
+ | .. (2) Bullet Point Level 1, second line | ||
+ | ** (3) Bullet Point Level 2 | ||
+ | .. <wrap indent> | ||
+ | ** (4) Bullet Point Level 2 | ||
+ | .. (5) Bullet Point Level 1, third line | ||
+ | ** (6) Bullet Point Level 1, first line</ | ||
+ | |||
+ | Nesting seems to work fine. | ||
+ | |||
+ | **with standard-means: | ||
+ | Organicing it nesting-looking would not easy work (5 is the issue) by using '' | ||
+ | |||
+ | Bullet Point Level 1, first line | ||
+ | * (1) Bullet Point Level 1, first line \\ (2) Bullet Point Level 1, second line | ||
+ | * (3) Bullet Point Level 2 | ||
+ | * (4) Bullet Point Level 2 \\ (5) Bullet Point Level 1, third line | ||
+ | * (6) Bullet Point Level 1, first line | ||
+ | |||
+ | < | ||
+ | * (1) Bullet Point Level 1, first line \\ (2) Bullet Point Level 1, second line | ||
+ | * (3) Bullet Point Level 2 | ||
+ | * (4) Bullet Point Level 2 \\ (5) Bullet Point Level 1, third line | ||
+ | * (6) Bullet Point Level 1, first line</ | ||
+ | |||
+ | ===== work around ===== | ||
+ | |||
+ | Visual work arounds with '' | ||
+ | |||
+ | * outer 1a | ||
+ | * outer 1b | ||
+ | * inner 2a | ||
+ | * inner 2b\\ <wrap outdent> | ||
+ | * outer 2c | ||
+ | * outer 2c\\ <wrap indent> | ||
+ | |||
+ | < | ||
+ | * outer 1b | ||
+ | * inner 2a | ||
+ | * inner 2b\\ <wrap outdent> | ||
+ | * outer 2c | ||
+ | * outer 2c\\ <wrap indent> | ||
+ | |||
+ | ===== Combination ===== | ||
+ | |||
+ | List in definition list: | ||
+ | |||
+ | | ||
+ | :: A list | ||
+ | ** 1. point | ||
+ | ** 1.1 | ||
+ | .. text to 1. point | ||
+ | ** 2. point | ||
+ | :: Text | ||
+ | ? Next definition | ||
+ | :: say a code < | ||
+ | |||
+ | < | ||
+ | :: A list | ||
+ | ** 1. point | ||
+ | ** 1.1 | ||
+ | .. text to 1. point | ||
+ | ** 2. point | ||
+ | :: Text | ||
+ | ? Next definition</ | ||
+ | |||
+ | ===== Task by James Roger ===== | ||
+ | |||
+ | came up here: [[https:// | ||
+ | |||
+ | ==== Sample 1 ==== | ||
+ | |||
+ | - ordered 1. | ||
+ | - ordered 2. | ||
+ | * in between | ||
+ | * in between | ||
+ | - ordered 3. | ||
+ | |||
+ | < | ||
+ | - ordered 2. | ||
+ | * in between | ||
+ | * in between | ||
+ | - ordered 3.</ | ||
+ | |||
+ | ==== Sample 2 ==== | ||
+ | breaks the flow | ||
+ | |||
+ | - ordered 1. | ||
+ | - ordered 2. | ||
+ | * in between | ||
+ | * in between | ||
+ | - ordered 3. | ||
+ | |||
+ | < | ||
+ | - ordered 2. | ||
+ | * in between | ||
+ | * in between | ||
+ | - ordered 3.</ | ||
+ | |||
+ | ==== Sample 3 ==== | ||
+ | |||
+ | -- ordered 1. | ||
+ | -- ordered 2. | ||
+ | .. in between | ||
+ | .. in between | ||
+ | -- ordered 3. | ||
+ | |||
+ | < | ||
+ | -- ordered 2. | ||
+ | .. in between | ||
+ | .. in between | ||
+ | -- ordered 3.</ |