ढाँचा:Delay subst
स्वरूप
{{subst:
ढाँचा कागजात[हेर्नुहोस्] [सम्पादन गर्नुहोस्] [इतिहास] [ताजा गर्नुहोस्]
यो ढाँचा सँधै प्रतिस्थापित गरिएको हुनुपर्छ (अर्थात्, {{subst:Delay subst}})। |
Usage
[सम्पादन गर्नुहोस्]With certain coding, subst: does not automatically convert when it is saved. An editor can create wikitext that is only converted when saved again.
Normally wikitext like {{subst:a}}
is not saved as {{subst:a}}
if {{template:a}}
exists, because subst: pastes the coding of template:a in the saved page.
This template makes it easy to save preload pages such as Template:RMassist/preload.
Delaying template substitution
[सम्पादन गर्नुहोस्]"Subst" can be delayed with one save by creating and using {{delay subst}}.
template used | template coding | Paste or type | Save | Result |
---|---|---|---|---|
Template:Delay subst | {{subst:
|
{{subst:delay subst}}a|b}}
|
save page | {{subst:a|b}}
|
On the next save (with or without edits elsewhere on the page) results in substitution of template "a".