2009
From Semantic MediaWiki - Sandbox
#20091 provides an enhancement allowing image related results to interpret extra output modifier such as ?Has image#100px;thumb where `;` is used as separator to replace the pipe (`|`) due to MediaWiki's internal representation as function marker.
#ask
{{#ask: [[Has image::+]]
|?Has image#100px;thumb
|limit=2
}}
| Has image | |
|---|---|
| Gilbert’s Dragon | |
| Intel 8∕16 LAN Adapter | |
| ... further results | |
#show
{{#show: Malignant melanoma
|?Has image
}}
#show (Frameless)
{{#show: Malignant melanoma
|?Has image#frameless
}}
#show (With border)
{{#show: Malignant melanoma
|?Has image#50px;border
}}
#show (Thumb)
{{#show: Malignant melanoma
|?Has image#120px;thumb
}}

#show (Thumb with queried description)
{{#show: Malignant melanoma
|?Has image#120px;thumb; {{#show: {{#show: Malignant melanoma |?Has image|link=none }} |?Has description }}
}}


