Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
start [2025/04/21 07:40] – [Júne's Wikistation] Júne Park | start [2025/08/07 06:03] (current) – [Júne's Wikistation] Júne Park | ||
---|---|---|---|
Line 2: | Line 2: | ||
<php> | <php> | ||
- | $min = 1; // Minimum image number | + | $min = 10; |
- | $max = 10; // Maximum image number | + | $max = 38; |
+ | $rand = rand($min, $max); | ||
- | $randomNumber | + | // Build wiki image syntax |
+ | $syntax | ||
- | // Output the image HTML | + | // Use p_render to parse DokuWiki syntax into HTML |
- | echo " | + | global $ID; |
+ | $instructions = p_get_instructions($syntax); | ||
+ | $rendered = p_render(' | ||
+ | |||
+ | // Output the rendered | ||
+ | echo $rendered; | ||
</ | </ | ||
- | <text type=" | + | <text type=" |
+ | $ip = $_SERVER[' | ||
---- | ---- | ||
Line 41: | Line 49: | ||
</ | </ | ||
+ | |||
</ | </ | ||
+ | |||
+ | |||
---- | ---- | ||
Line 217: | Line 228: | ||
{{mdi> | {{mdi> | ||
- | <sub> --- Updated on //2018/05/25 01:38//</ | + | < |
* **< | * **< | ||
Line 332: | Line 343: | ||
===== ─ Something in the Cloud ===== | ===== ─ Something in the Cloud ===== | ||
- | == OMiCS (HMS loops) | + | OMiCS (HMS loops), iOGEN (MGH loops), FiNCA (NUS loops), SYSBiO (Broad Connector), CLOUD.ONNi (YONSEI Connector), BOX.MESON (Personal Box), ATCG (DNA Datasets), SYNC (Data Collector), AIR (Secondary Box), LUNE & KOMEDA |
- | + | ||
- | == iOGEN (MGH loops) | + | |
- | + | ||
- | == FiNCA (NUS loops) | + | |
- | + | ||
- | == SYSBiO (Broad Connector) | + | |
- | + | ||
- | == CLOUD.ONNi (YONSEI Connector) | + | |
- | + | ||
- | == BOX.MESON (Personal Box) == | + | |
- | + | ||
- | == ATCG (DNA Datasets) | + | |
- | + | ||
- | == SYNC (Data Collector) | + | |
- | + | ||
- | == AIR (Secondary Box) == | + | |
- | + | ||
- | == LUNE & KOMEDA | + | |
---- | ---- |