playground:syntax_train

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
playground:syntax_train [2018/07/07 01:17] – [features] Júne Parkplayground:syntax_train [2020/08/06 11:27] – [Problem/Symptom/Solution] Júne Park
Line 21: Line 21:
 <text type="danger">{{fa>bug}} **Symptom**</text>:  <text type="danger">{{fa>bug}} **Symptom**</text>: 
 <text type="info">{{fa>lightbulb-o}} **Solution**</text>:  <text type="info">{{fa>lightbulb-o}} **Solution**</text>: 
-   
-  <text type="warning">{{fa>exclamation}} **Problem**</text>:  
-  <text type="danger">{{fa>bug}} **Symptom**</text>:  
-  <text type="info">{{fa>lightbulb-o}} **Solution**</text>:  
  
 +<code>
 +<text type="warning">{{fa>exclamation?2x}} **Problem**</text>: 
 +
 +<text type="danger">{{fa>bug?2x}} **Symptom**</text>: 
 +
 +<text type="info">{{fa>lightbulb-o?2x}} **Solution**</text>:
 +</code> 
 ---- ----
 ==== Coloring Text ==== ==== Coloring Text ====
Line 185: Line 188:
  
 ----  ---- 
-==== Code ====  
  
-<code php>  
-<?php 
-    $ip = file_get_contents('https://api.ipify.org'); 
-    echo "My public IP address is: " . $ip; 
-?> 
-</code> 
- 
----- 
 ==== Run php ==== ==== Run php ====
  
Line 206: Line 200:
 ==== Chart by Google Chart API ====  ==== Chart by Google Chart API ==== 
  
-<gchart 500x240 pie3d #0000ff #ffffff left>+<gchart 500x240 pie3d #0000ff #ffffff>
 Apples       = 3 Apples       = 3
 Peaches      = 23 Peaches      = 23
Line 212: Line 206:
 Peanuts      = 7 Peanuts      = 7
 </gchart> </gchart>
 +
 +
 +----
 +==== Icon fonts ==== 
 +
 +{{fa>laptop-code}} 
  
  
 ---- ----
  • playground/syntax_train
  • Last modified: 2024/04/18 08:54
  • by Júne Park